2022-12-01T10:00:26.9360252Z Requested labels: linux.2xlarge 2022-12-01T10:00:26.9360384Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:00:26.9360408Z Waiting for a runner to pick up this job... 2022-12-01T10:00:27.2562598Z Job is about to start running on the runner: i-005bfb57224afc550 (organization) 2022-12-01T10:00:31.2526887Z Current runner version: '2.299.1' 2022-12-01T10:00:31.2532087Z Runner name: 'i-005bfb57224afc550' 2022-12-01T10:00:31.2532505Z Runner group name: 'Default' 2022-12-01T10:00:31.2533106Z Machine name: 'ip-10-0-5-202' 2022-12-01T10:00:31.2534985Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:00:31.2535676Z Actions: read 2022-12-01T10:00:31.2535926Z Checks: read 2022-12-01T10:00:31.2536214Z Contents: read 2022-12-01T10:00:31.2536504Z Deployments: read 2022-12-01T10:00:31.2536755Z Discussions: read 2022-12-01T10:00:31.2537091Z Issues: read 2022-12-01T10:00:31.2537378Z Metadata: read 2022-12-01T10:00:31.2537623Z Packages: read 2022-12-01T10:00:31.2537905Z Pages: read 2022-12-01T10:00:31.2538198Z PullRequests: read 2022-12-01T10:00:31.2538507Z RepositoryProjects: read 2022-12-01T10:00:31.2538835Z SecurityEvents: read 2022-12-01T10:00:31.2539131Z Statuses: read 2022-12-01T10:00:31.2539368Z ##[endgroup] 2022-12-01T10:00:31.2542215Z Secret source: None 2022-12-01T10:00:31.2542941Z Prepare workflow directory 2022-12-01T10:00:31.8985954Z Prepare all required actions 2022-12-01T10:00:31.9149501Z Getting action download info 2022-12-01T10:00:32.2361550Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:00:35.3911251Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:00:35.6244408Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:00:35.8042246Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:00:36.0668479Z Getting action download info 2022-12-01T10:00:36.2609603Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:00:36.5271052Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:00:36.5273039Z ##[group] Inputs 2022-12-01T10:00:36.5273361Z build-environment: linux-focal-py3.7-gcc7 2022-12-01T10:00:36.5274178Z 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-12-01T10:00:36.5275046Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:00:36.5275390Z sync-tag: 2022-12-01T10:00:36.5275597Z ##[endgroup] 2022-12-01T10:00:36.5276100Z Complete job name: linux-focal-py3.7-gcc7 / test (default, 1, 2, linux.2xlarge) 2022-12-01T10:00:36.5997606Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:00:36.5997928Z with: 2022-12-01T10:00:36.5998144Z submodules: recursive 2022-12-01T10:00:36.5998350Z fetch-depth: 0 2022-12-01T10:00:36.5998550Z env: 2022-12-01T10:00:36.5998758Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:36.5998967Z ##[endgroup] 2022-12-01T10:00:36.6214711Z ##[group]Run retry () { 2022-12-01T10:00:36.6214994Z retry () { 2022-12-01T10:00:36.6215257Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:00:36.6215490Z } 2022-12-01T10:00:36.6215715Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.6215966Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:00:36.6216245Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.6216503Z else 2022-12-01T10:00:36.6216736Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.6217099Z fi 2022-12-01T10:00:36.6217342Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.6232952Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:00:36.6233238Z env: 2022-12-01T10:00:36.6233449Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:36.6233670Z NO_SUDO: 2022-12-01T10:00:36.6233860Z ##[endgroup] 2022-12-01T10:00:36.6400578Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:38.8932186Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:00:38.8932436Z with: 2022-12-01T10:00:38.8932639Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:00:38.8932839Z fetch-depth: 0 2022-12-01T10:00:38.8933024Z submodules: recursive 2022-12-01T10:00:38.8933210Z quiet-checkout: true 2022-12-01T10:00:38.8933396Z repository: pytorch/pytorch 2022-12-01T10:00:38.8933786Z token: *** 2022-12-01T10:00:38.8933961Z ssh-strict: true 2022-12-01T10:00:38.8934155Z persist-credentials: true 2022-12-01T10:00:38.8934344Z clean: true 2022-12-01T10:00:38.8934520Z lfs: false 2022-12-01T10:00:38.8934702Z set-safe-directory: true 2022-12-01T10:00:38.8934869Z env: 2022-12-01T10:00:38.8935040Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:38.8935223Z ##[endgroup] 2022-12-01T10:00:39.0091743Z Syncing repository: pytorch/pytorch 2022-12-01T10:00:39.0093271Z ##[group]Getting Git version info 2022-12-01T10:00:39.0093719Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:39.0094167Z [command]/usr/bin/git version 2022-12-01T10:00:39.0094377Z git version 2.37.1 2022-12-01T10:00:39.0114967Z ##[endgroup] 2022-12-01T10:00:39.0127676Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ac57dd26-608b-41e0-94c6-68fc1b082e78' before making global git config changes 2022-12-01T10:00:39.0128107Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:00:39.0131635Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:39.0169778Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:39.0173651Z ##[group]Initializing the repository 2022-12-01T10:00:39.0176039Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:39.0308458Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:00:39.0309079Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:00:39.0309621Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:00:39.0309984Z hint: 2022-12-01T10:00:39.0310420Z hint: git config --global init.defaultBranch 2022-12-01T10:00:39.0310733Z hint: 2022-12-01T10:00:39.0311208Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:00:39.0311812Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:00:39.0312049Z hint: 2022-12-01T10:00:39.0312403Z hint: git branch -m 2022-12-01T10:00:39.0312984Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:00:39.0317783Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:00:39.0345104Z ##[endgroup] 2022-12-01T10:00:39.0345488Z ##[group]Disabling automatic garbage collection 2022-12-01T10:00:39.0348038Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:00:39.0373030Z ##[endgroup] 2022-12-01T10:00:39.0373363Z ##[group]Setting up auth 2022-12-01T10:00:39.0379001Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:00:39.0407172Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:00:39.0644055Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:00:39.0671035Z [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-12-01T10:00:39.0913966Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:00:39.0959615Z ##[endgroup] 2022-12-01T10:00:39.0959997Z ##[group]Fetching the repository 2022-12-01T10:00:39.0965213Z [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-12-01T10:01:31.5189881Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:01:31.5224215Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:32.8243979Z ##[endgroup] 2022-12-01T10:01:32.8244568Z ##[group]Determining the checkout info 2022-12-01T10:01:32.8245050Z ##[endgroup] 2022-12-01T10:01:32.8245516Z ##[group]Checking out the ref 2022-12-01T10:01:32.8248980Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:34.0483935Z ##[endgroup] 2022-12-01T10:01:34.0484337Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:01:34.0488674Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:34.0535607Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:01:34.0564830Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:01:34.0593353Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:01:34.0617187Z ##[endgroup] 2022-12-01T10:01:34.0617515Z ##[group]Fetching submodules 2022-12-01T10:01:34.0620770Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:01:34.0877875Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:01:34.1129594Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:01:34.1130624Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:01:34.1132405Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:01:34.1134638Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:01:34.1137119Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:01:34.1139875Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:01:34.1142115Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:01:34.1144858Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:01:34.1147590Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:01:34.1150520Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:01:34.1153723Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:01:34.1156722Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:01:34.1159830Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:01:34.1163160Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:01:34.1166448Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:01:34.1169914Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:01:34.1173447Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:01:34.1177348Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:01:34.1180895Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:01:34.1184821Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:01:34.1188749Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:01:34.1193557Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:01:34.1197556Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:01:34.1201812Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:01:34.1206152Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:01:34.1210653Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:01:34.1215161Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:01:34.1219751Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:01:34.1224806Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:01:34.1229688Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:01:34.1236535Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:01:34.1241582Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:01:34.1246798Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:01:34.1252198Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:01:34.1257351Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:01:34.1262883Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:01:34.1268532Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:01:34.1274287Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:01:34.1280099Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:01:34.1286063Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:01:34.1292030Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:01:34.1315269Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:01:34.4335331Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:01:34.6465008Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:01:34.8792984Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:01:35.1866272Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:01:35.4726614Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:01:37.5306370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:01:43.4139629Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:01:43.8441786Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:01:44.3747153Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:01:45.8354156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:01:47.0896703Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:01:48.4317513Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:01:54.9108956Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:01:55.7357587Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:01:56.9344045Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:01:58.1113413Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:01:58.3321245Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:01:58.8044412Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:01:59.1442058Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:02:00.2490863Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:02:00.6958462Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:02:00.9622520Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:02:01.5020455Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:02:03.2415619Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:02:03.7569974Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:02:04.2407095Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:02:10.1738664Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:02:11.8147307Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:02:12.2970749Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:02:12.6593389Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:02:18.0937178Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:02:18.3088364Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:02:18.5419140Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:02:19.3568423Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:02:19.6175915Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:02:19.9404673Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:02:20.2826243Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:02:20.9237570Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:02:23.1276908Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:02:23.6291670Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:02:25.7663918Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:02:25.7759848Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:02:25.7834925Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:02:25.8035543Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:02:25.8237015Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:02:25.8561491Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:02:26.4059685Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:02:26.4252359Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:26.5154916Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:02:26.5462059Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:02:26.8086777Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:02:27.1818539Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:02:27.4046771Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:02:27.4470448Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:02:27.4485020Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:27.4486865Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:27.4490148Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:27.4493269Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:27.4515372Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:02:28.5596329Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:02:29.1097066Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:02:30.2540404Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:02:30.5792312Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:02:30.6717246Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:02:30.7253682Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:02:30.7345656Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:02:30.8108994Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:02:30.8429311Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:02:30.8510086Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:02:30.8866962Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:02:30.9081540Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:02:30.9511536Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:02:30.9620182Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:02:30.9632807Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:30.9654753Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:02:38.6900535Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:02:38.6916557Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:38.6938793Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:02:46.3536858Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:02:46.3630862Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:02:46.3759156Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:02:46.4626431Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:02:46.4640737Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:46.4642770Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:46.4665738Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:02:47.6395799Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:02:48.7712014Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:02:48.8206380Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:02:48.8390028Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:02:48.8517493Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:02:48.9493025Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:02:49.1708357Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:02:49.1734564Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:49.1736874Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:49.1759990Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:49.5995532Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:50.4091180Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:50.4379849Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:02:50.4517140Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:02:50.4529127Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:50.4550186Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:02:52.2173406Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:02:52.2192310Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:52.2194657Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:52.2218301Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:52.6143293Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:53.7605512Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:02:53.8202926Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:02:53.8218066Z 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-12-01T10:02:53.8239428Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:02:54.1170620Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:02:54.1253744Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:02:54.3602017Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:02:54.3621248Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:54.3623085Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:54.3646667Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:02:54.7762544Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:02:55.8363646Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:02:55.8993495Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:02:55.9071176Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:02:55.9169606Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:02:55.9471870Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:02:55.9552108Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:02:55.9810591Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:02:55.9895963Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:02:56.0294803Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:02:56.1273783Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:02:56.1508217Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:02:56.1521474Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:56.1523355Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:56.1525436Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:56.1527590Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:56.1548882Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:02:57.2126712Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:02:57.4937123Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:02:58.7368618Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:02:59.7207932Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:02:59.7338962Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:02:59.7933274Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:02:59.8182423Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:02:59.8195856Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:02:59.8216015Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:03:00.0572641Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:03:00.1813805Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:03:00.1843074Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:03:00.2117046Z Entering 'android/libs/fbjni' 2022-12-01T10:03:00.2154514Z Entering 'third_party/FP16' 2022-12-01T10:03:00.2192437Z Entering 'third_party/FXdiv' 2022-12-01T10:03:00.2228349Z Entering 'third_party/NNPACK' 2022-12-01T10:03:00.2265959Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:00.2301357Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:00.2339586Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:00.2389990Z Entering 'third_party/benchmark' 2022-12-01T10:03:00.2425457Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:00.2462977Z Entering 'third_party/cub' 2022-12-01T10:03:00.2501094Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:00.2540718Z Entering 'third_party/cutlass' 2022-12-01T10:03:00.2582411Z Entering 'third_party/eigen' 2022-12-01T10:03:00.2620341Z Entering 'third_party/fbgemm' 2022-12-01T10:03:00.2654787Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:00.2687897Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:00.2723652Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:00.2760524Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:00.2796112Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:00.2832189Z Entering 'third_party/fmt' 2022-12-01T10:03:00.2866512Z Entering 'third_party/foxi' 2022-12-01T10:03:00.2902669Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:00.2937612Z Entering 'third_party/gloo' 2022-12-01T10:03:00.2972613Z Entering 'third_party/googletest' 2022-12-01T10:03:00.3004926Z Entering 'third_party/ideep' 2022-12-01T10:03:00.3038729Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:00.3073597Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:00.3111959Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:00.3153445Z Entering 'third_party/ittapi' 2022-12-01T10:03:00.3190579Z Entering 'third_party/kineto' 2022-12-01T10:03:00.3225146Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:00.3258199Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:00.3294265Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:00.3328215Z Entering 'third_party/neon2sse' 2022-12-01T10:03:00.3364116Z Entering 'third_party/nlohmann' 2022-12-01T10:03:00.3399236Z Entering 'third_party/onnx' 2022-12-01T10:03:00.3446545Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.3479475Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.3515802Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:00.3548879Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:00.3587867Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.3622684Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.3656593Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.3696121Z Entering 'third_party/pocketfft' 2022-12-01T10:03:00.3731290Z Entering 'third_party/protobuf' 2022-12-01T10:03:00.3770214Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:00.3804927Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:00.3841042Z Entering 'third_party/psimd' 2022-12-01T10:03:00.3876794Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:00.3911548Z Entering 'third_party/pybind11' 2022-12-01T10:03:00.3945815Z Entering 'third_party/python-enum' 2022-12-01T10:03:00.3979192Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:00.4014836Z Entering 'third_party/python-six' 2022-12-01T10:03:00.4051949Z Entering 'third_party/sleef' 2022-12-01T10:03:00.4088312Z Entering 'third_party/tbb' 2022-12-01T10:03:00.4125110Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:00.4160974Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:00.4194555Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:00.4227262Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:00.4260359Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:00.4293565Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.4328723Z Entering 'third_party/zstd' 2022-12-01T10:03:00.4373036Z ##[endgroup] 2022-12-01T10:03:00.4373553Z ##[group]Persisting credentials for submodules 2022-12-01T10:03:00.4379582Z [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-12-01T10:03:00.4632840Z Entering 'android/libs/fbjni' 2022-12-01T10:03:00.4668367Z Entering 'third_party/FP16' 2022-12-01T10:03:00.4702356Z Entering 'third_party/FXdiv' 2022-12-01T10:03:00.4735920Z Entering 'third_party/NNPACK' 2022-12-01T10:03:00.4772267Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:00.4806291Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:00.4841966Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:00.4887783Z Entering 'third_party/benchmark' 2022-12-01T10:03:00.4921926Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:00.4956814Z Entering 'third_party/cub' 2022-12-01T10:03:00.4992339Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:00.5031429Z Entering 'third_party/cutlass' 2022-12-01T10:03:00.5073090Z Entering 'third_party/eigen' 2022-12-01T10:03:00.5110709Z Entering 'third_party/fbgemm' 2022-12-01T10:03:00.5144635Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:00.5178994Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:00.5213663Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:00.5247939Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:00.5282801Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:00.5319054Z Entering 'third_party/fmt' 2022-12-01T10:03:00.5353705Z Entering 'third_party/foxi' 2022-12-01T10:03:00.5388499Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:00.5424973Z Entering 'third_party/gloo' 2022-12-01T10:03:00.5458611Z Entering 'third_party/googletest' 2022-12-01T10:03:00.5493254Z Entering 'third_party/ideep' 2022-12-01T10:03:00.5527986Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:00.5563446Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:00.5604063Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:00.5637650Z Entering 'third_party/ittapi' 2022-12-01T10:03:00.5670303Z Entering 'third_party/kineto' 2022-12-01T10:03:00.5703554Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:00.5737198Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:00.5773612Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:00.5808137Z Entering 'third_party/neon2sse' 2022-12-01T10:03:00.5842394Z Entering 'third_party/nlohmann' 2022-12-01T10:03:00.5877807Z Entering 'third_party/onnx' 2022-12-01T10:03:00.5923485Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.5957366Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.5993838Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:00.6028113Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:00.6066585Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.6103285Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.6137005Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.6177567Z Entering 'third_party/pocketfft' 2022-12-01T10:03:00.6211584Z Entering 'third_party/protobuf' 2022-12-01T10:03:00.6249287Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:00.6282552Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:00.6318883Z Entering 'third_party/psimd' 2022-12-01T10:03:00.6353004Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:00.6387164Z Entering 'third_party/pybind11' 2022-12-01T10:03:00.6422071Z Entering 'third_party/python-enum' 2022-12-01T10:03:00.6458240Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:00.6493584Z Entering 'third_party/python-six' 2022-12-01T10:03:00.6528870Z Entering 'third_party/sleef' 2022-12-01T10:03:00.6563391Z Entering 'third_party/tbb' 2022-12-01T10:03:00.6601894Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:00.6638146Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:00.6670897Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:00.6703015Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:00.6737162Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:00.6770779Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.6807351Z Entering 'third_party/zstd' 2022-12-01T10:03:00.6852342Z [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-12-01T10:03:00.7109473Z Entering 'android/libs/fbjni' 2022-12-01T10:03:00.7141675Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:03:00.7155873Z Entering 'third_party/FP16' 2022-12-01T10:03:00.7187656Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:03:00.7203344Z Entering 'third_party/FXdiv' 2022-12-01T10:03:00.7235851Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:03:00.7250412Z Entering 'third_party/NNPACK' 2022-12-01T10:03:00.7283206Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:03:00.7298066Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:00.7329243Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:03:00.7344296Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:00.7376344Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:03:00.7391652Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:00.7424321Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:03:00.7449475Z Entering 'third_party/benchmark' 2022-12-01T10:03:00.7482093Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:00.7496600Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:00.7529620Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:00.7545722Z Entering 'third_party/cub' 2022-12-01T10:03:00.7576575Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:03:00.7591490Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:00.7622747Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:03:00.7644249Z Entering 'third_party/cutlass' 2022-12-01T10:03:00.7676529Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:03:00.7696696Z Entering 'third_party/eigen' 2022-12-01T10:03:00.7728955Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:03:00.7745879Z Entering 'third_party/fbgemm' 2022-12-01T10:03:00.7777484Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:03:00.7791074Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:00.7822727Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:03:00.7840916Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:00.7873750Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:00.7887970Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:00.7918872Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:00.7933578Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:00.7966122Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:03:00.7981911Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:00.8013481Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:03:00.8030788Z Entering 'third_party/fmt' 2022-12-01T10:03:00.8062724Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:03:00.8077523Z Entering 'third_party/foxi' 2022-12-01T10:03:00.8109401Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:03:00.8123984Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:00.8160903Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:03:00.8175236Z Entering 'third_party/gloo' 2022-12-01T10:03:00.8206022Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:03:00.8220768Z Entering 'third_party/googletest' 2022-12-01T10:03:00.8252979Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:00.8267678Z Entering 'third_party/ideep' 2022-12-01T10:03:00.8298731Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:03:00.8312403Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:00.8344214Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:03:00.8359504Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:00.8391487Z 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-12-01T10:03:00.8411436Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:00.8442813Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:03:00.8456455Z Entering 'third_party/ittapi' 2022-12-01T10:03:00.8488183Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:03:00.8502369Z Entering 'third_party/kineto' 2022-12-01T10:03:00.8534991Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:03:00.8549290Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:00.8579698Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:03:00.8594695Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:00.8625384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:03:00.8642252Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:00.8673605Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:03:00.8689838Z Entering 'third_party/neon2sse' 2022-12-01T10:03:00.8720251Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:03:00.8733659Z Entering 'third_party/nlohmann' 2022-12-01T10:03:00.8764503Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:03:00.8779776Z Entering 'third_party/onnx' 2022-12-01T10:03:00.8811085Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:00.8837591Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.8870281Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:00.8884534Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.8917113Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:00.8933919Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:00.8966108Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:03:00.8979837Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:00.9010827Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:00.9028971Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:00.9059903Z 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-12-01T10:03:00.9074838Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:00.9106284Z 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-12-01T10:03:00.9120837Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.9152240Z 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-12-01T10:03:00.9170678Z Entering 'third_party/pocketfft' 2022-12-01T10:03:00.9203425Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:03:00.9217445Z Entering 'third_party/protobuf' 2022-12-01T10:03:00.9249466Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:03:00.9266658Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:00.9298044Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:00.9311935Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:00.9342986Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:00.9358991Z Entering 'third_party/psimd' 2022-12-01T10:03:00.9390270Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:03:00.9404033Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:00.9436336Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:03:00.9450615Z Entering 'third_party/pybind11' 2022-12-01T10:03:00.9482802Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:00.9497259Z Entering 'third_party/python-enum' 2022-12-01T10:03:00.9529939Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:03:00.9544026Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:00.9574768Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:03:00.9588543Z Entering 'third_party/python-six' 2022-12-01T10:03:00.9621468Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:03:00.9635501Z Entering 'third_party/sleef' 2022-12-01T10:03:00.9666416Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:03:00.9680532Z Entering 'third_party/tbb' 2022-12-01T10:03:00.9711531Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:03:00.9727516Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:00.9760392Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:03:00.9774021Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:00.9805084Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:00.9819139Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:00.9850104Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:03:00.9864314Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:00.9896490Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:03:00.9911663Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:00.9943511Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:00.9958194Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:00.9988226Z 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-12-01T10:03:01.0005537Z Entering 'third_party/zstd' 2022-12-01T10:03:01.0036213Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:03:01.2858344Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:03:01.3124960Z Entering 'android/libs/fbjni' 2022-12-01T10:03:01.3158575Z Entering 'third_party/FP16' 2022-12-01T10:03:01.3195345Z Entering 'third_party/FXdiv' 2022-12-01T10:03:01.3229434Z Entering 'third_party/NNPACK' 2022-12-01T10:03:01.3263526Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:01.3298186Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:01.3332675Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:01.3378405Z Entering 'third_party/benchmark' 2022-12-01T10:03:01.3414394Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:01.3449409Z Entering 'third_party/cub' 2022-12-01T10:03:01.3484118Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:01.3524023Z Entering 'third_party/cutlass' 2022-12-01T10:03:01.3565782Z Entering 'third_party/eigen' 2022-12-01T10:03:01.3602586Z Entering 'third_party/fbgemm' 2022-12-01T10:03:01.3638071Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:01.3672072Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:01.3707046Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:01.3740599Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:01.3776231Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:01.3817299Z Entering 'third_party/fmt' 2022-12-01T10:03:01.3853821Z Entering 'third_party/foxi' 2022-12-01T10:03:01.3887990Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:01.3922517Z Entering 'third_party/gloo' 2022-12-01T10:03:01.3958745Z Entering 'third_party/googletest' 2022-12-01T10:03:01.3993152Z Entering 'third_party/ideep' 2022-12-01T10:03:01.4026404Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:01.4062396Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:01.4105771Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:01.4140119Z Entering 'third_party/ittapi' 2022-12-01T10:03:01.4175613Z Entering 'third_party/kineto' 2022-12-01T10:03:01.4209696Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:01.4243830Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:01.4279294Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:01.4313767Z Entering 'third_party/neon2sse' 2022-12-01T10:03:01.4346936Z Entering 'third_party/nlohmann' 2022-12-01T10:03:01.4381583Z Entering 'third_party/onnx' 2022-12-01T10:03:01.4426970Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:01.4461019Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:01.4497533Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:01.4531132Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:01.4569080Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:01.4603128Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:01.4637564Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:01.4676939Z Entering 'third_party/pocketfft' 2022-12-01T10:03:01.4711207Z Entering 'third_party/protobuf' 2022-12-01T10:03:01.4750003Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:01.4782770Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:01.4818921Z Entering 'third_party/psimd' 2022-12-01T10:03:01.4855187Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:01.4889255Z Entering 'third_party/pybind11' 2022-12-01T10:03:01.4926225Z Entering 'third_party/python-enum' 2022-12-01T10:03:01.4960601Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:01.4995511Z Entering 'third_party/python-six' 2022-12-01T10:03:01.5030023Z Entering 'third_party/sleef' 2022-12-01T10:03:01.5064564Z Entering 'third_party/tbb' 2022-12-01T10:03:01.5100811Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:01.5136013Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:01.5170514Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:01.5205579Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:01.5240941Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:01.5275313Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:01.5311823Z Entering 'third_party/zstd' 2022-12-01T10:03:01.5358387Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:03:01.5656194Z Entering 'android/libs/fbjni' 2022-12-01T10:03:01.5658196Z Entering 'third_party/FP16' 2022-12-01T10:03:01.5691302Z Entering 'third_party/FXdiv' 2022-12-01T10:03:01.5725400Z Entering 'third_party/NNPACK' 2022-12-01T10:03:01.5760167Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:01.5794245Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:01.5829741Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:01.5875888Z Entering 'third_party/benchmark' 2022-12-01T10:03:01.5910123Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:01.5945026Z Entering 'third_party/cub' 2022-12-01T10:03:01.5980373Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:01.6019509Z Entering 'third_party/cutlass' 2022-12-01T10:03:01.6060846Z Entering 'third_party/eigen' 2022-12-01T10:03:01.6097206Z Entering 'third_party/fbgemm' 2022-12-01T10:03:01.6132759Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:01.6166438Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:01.6201268Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:01.6235027Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:01.6270205Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:01.6306114Z Entering 'third_party/fmt' 2022-12-01T10:03:01.6340345Z Entering 'third_party/foxi' 2022-12-01T10:03:01.6375196Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:01.6409463Z Entering 'third_party/gloo' 2022-12-01T10:03:01.6444224Z Entering 'third_party/googletest' 2022-12-01T10:03:01.6478401Z Entering 'third_party/ideep' 2022-12-01T10:03:01.6511990Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:01.6546829Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:01.6586594Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:01.6621267Z Entering 'third_party/ittapi' 2022-12-01T10:03:01.6654638Z Entering 'third_party/kineto' 2022-12-01T10:03:01.6690078Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:01.6723512Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:01.6759958Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:01.6794366Z Entering 'third_party/neon2sse' 2022-12-01T10:03:01.6828237Z Entering 'third_party/nlohmann' 2022-12-01T10:03:01.6863143Z Entering 'third_party/onnx' 2022-12-01T10:03:01.6908465Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:01.6942198Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:01.6978840Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:01.7012684Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:01.7050454Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:01.7084659Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:01.7121323Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:01.7159515Z Entering 'third_party/pocketfft' 2022-12-01T10:03:01.7195065Z Entering 'third_party/protobuf' 2022-12-01T10:03:01.7232669Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:01.7270292Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:01.7306889Z Entering 'third_party/psimd' 2022-12-01T10:03:01.7343454Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:01.7379263Z Entering 'third_party/pybind11' 2022-12-01T10:03:01.7415786Z Entering 'third_party/python-enum' 2022-12-01T10:03:01.7451196Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:01.7486418Z Entering 'third_party/python-six' 2022-12-01T10:03:01.7522354Z Entering 'third_party/sleef' 2022-12-01T10:03:01.7557821Z Entering 'third_party/tbb' 2022-12-01T10:03:01.7595374Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:01.7631003Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:01.7664891Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:01.7699694Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:01.7733812Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:01.7769776Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:01.7805823Z Entering 'third_party/zstd' 2022-12-01T10:03:01.7849639Z ##[endgroup] 2022-12-01T10:03:01.7888107Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:03:01.7917177Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:03:01.8046581Z Prepare all required actions 2022-12-01T10:03:01.8072068Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:03:01.8072269Z env: 2022-12-01T10:03:01.8072444Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:01.8072772Z ##[endgroup] 2022-12-01T10:03:01.8118872Z ##[group]Run set -euo pipefail 2022-12-01T10:03:01.8119109Z set -euo pipefail 2022-12-01T10:03:01.8119321Z function get_ec2_metadata() { 2022-12-01T10:03:01.8119557Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:03:01.8119913Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:03:01.8120215Z  category=$1 2022-12-01T10:03:01.8120448Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:03:01.8120672Z } 2022-12-01T10:03:01.8120976Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:03:01.8121251Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:03:01.8121533Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:03:01.8121784Z echo "system info $(uname -a)" 2022-12-01T10:03:01.8133034Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:01.8133250Z env: 2022-12-01T10:03:01.8133425Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:01.8133600Z ##[endgroup] 2022-12-01T10:03:01.8212979Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:03:01.8263962Z instance-id: i-005bfb57224afc550 2022-12-01T10:03:01.8312340Z instance-type: c5.2xlarge 2022-12-01T10:03:01.8318950Z system info Linux ip-10-0-5-202.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-12-01T10:03:01.8336104Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:03:01.8336425Z if systemctl is-active --quiet docker; then 2022-12-01T10:03:01.8336702Z  echo "Docker daemon is running..."; 2022-12-01T10:03:01.8336946Z else 2022-12-01T10:03:01.8337215Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:03:01.8337484Z fi 2022-12-01T10:03:01.8348495Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:01.8348748Z env: 2022-12-01T10:03:01.8348956Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:01.8349162Z ##[endgroup] 2022-12-01T10:03:01.8865408Z Docker daemon is running... 2022-12-01T10:03:01.8895159Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:01.8895525Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:01.8895799Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:01.8896190Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:03:01.8896554Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:03:01.8907626Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:01.8907833Z env: 2022-12-01T10:03:01.8908011Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:01.8908211Z AWS_RETRY_MODE: standard 2022-12-01T10:03:01.8908388Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:03:01.8908587Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:03:01.8908775Z ##[endgroup] 2022-12-01T10:03:03.5212326Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:03:03.5212706Z Configure a credential helper to remove this warning. See 2022-12-01T10:03:03.5213164Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:03:03.5213428Z 2022-12-01T10:03:03.5213868Z Login Succeeded 2022-12-01T10:03:03.5247072Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:03.5247389Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:03.5247720Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:03.5258748Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:03.5258966Z env: 2022-12-01T10:03:03.5259145Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:03.5259320Z ##[endgroup] 2022-12-01T10:03:03.5422543Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:03:03.5422947Z with: 2022-12-01T10:03:03.5423373Z github-secret: *** 2022-12-01T10:03:03.5423578Z activate-with-label: false 2022-12-01T10:03:03.5423761Z label: with-ssh 2022-12-01T10:03:03.5423954Z remove-existing-keys: true 2022-12-01T10:03:03.5424136Z env: 2022-12-01T10:03:03.5424291Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:03.5424473Z ##[endgroup] 2022-12-01T10:03:03.9237132Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:03:04.0281021Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:03:04.0293820Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:03:04.0319174Z Login using: ssh ec2-user@ec2-44-211-24-162.compute-1.amazonaws.com 2022-12-01T10:03:04.0383585Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:03:04.0383873Z with: 2022-12-01T10:03:04.0384222Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:04.0384576Z env: 2022-12-01T10:03:04.0384782Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:04.0384987Z ##[endgroup] 2022-12-01T10:03:04.0399153Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:04.0399585Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:04.0399887Z # ignore output since only exit code is used for conditional 2022-12-01T10:03:04.0400202Z # only pull docker image if it's not available locally 2022-12-01T10:03:04.0400523Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:03:04.0400855Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:03:04.0401081Z fi 2022-12-01T10:03:04.0412395Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:04.0412645Z env: 2022-12-01T10:03:04.0412856Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:04.0413232Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:04.0413590Z ##[endgroup] 2022-12-01T10:03:04.2685550Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-12-01T10:03:04.2702080Z 675920708c8b: Pulling fs layer 2022-12-01T10:03:04.2702793Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:03:04.2703896Z fe9b24415086: Pulling fs layer 2022-12-01T10:03:04.2704326Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:03:04.2704882Z 27ad548906a1: Pulling fs layer 2022-12-01T10:03:04.2705403Z efe762c046e3: Pulling fs layer 2022-12-01T10:03:04.2705840Z a12af00c9224: Pulling fs layer 2022-12-01T10:03:04.2706323Z 49809737e89d: Pulling fs layer 2022-12-01T10:03:04.2706691Z 4bd15b741963: Pulling fs layer 2022-12-01T10:03:04.2707046Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:03:04.2707376Z 85d2fa9daf54: Pulling fs layer 2022-12-01T10:03:04.2707736Z e3608d8edfea: Pulling fs layer 2022-12-01T10:03:04.2708111Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:03:04.2708424Z 2b6269e5f012: Pulling fs layer 2022-12-01T10:03:04.2708725Z 49405b81ba46: Pulling fs layer 2022-12-01T10:03:04.2708997Z 27ad548906a1: Waiting 2022-12-01T10:03:04.2709274Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:03:04.2709561Z efe762c046e3: Waiting 2022-12-01T10:03:04.2709846Z dce0658383e3: Pulling fs layer 2022-12-01T10:03:04.2710158Z 4bd15b741963: Waiting 2022-12-01T10:03:04.2710439Z fda59f894d4a: Pulling fs layer 2022-12-01T10:03:04.2710728Z 9fdf20fee962: Waiting 2022-12-01T10:03:04.2710976Z c4cd62aabb9c: Pulling fs layer 2022-12-01T10:03:04.2711171Z e3608d8edfea: Waiting 2022-12-01T10:03:04.2711360Z d84da0b3b529: Pulling fs layer 2022-12-01T10:03:04.2711545Z 81e2ac298c61: Pulling fs layer 2022-12-01T10:03:04.2711739Z 63ae5eb88541: Waiting 2022-12-01T10:03:04.2711924Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:03:04.2712117Z af4d19351fdf: Pulling fs layer 2022-12-01T10:03:04.2712286Z 2b6269e5f012: Waiting 2022-12-01T10:03:04.2712467Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:03:04.2712788Z a12af00c9224: Waiting 2022-12-01T10:03:04.2712962Z 17be6d40a7e6: Pulling fs layer 2022-12-01T10:03:04.2713142Z 49809737e89d: Waiting 2022-12-01T10:03:04.2713322Z 7334631630ca: Pulling fs layer 2022-12-01T10:03:04.2713492Z 422bea31bd2a: Waiting 2022-12-01T10:03:04.2713678Z b7010c1141c8: Pulling fs layer 2022-12-01T10:03:04.2713870Z 1d69ebcc1824: Pulling fs layer 2022-12-01T10:03:04.2714051Z bbd83461fb41: Pulling fs layer 2022-12-01T10:03:04.2714367Z fda59f894d4a: Waiting 2022-12-01T10:03:04.2714557Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:03:04.2714740Z b80f27646ab6: Pulling fs layer 2022-12-01T10:03:04.2714928Z c4cd62aabb9c: Waiting 2022-12-01T10:03:04.2715175Z 866c2acc4910: Pulling fs layer 2022-12-01T10:03:04.2715443Z d84da0b3b529: Waiting 2022-12-01T10:03:04.2715736Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:03:04.2716033Z 81e2ac298c61: Waiting 2022-12-01T10:03:04.2716341Z 31e492142d52: Pulling fs layer 2022-12-01T10:03:04.2716679Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:03:04.2716984Z 38c05cfe4070: Waiting 2022-12-01T10:03:04.2717375Z f405cc5c9c77: Pulling fs layer 2022-12-01T10:03:04.2717554Z af4d19351fdf: Waiting 2022-12-01T10:03:04.2717730Z 17be6d40a7e6: Waiting 2022-12-01T10:03:04.2717911Z a1d89816b283: Pulling fs layer 2022-12-01T10:03:04.2718090Z 38d7b060d3d4: Pulling fs layer 2022-12-01T10:03:04.2718273Z d1d5291b2ab5: Waiting 2022-12-01T10:03:04.2718457Z 0b48564513b3: Pulling fs layer 2022-12-01T10:03:04.2718645Z c517839d268c: Pulling fs layer 2022-12-01T10:03:04.2718827Z f5bd51a8525a: Waiting 2022-12-01T10:03:04.2718996Z 7334631630ca: Waiting 2022-12-01T10:03:04.2719160Z 9200027c6378: Pulling fs layer 2022-12-01T10:03:04.2719350Z 1a68c742e877: Pulling fs layer 2022-12-01T10:03:04.2719539Z 085aceb64709: Pulling fs layer 2022-12-01T10:03:04.2719719Z 9fad26f5e1f4: Pulling fs layer 2022-12-01T10:03:04.2719901Z 866c2acc4910: Waiting 2022-12-01T10:03:04.2720082Z 3454ac6b1f68: Pulling fs layer 2022-12-01T10:03:04.2720250Z e39e0e87bf58: Waiting 2022-12-01T10:03:04.2720430Z 38599e0ca649: Pulling fs layer 2022-12-01T10:03:04.2720617Z a16f0b09d742: Pulling fs layer 2022-12-01T10:03:04.2720796Z 100cd65220ba: Pulling fs layer 2022-12-01T10:03:04.2720987Z 9d7685da3dfa: Pulling fs layer 2022-12-01T10:03:04.2721179Z e69408c62fb4: Pulling fs layer 2022-12-01T10:03:04.2721355Z 1530f151c058: Pulling fs layer 2022-12-01T10:03:04.2721545Z 3aeaec05c672: Pulling fs layer 2022-12-01T10:03:04.2721734Z 99763bc3448a: Pulling fs layer 2022-12-01T10:03:04.2721915Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:03:04.2722108Z 677fdb68d2c6: Pulling fs layer 2022-12-01T10:03:04.2722350Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:03:04.2722531Z a90bc9ac3f47: Pulling fs layer 2022-12-01T10:03:04.2722731Z 8ef4cf23833b: Pulling fs layer 2022-12-01T10:03:04.2722912Z 7d95e9c9554c: Waiting 2022-12-01T10:03:04.2723074Z f405cc5c9c77: Waiting 2022-12-01T10:03:04.2723246Z a1d89816b283: Waiting 2022-12-01T10:03:04.2723416Z 38d7b060d3d4: Waiting 2022-12-01T10:03:04.2723583Z 31e492142d52: Waiting 2022-12-01T10:03:04.2723735Z b7010c1141c8: Waiting 2022-12-01T10:03:04.2723905Z dce0658383e3: Waiting 2022-12-01T10:03:04.2724076Z 1d69ebcc1824: Waiting 2022-12-01T10:03:04.2724236Z bbd83461fb41: Waiting 2022-12-01T10:03:04.2724406Z b80f27646ab6: Waiting 2022-12-01T10:03:04.2724571Z 0b48564513b3: Waiting 2022-12-01T10:03:04.2724722Z 1530f151c058: Waiting 2022-12-01T10:03:04.2724940Z 3aeaec05c672: Waiting 2022-12-01T10:03:04.2725112Z 99763bc3448a: Waiting 2022-12-01T10:03:04.2725273Z 85d2fa9daf54: Waiting 2022-12-01T10:03:04.2725447Z 9fad26f5e1f4: Waiting 2022-12-01T10:03:04.2725727Z 3454ac6b1f68: Waiting 2022-12-01T10:03:04.2725885Z cec809ad8b3c: Waiting 2022-12-01T10:03:04.2726064Z 677fdb68d2c6: Waiting 2022-12-01T10:03:04.2726266Z 9200027c6378: Waiting 2022-12-01T10:03:04.2726435Z 1a68c742e877: Waiting 2022-12-01T10:03:04.2726699Z 8ef4cf23833b: Waiting 2022-12-01T10:03:04.2726923Z 085aceb64709: Waiting 2022-12-01T10:03:04.2727081Z c517839d268c: Waiting 2022-12-01T10:03:04.2727291Z a90bc9ac3f47: Waiting 2022-12-01T10:03:04.2727461Z 9d7685da3dfa: Waiting 2022-12-01T10:03:04.2727615Z 38599e0ca649: Waiting 2022-12-01T10:03:04.2727785Z bcd5197bc3b1: Waiting 2022-12-01T10:03:04.3494541Z 3a31ffa0162f: Verifying Checksum 2022-12-01T10:03:04.3494805Z 3a31ffa0162f: Download complete 2022-12-01T10:03:04.5751619Z 422bea31bd2a: Verifying Checksum 2022-12-01T10:03:04.5751959Z 422bea31bd2a: Download complete 2022-12-01T10:03:04.6548273Z 675920708c8b: Verifying Checksum 2022-12-01T10:03:04.6550000Z 675920708c8b: Download complete 2022-12-01T10:03:04.6581919Z 27ad548906a1: Download complete 2022-12-01T10:03:04.7476681Z a12af00c9224: Verifying Checksum 2022-12-01T10:03:04.7477208Z a12af00c9224: Download complete 2022-12-01T10:03:04.7771177Z efe762c046e3: Verifying Checksum 2022-12-01T10:03:04.7771660Z efe762c046e3: Download complete 2022-12-01T10:03:04.9160349Z 4bd15b741963: Verifying Checksum 2022-12-01T10:03:04.9160783Z 4bd15b741963: Download complete 2022-12-01T10:03:04.9296895Z 49809737e89d: Download complete 2022-12-01T10:03:04.9916991Z 9fdf20fee962: Download complete 2022-12-01T10:03:05.0740601Z e3608d8edfea: Download complete 2022-12-01T10:03:05.1583054Z 63ae5eb88541: Verifying Checksum 2022-12-01T10:03:05.1583525Z 63ae5eb88541: Download complete 2022-12-01T10:03:05.3406576Z 675920708c8b: Pull complete 2022-12-01T10:03:05.4593412Z 3a31ffa0162f: Pull complete 2022-12-01T10:03:05.8052349Z 85d2fa9daf54: Verifying Checksum 2022-12-01T10:03:05.8052617Z 85d2fa9daf54: Download complete 2022-12-01T10:03:05.8820647Z 49405b81ba46: Verifying Checksum 2022-12-01T10:03:05.8820902Z 49405b81ba46: Download complete 2022-12-01T10:03:05.9577400Z f5bd51a8525a: Verifying Checksum 2022-12-01T10:03:05.9577776Z f5bd51a8525a: Download complete 2022-12-01T10:03:06.4588900Z dce0658383e3: Verifying Checksum 2022-12-01T10:03:06.4589268Z dce0658383e3: Download complete 2022-12-01T10:03:06.5214424Z fda59f894d4a: Download complete 2022-12-01T10:03:06.6058964Z c4cd62aabb9c: Download complete 2022-12-01T10:03:06.7321791Z d84da0b3b529: Download complete 2022-12-01T10:03:06.8033719Z 81e2ac298c61: Verifying Checksum 2022-12-01T10:03:06.8838994Z 81e2ac298c61: Download complete 2022-12-01T10:03:06.8839340Z 38c05cfe4070: Download complete 2022-12-01T10:03:06.9649779Z af4d19351fdf: Download complete 2022-12-01T10:03:07.0376588Z d1d5291b2ab5: Download complete 2022-12-01T10:03:07.3818500Z fe9b24415086: Verifying Checksum 2022-12-01T10:03:07.3818928Z fe9b24415086: Download complete 2022-12-01T10:03:07.4547971Z 7334631630ca: Verifying Checksum 2022-12-01T10:03:07.4548445Z 7334631630ca: Download complete 2022-12-01T10:03:07.5408547Z b7010c1141c8: Verifying Checksum 2022-12-01T10:03:07.5408985Z b7010c1141c8: Download complete 2022-12-01T10:03:07.6262218Z 1d69ebcc1824: Verifying Checksum 2022-12-01T10:03:07.6262659Z 1d69ebcc1824: Download complete 2022-12-01T10:03:07.7205076Z bbd83461fb41: Verifying Checksum 2022-12-01T10:03:07.7205347Z bbd83461fb41: Download complete 2022-12-01T10:03:07.8016524Z bcd5197bc3b1: Verifying Checksum 2022-12-01T10:03:07.8016789Z bcd5197bc3b1: Download complete 2022-12-01T10:03:07.9706061Z 17be6d40a7e6: Verifying Checksum 2022-12-01T10:03:07.9706334Z 17be6d40a7e6: Download complete 2022-12-01T10:03:08.0798437Z 866c2acc4910: Download complete 2022-12-01T10:03:08.1527325Z e39e0e87bf58: Verifying Checksum 2022-12-01T10:03:08.1527720Z e39e0e87bf58: Download complete 2022-12-01T10:03:08.2244573Z 31e492142d52: Verifying Checksum 2022-12-01T10:03:08.2244984Z 31e492142d52: Download complete 2022-12-01T10:03:08.2960188Z 7d95e9c9554c: Download complete 2022-12-01T10:03:08.3685151Z f405cc5c9c77: Download complete 2022-12-01T10:03:08.4593861Z a1d89816b283: Verifying Checksum 2022-12-01T10:03:08.4594234Z a1d89816b283: Download complete 2022-12-01T10:03:08.5189833Z 38d7b060d3d4: Verifying Checksum 2022-12-01T10:03:08.5190252Z 38d7b060d3d4: Download complete 2022-12-01T10:03:08.6026201Z 0b48564513b3: Verifying Checksum 2022-12-01T10:03:08.6026619Z 0b48564513b3: Download complete 2022-12-01T10:03:08.7012389Z c517839d268c: Verifying Checksum 2022-12-01T10:03:08.7012802Z c517839d268c: Download complete 2022-12-01T10:03:08.7692933Z 9200027c6378: Download complete 2022-12-01T10:03:08.8479953Z 1a68c742e877: Verifying Checksum 2022-12-01T10:03:08.8480411Z 1a68c742e877: Download complete 2022-12-01T10:03:08.9198989Z 085aceb64709: Verifying Checksum 2022-12-01T10:03:08.9199369Z 085aceb64709: Download complete 2022-12-01T10:03:09.3777791Z 9fad26f5e1f4: Verifying Checksum 2022-12-01T10:03:09.3778478Z 9fad26f5e1f4: Download complete 2022-12-01T10:03:09.4546637Z 3454ac6b1f68: Verifying Checksum 2022-12-01T10:03:09.4547021Z 3454ac6b1f68: Download complete 2022-12-01T10:03:09.5616839Z 38599e0ca649: Verifying Checksum 2022-12-01T10:03:09.5617289Z 38599e0ca649: Download complete 2022-12-01T10:03:09.6229390Z a16f0b09d742: Verifying Checksum 2022-12-01T10:03:09.6229836Z a16f0b09d742: Download complete 2022-12-01T10:03:09.7114079Z 100cd65220ba: Verifying Checksum 2022-12-01T10:03:09.7114543Z 100cd65220ba: Download complete 2022-12-01T10:03:09.9597687Z 9d7685da3dfa: Verifying Checksum 2022-12-01T10:03:09.9597983Z 9d7685da3dfa: Download complete 2022-12-01T10:03:10.0204554Z e69408c62fb4: Verifying Checksum 2022-12-01T10:03:10.0204824Z e69408c62fb4: Download complete 2022-12-01T10:03:10.0445887Z b80f27646ab6: Verifying Checksum 2022-12-01T10:03:10.0446635Z b80f27646ab6: Download complete 2022-12-01T10:03:10.1164245Z 1530f151c058: Verifying Checksum 2022-12-01T10:03:10.1164549Z 1530f151c058: Download complete 2022-12-01T10:03:10.2064672Z 99763bc3448a: Verifying Checksum 2022-12-01T10:03:10.2065136Z 99763bc3448a: Download complete 2022-12-01T10:03:10.2966724Z cec809ad8b3c: Verifying Checksum 2022-12-01T10:03:10.2969610Z cec809ad8b3c: Download complete 2022-12-01T10:03:10.3788894Z 677fdb68d2c6: Download complete 2022-12-01T10:03:10.4541176Z 92d94c0f43b4: Verifying Checksum 2022-12-01T10:03:10.4541633Z 92d94c0f43b4: Download complete 2022-12-01T10:03:10.5408553Z a90bc9ac3f47: Download complete 2022-12-01T10:03:11.1413189Z 8ef4cf23833b: Verifying Checksum 2022-12-01T10:03:11.1413728Z 8ef4cf23833b: Download complete 2022-12-01T10:03:13.2819332Z 3aeaec05c672: Verifying Checksum 2022-12-01T10:03:13.2819721Z 3aeaec05c672: Download complete 2022-12-01T10:03:13.9562169Z fe9b24415086: Pull complete 2022-12-01T10:03:14.1422129Z 422bea31bd2a: Pull complete 2022-12-01T10:03:14.2968636Z 27ad548906a1: Pull complete 2022-12-01T10:03:14.4718155Z efe762c046e3: Pull complete 2022-12-01T10:03:14.6721741Z a12af00c9224: Pull complete 2022-12-01T10:03:14.8690522Z 49809737e89d: Pull complete 2022-12-01T10:03:15.0943768Z 4bd15b741963: Pull complete 2022-12-01T10:03:15.3505969Z 9fdf20fee962: Pull complete 2022-12-01T10:03:17.1116003Z 2b6269e5f012: Verifying Checksum 2022-12-01T10:03:17.1116288Z 2b6269e5f012: Download complete 2022-12-01T10:03:17.4490164Z 85d2fa9daf54: Pull complete 2022-12-01T10:03:17.8162132Z e3608d8edfea: Pull complete 2022-12-01T10:03:18.0400644Z 63ae5eb88541: Pull complete 2022-12-01T10:03:37.9225267Z 2b6269e5f012: Pull complete 2022-12-01T10:03:38.2654790Z 49405b81ba46: Pull complete 2022-12-01T10:03:38.5739497Z f5bd51a8525a: Pull complete 2022-12-01T10:03:39.3874873Z dce0658383e3: Pull complete 2022-12-01T10:03:39.5429026Z fda59f894d4a: Pull complete 2022-12-01T10:03:39.6961328Z c4cd62aabb9c: Pull complete 2022-12-01T10:03:39.8548906Z d84da0b3b529: Pull complete 2022-12-01T10:03:40.0039050Z 81e2ac298c61: Pull complete 2022-12-01T10:03:40.1209450Z 38c05cfe4070: Pull complete 2022-12-01T10:03:40.2876423Z af4d19351fdf: Pull complete 2022-12-01T10:03:40.3836206Z d1d5291b2ab5: Pull complete 2022-12-01T10:03:42.1953287Z 17be6d40a7e6: Pull complete 2022-12-01T10:03:42.4057120Z 7334631630ca: Pull complete 2022-12-01T10:03:42.5686506Z b7010c1141c8: Pull complete 2022-12-01T10:03:42.8063409Z 1d69ebcc1824: Pull complete 2022-12-01T10:03:43.0272845Z bbd83461fb41: Pull complete 2022-12-01T10:03:43.2499651Z bcd5197bc3b1: Pull complete 2022-12-01T10:03:47.6946668Z b80f27646ab6: Pull complete 2022-12-01T10:03:47.8924869Z 866c2acc4910: Pull complete 2022-12-01T10:03:48.1189939Z e39e0e87bf58: Pull complete 2022-12-01T10:03:48.3366819Z 31e492142d52: Pull complete 2022-12-01T10:03:48.4419155Z 7d95e9c9554c: Pull complete 2022-12-01T10:03:48.5845921Z f405cc5c9c77: Pull complete 2022-12-01T10:03:48.6926747Z a1d89816b283: Pull complete 2022-12-01T10:03:48.7706548Z 38d7b060d3d4: Pull complete 2022-12-01T10:03:48.8628682Z 0b48564513b3: Pull complete 2022-12-01T10:03:48.9552633Z c517839d268c: Pull complete 2022-12-01T10:03:49.0473835Z 9200027c6378: Pull complete 2022-12-01T10:03:49.1463495Z 1a68c742e877: Pull complete 2022-12-01T10:03:49.2231898Z 085aceb64709: Pull complete 2022-12-01T10:03:50.4441269Z 9fad26f5e1f4: Pull complete 2022-12-01T10:03:50.6720775Z 3454ac6b1f68: Pull complete 2022-12-01T10:03:50.8377116Z 38599e0ca649: Pull complete 2022-12-01T10:03:51.0539237Z a16f0b09d742: Pull complete 2022-12-01T10:03:51.2722513Z 100cd65220ba: Pull complete 2022-12-01T10:03:51.6640488Z 9d7685da3dfa: Pull complete 2022-12-01T10:03:51.8500398Z e69408c62fb4: Pull complete 2022-12-01T10:03:52.0799060Z 1530f151c058: Pull complete 2022-12-01T10:03:56.0215045Z 3aeaec05c672: Pull complete 2022-12-01T10:03:56.2497591Z 99763bc3448a: Pull complete 2022-12-01T10:03:56.4743709Z cec809ad8b3c: Pull complete 2022-12-01T10:03:56.6980778Z 677fdb68d2c6: Pull complete 2022-12-01T10:03:56.9086946Z 92d94c0f43b4: Pull complete 2022-12-01T10:03:57.1259572Z a90bc9ac3f47: Pull complete 2022-12-01T10:03:58.7363768Z 8ef4cf23833b: Pull complete 2022-12-01T10:03:58.8217765Z Digest: sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:03:58.8493353Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:58.8596060Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:58.8660750Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:03:58.8661155Z python3 -m pip install psutil==5.9.1 2022-12-01T10:03:58.8661454Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:03:58.8661795Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:03:58.8662092Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:03:58.8673824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:58.8674112Z env: 2022-12-01T10:03:58.8674304Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:58.8674577Z ##[endgroup] 2022-12-01T10:03:59.0799182Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:03:59.0986603Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:03:59.6234753Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:03:59.6422807Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:03:59.9510005Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:03:59.9552167Z Prepare all required actions 2022-12-01T10:03:59.9552435Z Getting action download info 2022-12-01T10:04:00.2586406Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:04:00.4328288Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:04:00.5735904Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:04:00.5736618Z with: 2022-12-01T10:04:00.5736911Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:00.5737207Z env: 2022-12-01T10:04:00.5737491Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:00.5737765Z ##[endgroup] 2022-12-01T10:04:00.5773229Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:04:00.5773446Z with: 2022-12-01T10:04:00.5773630Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:00.5773823Z s3-bucket: gha-artifacts 2022-12-01T10:04:00.5774012Z region: us-east-1 2022-12-01T10:04:00.5774176Z env: 2022-12-01T10:04:00.5774370Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:00.5774542Z ##[endgroup] 2022-12-01T10:04:00.9797386Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-gcc7/ 2022-12-01T10:04:00.9798020Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:04.0089825Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:04.0090078Z 2022-12-01T10:04:04.0092326Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:04.0093747Z Artifact download has finished successfully 2022-12-01T10:04:04.0202945Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:04:04.0203180Z unzip -o artifacts.zip 2022-12-01T10:04:04.0214626Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:04.0214849Z env: 2022-12-01T10:04:04.0215028Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:04.0215204Z ##[endgroup] 2022-12-01T10:04:04.0276448Z Archive: artifacts.zip 2022-12-01T10:04:04.0278084Z creating: dist/ 2022-12-01T10:04:04.7858960Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:04.7859463Z creating: build/custom_test_artifacts/ 2022-12-01T10:04:04.7859788Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:04:04.7860145Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:04:04.7861581Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:04.7862317Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:04.7863164Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:04.7863630Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:04.7864038Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:04.7865090Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:04.7866320Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:04.7867108Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:04.7867541Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:04.7868902Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:04.7870147Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:04.7871761Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:04.7872650Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:04.7873555Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:04.7874427Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:04.7875169Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:04.7875888Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:04.7876620Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:04.7877338Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:04:04.7878177Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:04.7878991Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:04:04.7879917Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:04:04.7880535Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:04:04.7880978Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:04.7881413Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:04:04.7881859Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:04.7882297Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:04:04.7882743Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:04:04.7895145Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:04:04.7982159Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:04:04.7982987Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:04:04.7983811Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:04.7984688Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:04:04.7985520Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:04:04.7986315Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:04:04.7987039Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:04.7987486Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:04:04.7987942Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:04.7988398Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:04:04.7988835Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:04:04.8002298Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:04:04.8064650Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:04:04.8065522Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:04.8066511Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:04.8067271Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:04:04.8067893Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:04:04.8068440Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:04.8069144Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:04:04.8069814Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:04:04.8070332Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:04:04.8140786Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:04:04.8188729Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:04:04.8189395Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:04:04.8189775Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:04:04.8191805Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:04.8192632Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:04.8193425Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:04.8193841Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:04.8194259Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:04.8195153Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:04.8196086Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:04.8196873Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:04.8197323Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:04.8198593Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:04.8199876Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:04.8201288Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:04.8202134Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:04.8203187Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:04.8204039Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:04.8204759Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:04.8205477Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:04.8206201Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:04.8206905Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:04:04.8207744Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:04:04.8208597Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:04:04.8209431Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:04:04.8209892Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:04:04.8210334Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:04:04.8210893Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:04:04.8211351Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:04:04.8211786Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:04:04.8212229Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:04:04.8224914Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:04:04.8273308Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:04:04.8274152Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:04.8274994Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:04.8275757Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:04:04.8276403Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:04:04.8276918Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:04.8277772Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:04:04.8278447Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:04:04.8278877Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:04:04.8315941Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:04:04.8316608Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:04:04.8316995Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:04:04.8318906Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:04.8319647Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:04.8320361Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:04.8320801Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:04.8321230Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:04.8322186Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:04.8323152Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:04.8323972Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:04.8324429Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:04.8325686Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:04.8326943Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:04.8328319Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:04.8329184Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:04.8330232Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:04.8331142Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:04.8331908Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:04.8332790Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:04.8333570Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:04.8334365Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:04:04.8335200Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:04.8336099Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:04:04.8336775Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:04:04.8337246Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:04:04.8337717Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:04.8338189Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:04:04.8338650Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:04.8339288Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:04:04.8340153Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:04:04.8340653Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:04:04.8452629Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:04:04.8453488Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:04:04.8454385Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:04.8455327Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:04:04.8456189Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:04:04.8457054Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:04:04.8457548Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:04.8458028Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:04:04.8458504Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:04.8458994Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:04:04.8459472Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:04:04.8472675Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:04:04.8517164Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:04:04.8518091Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:04.8518975Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:04.8519784Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:04:04.8520367Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:04:04.8521168Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:04.8521920Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:04:04.8522626Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:04:04.8523057Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:04:04.8613652Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:04:04.8649492Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:04:04.8649968Z creating: build/lib/ 2022-12-01T10:04:04.8650348Z inflating: build/lib/libclog.a 2022-12-01T10:04:04.8707568Z inflating: build/lib/libgtest.a 2022-12-01T10:04:04.8716185Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:04:04.8800047Z inflating: build/lib/libbenchmark.a 2022-12-01T10:04:04.8806838Z inflating: build/lib/libittnotify.a 2022-12-01T10:04:04.8903428Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:04:04.8929683Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:04:04.9020455Z inflating: build/lib/libgloo.a 2022-12-01T10:04:04.9081062Z inflating: build/lib/libasmjit.a 2022-12-01T10:04:04.9533466Z inflating: build/lib/libprotobuf.a 2022-12-01T10:04:04.9548110Z inflating: build/lib/libfmt.a 2022-12-01T10:04:04.9548659Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:04:04.9615041Z inflating: build/lib/libc10.so 2022-12-01T10:04:04.9616538Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:04:04.9624307Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:04:04.9631301Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:04:04.9644439Z inflating: build/lib/libqnnpack.a 2022-12-01T10:04:04.9663692Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:04:04.9665633Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:04:04.9681007Z inflating: build/lib/libgmock.a 2022-12-01T10:04:05.0150084Z inflating: build/lib/libprotoc.a 2022-12-01T10:04:05.0150927Z inflating: build/lib/libgtest_main.a 2022-12-01T10:04:05.0151283Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:04:05.6502869Z inflating: build/lib/libdnnl.a 2022-12-01T10:04:05.6519939Z inflating: build/lib/libnnpack.a 2022-12-01T10:04:05.7050901Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:04:05.8238153Z inflating: build/lib/libfbgemm.a 2022-12-01T10:04:05.9110608Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:04:05.9110984Z inflating: build/lib/libgmock_main.a 2022-12-01T10:04:05.9301575Z inflating: build/lib/libkineto.a 2022-12-01T10:04:05.9336503Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:04:05.9373426Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:04:05.9483550Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:04:06.0008546Z inflating: build/lib/libonnx.a 2022-12-01T10:04:07.8128120Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:04:07.8128964Z inflating: build/lib/libtorch.so 2022-12-01T10:04:07.8147759Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:04:07.8194656Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:04:07.8218568Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:04:07.8222088Z inflating: build/lib/libshm.so 2022-12-01T10:04:07.9522953Z inflating: build/lib/libtorch_python.so 2022-12-01T10:04:07.9553423Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:04:07.9553733Z creating: build/bin/ 2022-12-01T10:04:07.9594886Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:04:07.9638003Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:04:07.9679916Z inflating: build/bin/c10_Device_test 2022-12-01T10:04:07.9729154Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:04:07.9769381Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:04:07.9811426Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:04:07.9857811Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:04:07.9904359Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:04:07.9944562Z inflating: build/bin/c10_Array_test 2022-12-01T10:04:07.9992138Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:04:08.0036437Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:04:08.0076873Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:04:08.0119484Z inflating: build/bin/c10_C++17_test 2022-12-01T10:04:08.0160491Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:04:08.0202161Z inflating: build/bin/c10_Half_test 2022-12-01T10:04:08.0249260Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:04:08.0301673Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:04:08.0343534Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:04:08.0463768Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:04:08.0511532Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:04:08.0553820Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:04:08.0597666Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:04:08.0637959Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:04:08.0680750Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:04:08.0727316Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:04:08.0772328Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:04:08.0818726Z inflating: build/bin/c10_complex_test 2022-12-01T10:04:08.0862216Z inflating: build/bin/c10_exception_test 2022-12-01T10:04:08.0953675Z inflating: build/bin/c10_either_test 2022-12-01T10:04:08.0995424Z inflating: build/bin/c10_flags_test 2022-12-01T10:04:08.1136402Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:04:08.1178490Z inflating: build/bin/c10_irange_test 2022-12-01T10:04:08.1226887Z inflating: build/bin/c10_logging_test 2022-12-01T10:04:08.1289383Z inflating: build/bin/c10_optional_test 2022-12-01T10:04:08.1335126Z inflating: build/bin/c10_registry_test 2022-12-01T10:04:08.1387223Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:04:08.1436413Z inflating: build/bin/c10_string_view_test 2022-12-01T10:04:08.1479806Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:04:08.1527113Z inflating: build/bin/c10_typeid_test 2022-12-01T10:04:08.1574456Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:04:08.1984130Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:04:08.2393448Z inflating: build/bin/protoc 2022-12-01T10:04:08.2641854Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:04:08.2917596Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:04:08.2962416Z inflating: build/bin/FileStoreTest 2022-12-01T10:04:08.3012798Z inflating: build/bin/TCPStoreTest 2022-12-01T10:04:08.3057663Z inflating: build/bin/HashStoreTest 2022-12-01T10:04:08.3060251Z inflating: build/bin/example_allreduce 2022-12-01T10:04:08.3122090Z inflating: build/bin/Dict_test 2022-12-01T10:04:08.3176201Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:04:08.3220051Z inflating: build/bin/Dimname_test 2022-12-01T10:04:08.3273352Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:04:08.3321282Z inflating: build/bin/NamedTensor_test 2022-12-01T10:04:08.3370804Z inflating: build/bin/apply_utils_test 2022-12-01T10:04:08.3420114Z inflating: build/bin/atest 2022-12-01T10:04:08.3465751Z inflating: build/bin/broadcast_test 2022-12-01T10:04:08.3517945Z inflating: build/bin/basic 2022-12-01T10:04:08.3566993Z inflating: build/bin/cpu_generator_test 2022-12-01T10:04:08.3610577Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:04:08.3685161Z inflating: build/bin/cpu_rng_test 2022-12-01T10:04:08.3726905Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:04:08.3768741Z inflating: build/bin/dlconvertor_test 2022-12-01T10:04:08.3817355Z inflating: build/bin/extension_backend_test 2022-12-01T10:04:08.3864239Z inflating: build/bin/half_test 2022-12-01T10:04:08.3944032Z inflating: build/bin/ivalue_test 2022-12-01T10:04:08.3985216Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:04:08.4030075Z inflating: build/bin/math_kernel_test 2022-12-01T10:04:08.4075026Z inflating: build/bin/memory_format_test 2022-12-01T10:04:08.4119277Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:04:08.4161659Z inflating: build/bin/operator_name_test 2022-12-01T10:04:08.4205425Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:04:08.4252472Z inflating: build/bin/native_test 2022-12-01T10:04:08.4296315Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:04:08.4338050Z inflating: build/bin/operators_test 2022-12-01T10:04:08.4392995Z inflating: build/bin/pow_test 2022-12-01T10:04:08.4441270Z inflating: build/bin/quantized_test 2022-12-01T10:04:08.4482471Z inflating: build/bin/reduce_ops_test 2022-12-01T10:04:08.4525090Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:04:08.4572112Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:04:08.4621548Z inflating: build/bin/scalar_test 2022-12-01T10:04:08.4665269Z inflating: build/bin/stride_properties_test 2022-12-01T10:04:08.4731166Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:04:08.4733178Z inflating: build/bin/thread_init_test 2022-12-01T10:04:08.4779815Z inflating: build/bin/type_ptr_test 2022-12-01T10:04:08.4826705Z inflating: build/bin/test_parallel 2022-12-01T10:04:08.4867975Z inflating: build/bin/variant_test 2022-12-01T10:04:08.4911351Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:04:08.4962083Z inflating: build/bin/type_test 2022-12-01T10:04:08.4963377Z inflating: build/bin/verify_api_visibility 2022-12-01T10:04:08.5021640Z inflating: build/bin/vmap_test 2022-12-01T10:04:08.5064219Z inflating: build/bin/wrapdim_test 2022-12-01T10:04:08.5106859Z inflating: build/bin/weakref_test 2022-12-01T10:04:08.5157030Z inflating: build/bin/IListRef_test 2022-12-01T10:04:08.5248899Z inflating: build/bin/List_test 2022-12-01T10:04:08.5289579Z inflating: build/bin/xla_tensor_test 2022-12-01T10:04:08.5392008Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:04:08.5472997Z inflating: build/bin/kernel_function_test 2022-12-01T10:04:08.5527725Z inflating: build/bin/KernelFunction_test 2022-12-01T10:04:08.5635750Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:04:08.5723096Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:04:08.5773216Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:04:08.5815518Z inflating: build/bin/CppSignature_test 2022-12-01T10:04:08.5896443Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:04:08.5936403Z inflating: build/bin/op_allowlist_test 2022-12-01T10:04:08.5980455Z inflating: build/bin/inline_container_test 2022-12-01T10:04:08.6223180Z inflating: build/bin/op_registration_test 2022-12-01T10:04:08.6270133Z inflating: build/bin/backend_fallback_test 2022-12-01T10:04:08.6284044Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:04:08.6329213Z inflating: build/bin/test_dist_autograd 2022-12-01T10:04:08.6387930Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:04:08.6390138Z inflating: build/bin/parallel_benchmark 2022-12-01T10:04:08.6448103Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:04:08.6456829Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:04:08.6461313Z inflating: build/bin/torch_shm_manager 2022-12-01T10:04:08.6757846Z inflating: build/bin/test_lazy 2022-12-01T10:04:08.7448144Z inflating: build/bin/test_tensorexpr 2022-12-01T10:04:08.8464862Z inflating: build/bin/test_api 2022-12-01T10:04:08.8961729Z inflating: build/bin/test_jit 2022-12-01T10:04:08.8963022Z inflating: .pytorch-test-times.json 2022-12-01T10:04:08.8987145Z ##[group]Run df -H 2022-12-01T10:04:08.8987332Z df -H 2022-12-01T10:04:08.8998924Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:08.8999152Z env: 2022-12-01T10:04:08.8999329Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.8999504Z ##[endgroup] 2022-12-01T10:04:08.9031011Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:04:08.9031388Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:04:08.9031725Z tmpfs 8.2G 19M 8.2G 1% /dev/shm 2022-12-01T10:04:08.9032041Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:04:08.9032389Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:04:08.9033004Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-12-01T10:04:08.9091368Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:04:08.9091686Z .github/scripts/parse_ref.py 2022-12-01T10:04:08.9102224Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:08.9102411Z env: 2022-12-01T10:04:08.9102668Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.9102863Z ##[endgroup] 2022-12-01T10:04:08.9279266Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:08.9322945Z ##[group]Run set -x 2022-12-01T10:04:08.9323197Z set -x 2022-12-01T10:04:08.9323364Z  2022-12-01T10:04:08.9323561Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:04:08.9323803Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:04:08.9324062Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:04:08.9324300Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:04:08.9324499Z else 2022-12-01T10:04:08.9324690Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:08.9324888Z fi 2022-12-01T10:04:08.9325045Z  2022-12-01T10:04:08.9325266Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:04:08.9325502Z  2022-12-01T10:04:08.9325935Z # sanitize the input commit message and PR body here: 2022-12-01T10:04:08.9326144Z # 2022-12-01T10:04:08.9326436Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:04:08.9326798Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:04:08.9327110Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:04:08.9327340Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:04:08.9327512Z  2022-12-01T10:04:08.9327770Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:04:08.9328050Z # wreak havoc internally 2022-12-01T10:04:08.9328284Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:04:08.9328511Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:04:08.9328701Z  2022-12-01T10:04:08.9328927Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:04:08.9329211Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:04:08.9329488Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:04:08.9329728Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:04:08.9329936Z container_name=$(docker run \ 2022-12-01T10:04:08.9330138Z  ${GPU_FLAG:-} \ 2022-12-01T10:04:08.9330337Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:04:08.9330534Z  -e PR_NUMBER \ 2022-12-01T10:04:08.9330715Z  -e GITHUB_ACTIONS \ 2022-12-01T10:04:08.9330908Z  -e BASE_SHA \ 2022-12-01T10:04:08.9331089Z  -e BRANCH \ 2022-12-01T10:04:08.9331253Z  -e SHA1 \ 2022-12-01T10:04:08.9331440Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:04:08.9331636Z  -e IN_WHEEL_TEST \ 2022-12-01T10:04:08.9331811Z  -e SHARD_NUMBER \ 2022-12-01T10:04:08.9331999Z  -e TEST_CONFIG \ 2022-12-01T10:04:08.9332194Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:04:08.9332366Z  -e PR_BODY \ 2022-12-01T10:04:08.9332556Z  -e COMMIT_MESSAGES \ 2022-12-01T10:04:08.9332765Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:04:08.9332980Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:04:08.9333187Z  -e PR_LABELS \ 2022-12-01T10:04:08.9333393Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:04:08.9333602Z  -e SCCACHE_BUCKET \ 2022-12-01T10:04:08.9333790Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:04:08.9333986Z  -e XLA_CUDA \ 2022-12-01T10:04:08.9334192Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:04:08.9334428Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:04:08.9334662Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:04:08.9334891Z  --security-opt seccomp=unconfined \ 2022-12-01T10:04:08.9335102Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:04:08.9335378Z  --ipc=host \ 2022-12-01T10:04:08.9335620Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:04:08.9335798Z  --tty \ 2022-12-01T10:04:08.9335972Z  --detach \ 2022-12-01T10:04:08.9336167Z  --name="${container_name}" \ 2022-12-01T10:04:08.9336353Z  --user jenkins \ 2022-12-01T10:04:08.9336589Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:04:08.9336843Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:04:08.9337050Z  "${DOCKER_IMAGE}" 2022-12-01T10:04:08.9337211Z ) 2022-12-01T10:04:08.9337484Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:04:08.9348135Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:08.9348301Z env: 2022-12-01T10:04:08.9348478Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.9348712Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:04:08.9348922Z PR_NUMBER: 89997 2022-12-01T10:04:08.9349102Z BRANCH: pull/89997 2022-12-01T10:04:08.9349318Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:08.9349550Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:08.9349770Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:04:08.9349977Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:04:08.9350163Z TEST_CONFIG: default 2022-12-01T10:04:08.9350341Z SHARD_NUMBER: 1 2022-12-01T10:04:08.9350517Z NUM_TEST_SHARDS: 2 2022-12-01T10:04:08.9351183Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:04:08.9351869Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:04:08.9352098Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:04:08.9352285Z SHM_SIZE: 1g 2022-12-01T10:04:08.9352738Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:08.9353045Z XLA_CUDA: 2022-12-01T10:04:08.9353308Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:08.9353574Z ##[endgroup] 2022-12-01T10:04:08.9376638Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:04:08.9377217Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-12-01T10:04:08.9377539Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:08.9379618Z ++ git cherry -v origin/master 2022-12-01T10:04:09.2945112Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:04:09.2945754Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:04:09.2946290Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:04:09.2946860Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:04:09.2947433Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:04:09.2948014Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:04:09.2948531Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:04:09.2949050Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:04:09.2949539Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:04:09.2950181Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:04:09.2950742Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:04:09.2951223Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:04:09.2951582Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:04:09.2952119Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:04:09.2952853Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:04:09.2975957Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:04:09.2976904Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:04:09.2977507Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:04:09.2977862Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:04:09.2978175Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:04:09.2978649Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:04:09.2979152Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:04:09.2979525Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:04:09.2979867Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:04:09.2980309Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:04:09.2980755Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:04:09.2981205Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:04:09.2981545Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:04:09.2982016Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:04:09.2982574Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:04:09.2983032Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:04:09.2983415Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:04:09.2983884Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:04:09.2984337Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:04:09.2984761Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:04:09.2985222Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:04:09.2985701Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:04:09.2986128Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:04:09.2986589Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:04:09.2987222Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:04:09.2987704Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:04:09.2988156Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:04:09.2988557Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:04:09.2988970Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:04:09.2989299Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:04:09.2989689Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:04:09.2990003Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:04:09.2990340Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:04:09.3001716Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:04:09.3002177Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:04:09.3002642Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:04:09.3003152Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:04:09.3003524Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:04:09.3003966Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:04:09.3004400Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:04:09.3004785Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:04:09.3005195Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:04:09.3005623Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:04:09.3005938Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:04:09.3006342Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:09.3020180Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:09.3027213Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:04:09.3039884Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:09.3057743Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:09.3064585Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:04:09.3065999Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:04:09.3066663Z +++ nproc --ignore=2 2022-12-01T10:04:09.3068187Z ++ 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_3591403534 --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:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:20.3642129Z + container_name=b36433323aa425139815522fa358ce9cbddaf8ec67244427666c2bf211f6aecb 2022-12-01T10:04:20.3646304Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:20.3647455Z + docker exec -t b36433323aa425139815522fa358ce9cbddaf8ec67244427666c2bf211f6aecb sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:04:20.7802372Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:20.8558380Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:04:20.8568803Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:04:20.8635079Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.18.5) 2022-12-01T10:04:21.6385520Z Installing collected packages: torch 2022-12-01T10:04:27.9390839Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:04:28.0747830Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:04:28.0902515Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:04:28.0903200Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:04:28.0903785Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:04:28.0904457Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:04:28.0904873Z + BUILD_DIR=build 2022-12-01T10:04:28.0905221Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:04:28.0905582Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:04:28.0905858Z + export VALGRIND=ON 2022-12-01T10:04:28.0906039Z + VALGRIND=ON 2022-12-01T10:04:28.0908326Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-12-01T10:04:28.0908684Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-12-01T10:04:28.0908920Z ++ realpath build/custom_test_artifacts 2022-12-01T10:04:28.0914267Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:04:28.0916430Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:04:28.0921713Z + source .jenkins/pytorch/common.sh 2022-12-01T10:04:28.0925039Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:04:28.0930408Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:04:28.0931969Z +++ declare -f -t trap_add 2022-12-01T10:04:28.0935769Z ++ set -ex 2022-12-01T10:04:28.0936114Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:28.0936430Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:04:28.0937075Z ++ [[ default == *xla* ]] 2022-12-01T10:04:28.0937461Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:28.0937994Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-12-01T10:04:28.0938364Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-12-01T10:04:28.0938570Z ++ which conda 2022-12-01T10:04:28.0944315Z /opt/conda/bin/conda 2022-12-01T10:04:28.0944904Z ++ conda install -q -y cmake 2022-12-01T10:04:30.9115626Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:04:31.7839555Z Solving environment: ...working... done 2022-12-01T10:04:31.8714400Z 2022-12-01T10:04:31.8714645Z ## Package Plan ## 2022-12-01T10:04:31.8714845Z 2022-12-01T10:04:31.8715044Z environment location: /opt/conda 2022-12-01T10:04:31.8715293Z 2022-12-01T10:04:31.8715468Z added / updated specs: 2022-12-01T10:04:31.8715836Z - cmake 2022-12-01T10:04:31.8715981Z 2022-12-01T10:04:31.8715993Z 2022-12-01T10:04:31.8716102Z The following packages will be downloaded: 2022-12-01T10:04:31.8716684Z 2022-12-01T10:04:31.8716833Z package | build 2022-12-01T10:04:31.8717266Z ---------------------------|----------------- 2022-12-01T10:04:31.8717770Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:04:31.8718206Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:04:31.8718733Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:04:31.8719203Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:04:31.8719507Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:04:31.8719791Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:04:31.8720058Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:04:31.8753888Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:04:31.8754713Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:04:31.8755121Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:04:31.8755535Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:04:31.8755867Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:04:31.8756350Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:04:31.8756811Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:04:31.8757300Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:04:31.8757825Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:04:31.8758322Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:04:31.8758830Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:04:31.8759344Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:04:31.8759823Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:04:31.8760128Z ------------------------------------------------------------ 2022-12-01T10:04:31.8760360Z Total: 26.3 MB 2022-12-01T10:04:31.8760483Z 2022-12-01T10:04:31.8760597Z The following NEW packages will be INSTALLED: 2022-12-01T10:04:31.8760743Z 2022-12-01T10:04:31.8761003Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:04:31.8761386Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:04:31.8761738Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:04:31.8762102Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:04:31.8762455Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:04:31.8762817Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:04:31.8763186Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:04:31.8763550Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:04:31.8763926Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:04:31.8764303Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:04:31.8764650Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:04:31.8765002Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:04:31.8765353Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:04:31.8765688Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:04:31.8765837Z 2022-12-01T10:04:31.8765939Z The following packages will be UPDATED: 2022-12-01T10:04:31.8766077Z 2022-12-01T10:04:31.8766285Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:04:31.8766647Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:04:31.8766976Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:31.8767307Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:31.8767642Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:31.8767980Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:04:31.8768116Z 2022-12-01T10:04:31.8768121Z 2022-12-01T10:04:32.9816108Z Preparing transaction: ...working... done 2022-12-01T10:04:33.4033199Z Verifying transaction: ...working... done 2022-12-01T10:04:34.1065139Z Executing transaction: ...working... done 2022-12-01T10:04:34.1851833Z Retrieving notices: ...working... done 2022-12-01T10:04:34.3748158Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:34.3748848Z + echo 'Environment variables' 2022-12-01T10:04:34.3749062Z Environment variables 2022-12-01T10:04:34.3749237Z + env 2022-12-01T10:04:34.3760222Z INSTALLED_DB=yes 2022-12-01T10:04:34.3760675Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:04:34.3761035Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-12-01T10:04:34.3761314Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:04:34.3761611Z HOSTNAME=b36433323aa4 2022-12-01T10:04:34.3762189Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_b4ff9da9-b78f-4b68-ad5e-64f3be0b2442 2022-12-01T10:04:34.3762568Z GITHUB_ACTION=__self 2022-12-01T10:04:34.3762870Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:04:34.3763112Z TEST_CONFIG=default 2022-12-01T10:04:34.3763456Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:04:34.3763857Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:04:34.3764204Z GITHUB_REF_TYPE=branch 2022-12-01T10:04:34.3764502Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:04:34.3764872Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:34.3765193Z XLA_CUDA= 2022-12-01T10:04:34.3765807Z *** 2022-12-01T10:04:34.3766050Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:04:34.3766372Z GITHUB_ACTIONS=true 2022-12-01T10:04:34.3766597Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:34.3766834Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:04:34.3767045Z UCC_HOME=/usr 2022-12-01T10:04:34.3767233Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:04:34.3767410Z SHARD_NUMBER=1 2022-12-01T10:04:34.3767596Z GITHUB_REF_PROTECTED=false 2022-12-01T10:04:34.3767784Z HOME=/var/lib/jenkins 2022-12-01T10:04:34.3767986Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:04:34.3768198Z INSTALLED_THRIFT= 2022-12-01T10:04:34.3768371Z UCX_COMMIT= 2022-12-01T10:04:34.3768538Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:04:34.3788834Z NUM_TEST_SHARDS=2 2022-12-01T10:04:34.3795613Z UCX_HOME=/usr 2022-12-01T10:04:34.3796142Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_b4ff9da9-b78f-4b68-ad5e-64f3be0b2442 2022-12-01T10:04:34.3796440Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:04:34.3796853Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_b4ff9da9-b78f-4b68-ad5e-64f3be0b2442 2022-12-01T10:04:34.3797297Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:04:34.3797554Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:04:34.3797753Z GITHUB_RUN_ID=3591403534 2022-12-01T10:04:34.3798178Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_b4ff9da9-b78f-4b68-ad5e-64f3be0b2442 2022-12-01T10:04:34.3798522Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:04:34.3798694Z PR_NUMBER=89997 2022-12-01T10:04:34.3798866Z DESIRED_CUDA= 2022-12-01T10:04:34.3799047Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:04:34.3799214Z VALGRIND=ON 2022-12-01T10:04:34.3799436Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:04:34.3799656Z TERM=xterm 2022-12-01T10:04:34.3799812Z INSTALLED_VISION=yes 2022-12-01T10:04:34.3799992Z BRANCH=pull/89997 2022-12-01T10:04:34.3800182Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:04:34.3800365Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:04:34.3800732Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:04:34.3801038Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:04:34.3801225Z UCC_COMMIT= 2022-12-01T10:04:34.3801394Z INSTALLED_ANDROID= 2022-12-01T10:04:34.3801564Z SHLVL=1 2022-12-01T10:04:34.3801703Z MAX_JOBS=6 2022-12-01T10:04:34.3813839Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:04:34.3820016Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:04:34.3820375Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:34.3820632Z GITHUB_JOB=test 2022-12-01T10:04:34.3820838Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:04:34.3821048Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:04:34.3821230Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:04:34.3821427Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:04:34.3821745Z 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-12-01T10:04:34.3822047Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:04:34.3822214Z CI=true 2022-12-01T10:04:34.3822488Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:04:34.3822692Z INSTALLED_PROTOBUF=yes 2022-12-01T10:04:34.3822930Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:04:34.3823133Z GITHUB_ACTION_REF= 2022-12-01T10:04:34.3823413Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:04:34.3823636Z GITHUB_WORKFLOW=pull 2022-12-01T10:04:34.3823836Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:04:34.3824266Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_b4ff9da9-b78f-4b68-ad5e-64f3be0b2442 2022-12-01T10:04:34.3825345Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:04:34.3825964Z _=/usr/bin/env 2022-12-01T10:04:34.3826174Z + echo 'Testing pytorch' 2022-12-01T10:04:34.3826364Z Testing pytorch 2022-12-01T10:04:34.3826546Z + export LANG=C.UTF-8 2022-12-01T10:04:34.3826737Z + LANG=C.UTF-8 2022-12-01T10:04:34.3826909Z + PR_NUMBER=89997 2022-12-01T10:04:34.3830715Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:04:34.3831090Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:04:34.3831580Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:04:34.3831972Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:04:34.3832375Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:04:34.3832850Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:04:34.3833214Z + [[ default == \s\l\o\w ]] 2022-12-01T10:04:34.3833772Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:04:34.3834230Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-12-01T10:04:34.3834508Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:34.3834772Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-12-01T10:04:34.3834993Z + [[ default == *crossref* ]] 2022-12-01T10:04:34.3835187Z + [[ default == *dynamo* ]] 2022-12-01T10:04:34.3835380Z + [[ -n 89997 ]] 2022-12-01T10:04:34.3835570Z + [[ -z '' ]] 2022-12-01T10:04:34.3835779Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:34.3836006Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:34.3836279Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:34.3836564Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-12-01T10:04:34.3836800Z + pip_install --user ninja 2022-12-01T10:04:34.3837077Z + pip install --progress-bar off --user ninja 2022-12-01T10:04:34.7873317Z Collecting ninja 2022-12-01T10:04:34.8466591Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:04:35.5845328Z Installing collected packages: ninja 2022-12-01T10:04:35.5940068Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:04:35.5940586Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:04:35.5990155Z Successfully installed ninja-1.11.1 2022-12-01T10:04:35.6604797Z + 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-12-01T10:04:35.6605530Z + 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-12-01T10:04:35.6606023Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-12-01T10:04:35.6606285Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:04:35.6606498Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:04:35.6610212Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-12-01T10:04:35.6621892Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:35.6622431Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-12-01T10:04:35.6624539Z + cd test 2022-12-01T10:04:35.6625068Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:04:36.4324512Z PyTorch built with: 2022-12-01T10:04:36.4325077Z - GCC 7.5 2022-12-01T10:04:36.4325298Z - C++ Version: 201402 2022-12-01T10:04:36.4325693Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:36.4326137Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:36.4326453Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:36.4326728Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:04:36.4326951Z - NNPACK is enabled 2022-12-01T10:04:36.4327177Z - CPU capability usage: AVX2 2022-12-01T10:04:36.4329710Z - 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 -Wunused-local-typedefs -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-12-01T10:04:36.4331421Z 2022-12-01T10:04:36.5667772Z + cd test 2022-12-01T10:04:36.5668305Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:04:37.3204399Z ATen/Parallel: 2022-12-01T10:04:37.3204900Z at::get_num_threads() : 4 2022-12-01T10:04:37.3205198Z at::get_num_interop_threads() : 4 2022-12-01T10:04:37.3205418Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:37.3205608Z omp_get_max_threads() : 4 2022-12-01T10:04:37.3206152Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:37.3206445Z mkl_get_max_threads() : 4 2022-12-01T10:04:37.3206771Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:37.3207044Z std::thread::hardware_concurrency() : 8 2022-12-01T10:04:37.3207259Z Environment variables: 2022-12-01T10:04:37.3207442Z OMP_NUM_THREADS : [not set] 2022-12-01T10:04:37.3207639Z MKL_NUM_THREADS : [not set] 2022-12-01T10:04:37.3207841Z ATen parallel backend: OpenMP 2022-12-01T10:04:37.3207968Z 2022-12-01T10:04:37.4748793Z + [[ default == *backward* ]] 2022-12-01T10:04:37.4749107Z + [[ default == *xla* ]] 2022-12-01T10:04:37.4749316Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:04:37.4749748Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:37.4749969Z + [[ default == distributed ]] 2022-12-01T10:04:37.4750182Z + [[ default == *dynamo* ]] 2022-12-01T10:04:37.4750431Z + [[ default == *dynamo* ]] 2022-12-01T10:04:37.4750596Z + [[ 1 == 1 ]] 2022-12-01T10:04:37.4750797Z + [[ 2 -gt 1 ]] 2022-12-01T10:04:37.4750999Z + test_without_numpy 2022-12-01T10:04:37.4753102Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:04:37.4761273Z + pushd .jenkins/pytorch 2022-12-01T10:04:37.4761660Z ~/workspace/.jenkins/pytorch ~/workspace 2022-12-01T10:04:37.4762819Z + 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-12-01T10:04:38.1377313Z -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-12-01T10:04:38.2638283Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');import torch;print(torch.tensor([torch.tensor(0.), torch.tensor(1.)]))' 2022-12-01T10:04:38.9204809Z -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-12-01T10:04:38.9214407Z tensor([0., 1.]) 2022-12-01T10:04:39.0436471Z + popd 2022-12-01T10:04:39.0436821Z ~/workspace 2022-12-01T10:04:39.0437119Z + install_torchvision 2022-12-01T10:04:39.0437311Z + local commit 2022-12-01T10:04:39.0439781Z ++ get_pinned_commit vision 2022-12-01T10:04:39.0440051Z ++ cat .github/ci_commit_pins/vision.txt 2022-12-01T10:04:39.0451521Z + commit=d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:39.0452185Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:39.0452833Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:39.3878366Z Collecting git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:39.3884893Z Cloning https://github.com/pytorch/vision.git (to revision d7d90f56117ce0955332846a5f90b8d1346c4c09) to /tmp/pip-req-build-t7stcwdu 2022-12-01T10:04:39.3915406Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-t7stcwdu 2022-12-01T10:04:41.0103363Z Running command git rev-parse -q --verify 'sha^d7d90f56117ce0955332846a5f90b8d1346c4c09' 2022-12-01T10:04:41.0138113Z Running command git fetch -q https://github.com/pytorch/vision.git d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:41.9129983Z Running command git checkout -q d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:42.3416529Z Resolved https://github.com/pytorch/vision.git to commit d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:04:43.8644108Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:04:43.8719513Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (4.3.0) 2022-12-01T10:04:43.8723229Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (1.18.5) 2022-12-01T10:04:43.8726616Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (2.27.1) 2022-12-01T10:04:43.8730262Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (1.13.0a0+gitc13d400) 2022-12-01T10:04:43.8736933Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (9.2.0) 2022-12-01T10:04:43.8990231Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (3.3) 2022-12-01T10:04:43.8996460Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (1.26.8) 2022-12-01T10:04:43.9002953Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (2022.9.24) 2022-12-01T10:04:43.9017097Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (2.0.4) 2022-12-01T10:04:43.9164488Z Building wheels for collected packages: torchvision 2022-12-01T10:05:48.8468538Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2022-12-01T10:05:48.8819875Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+d7d90f5-cp37-cp37m-linux_x86_64.whl size=13983998 sha256=f3a6b436db61bad50fd90e09e642951f716cb31e7ac6360a72cf834b779a3ff8 2022-12-01T10:05:48.8822059Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/17/b1/5a/ec673bc71ef16fdf03b58b08a840c9c6188bc53a632a04e543 2022-12-01T10:05:48.8863196Z Successfully built torchvision 2022-12-01T10:05:49.5693459Z Installing collected packages: torchvision 2022-12-01T10:05:50.1128732Z Successfully installed torchvision-0.14.0a0+d7d90f5 2022-12-01T10:05:50.2482886Z + install_torchdynamo 2022-12-01T10:05:50.2483097Z + local commit 2022-12-01T10:05:50.2485435Z ++ get_pinned_commit torchdynamo 2022-12-01T10:05:50.2485717Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:05:50.2509824Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:50.2510492Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:50.2511944Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:50.6149705Z Collecting git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:50.6156103Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 6ead5cae0d1234aa64db06fe230ef56e12ec76fe) to /tmp/pip-req-build-h5b3k8nm 2022-12-01T10:05:50.6191658Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-h5b3k8nm 2022-12-01T10:05:51.0865841Z Running command git rev-parse -q --verify 'sha^6ead5cae0d1234aa64db06fe230ef56e12ec76fe' 2022-12-01T10:05:51.0899978Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:51.3244624Z Running command git checkout -q 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:51.7742087Z Resolved https://github.com/pytorch/torchdynamo.git to commit 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:05:53.2223611Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:05:53.2293452Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+gitc13d400) 2022-12-01T10:05:53.2297574Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-12-01T10:05:53.2638179Z Collecting tabulate 2022-12-01T10:05:53.3225526Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2022-12-01T10:05:53.3378737Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-12-01T10:05:53.3382515Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-12-01T10:05:53.3414819Z 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-12-01T10:05:53.3439765Z 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-12-01T10:05:53.3529639Z Building wheels for collected packages: torchdynamo 2022-12-01T10:05:56.5165708Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-12-01T10:05:56.5247719Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2686267 sha256=a85ca27440e4a3d8af769bd1e583ba6d04bee7f7055018381c729a35422eb1c6 2022-12-01T10:05:56.5249876Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/be/04/a5/adc64d091c88f64465d8ee6f21d5717177ec59bba7342b9732 2022-12-01T10:05:56.5272404Z Successfully built torchdynamo 2022-12-01T10:05:57.2319032Z Installing collected packages: tabulate, torchdynamo 2022-12-01T10:05:57.4977519Z Successfully installed tabulate-0.9.0 torchdynamo-1.13.0.dev0 2022-12-01T10:05:57.5950641Z + test_python_shard 1 2022-12-01T10:05:57.5950976Z + [[ -z 2 ]] 2022-12-01T10:05:57.5951360Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 1 2 --verbose 2022-12-01T10:05:58.7452927Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:58.8531286Z Ignoring disabled issues: [] 2022-12-01T10:05:58.8899316Z Found test time stats from artifacts 2022-12-01T10:05:58.8926610Z Selected tests: 2022-12-01T10:05:58.8926894Z test_ops 2022-12-01T10:05:58.8927099Z test_fx 2022-12-01T10:05:58.8927267Z test_sparse_csr 2022-12-01T10:05:58.8927439Z test_modules 2022-12-01T10:05:58.8927612Z test_linalg 2022-12-01T10:05:58.8927832Z test_tensorexpr 2022-12-01T10:05:58.8931637Z distributions/test_distributions 2022-12-01T10:05:58.8932282Z test_cpp_extensions_jit 2022-12-01T10:05:58.8932640Z test_dispatch 2022-12-01T10:05:58.8932849Z test_autograd 2022-12-01T10:05:58.8933003Z test_torch 2022-12-01T10:05:58.8933167Z test_overrides 2022-12-01T10:05:58.8933371Z test_namedtuple_return_api 2022-12-01T10:05:58.8933577Z test_fake_tensor 2022-12-01T10:05:58.8933767Z test_multiprocessing_spawn 2022-12-01T10:05:58.8933961Z test_jit_cuda_fuser 2022-12-01T10:05:58.8934182Z distributions/test_constraints 2022-12-01T10:05:58.8934406Z lazy/test_extract_compiled_graph 2022-12-01T10:05:58.8934750Z test_comparison_utils 2022-12-01T10:05:58.8935899Z test_cuda_primary_ctx 2022-12-01T10:05:58.8936207Z test_cuda_trace 2022-12-01T10:05:58.8936609Z test_fx_backends 2022-12-01T10:05:58.8936922Z test_jiterator 2022-12-01T10:05:58.8937198Z doctests 2022-12-01T10:05:58.8937481Z test_meta 2022-12-01T10:05:58.8937759Z test_schema_check 2022-12-01T10:05:58.8938011Z test_foreach 2022-12-01T10:05:58.8938313Z test_unary_ufuncs 2022-12-01T10:05:58.8938638Z test_fx_experimental 2022-12-01T10:05:58.8938948Z test_type_hints 2022-12-01T10:05:58.8939262Z test_tensorboard 2022-12-01T10:05:58.8939625Z test_functional_autograd_benchmark 2022-12-01T10:05:58.8939955Z test_testing 2022-12-01T10:05:58.8940238Z lazy/test_ts_opinfo 2022-12-01T10:05:58.8940520Z profiler/test_profiler 2022-12-01T10:05:58.8940796Z test_transformers 2022-12-01T10:05:58.8941078Z test_stateless 2022-12-01T10:05:58.8941392Z test_spectral_ops 2022-12-01T10:05:58.8941722Z test_functionalization 2022-12-01T10:05:58.8942120Z test_mkl_verbose 2022-12-01T10:05:58.8942435Z test_openmp 2022-12-01T10:05:58.8942665Z test_module_init 2022-12-01T10:05:58.8942833Z test_utils 2022-12-01T10:05:58.8943016Z test_public_bindings 2022-12-01T10:05:58.8943178Z test_package 2022-12-01T10:05:58.8943351Z test_maskedtensor 2022-12-01T10:05:58.8943520Z test_logging 2022-12-01T10:05:58.8943667Z test_vmap 2022-12-01T10:05:58.8943850Z test_nestedtensor 2022-12-01T10:05:58.8944130Z test_shape_ops 2022-12-01T10:05:58.8944337Z test_bundled_inputs 2022-12-01T10:05:58.8944512Z test_futures 2022-12-01T10:05:58.8944689Z test_tensorexpr_pybind 2022-12-01T10:05:58.8947531Z test_datapipe 2022-12-01T10:05:58.8947879Z benchmark_utils/test_benchmark_utils 2022-12-01T10:05:58.8948152Z test_fx_reinplace_pass 2022-12-01T10:05:58.8948341Z test_python_dispatch 2022-12-01T10:05:58.8948505Z test_subclass 2022-12-01T10:05:58.8948693Z test_native_functions 2022-12-01T10:05:58.8948938Z test_pytree 2022-12-01T10:05:58.8949230Z test_set_default_mobile_cpu_allocator 2022-12-01T10:05:58.8949604Z test_per_overload_api 2022-12-01T10:05:58.8949891Z test_license 2022-12-01T10:05:58.8950160Z test_itt 2022-12-01T10:05:58.8950457Z test_nvfuser_frontend 2022-12-01T10:05:58.8950789Z test_numba_integration 2022-12-01T10:05:58.8950962Z test_complex 2022-12-01T10:05:58.8951165Z test_vulkan 2022-12-01T10:05:59.6967735Z Prioritized test from test file changes. 2022-12-01T10:05:59.6968471Z reordering tests for PR: 2022-12-01T10:05:59.6970044Z prioritized: ['test_ops', 'test_fx', 'test_sparse_csr', 'test_modules', 'test_linalg', 'test_tensorexpr', 'distributions/test_distributions', 'test_cpp_extensions_jit', 'test_autograd', 'test_torch', 'test_overrides', 'test_fake_tensor', 'test_jit_cuda_fuser', 'lazy/test_extract_compiled_graph', 'test_fx_backends', 'test_meta', 'test_foreach', 'test_fx_experimental', 'test_testing', 'lazy/test_ts_opinfo', 'profiler/test_profiler', 'test_transformers', 'test_stateless', 'test_spectral_ops', 'test_functionalization', 'test_module_init', 'test_utils', 'test_public_bindings', 'test_vmap', 'test_nestedtensor', 'test_shape_ops', 'test_datapipe', 'test_fx_reinplace_pass', 'test_python_dispatch', 'test_native_functions', 'test_pytree', 'test_nvfuser_frontend'] 2022-12-01T10:05:59.6972030Z the rest: ['test_dispatch', 'test_namedtuple_return_api', 'test_multiprocessing_spawn', 'distributions/test_constraints', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_jiterator', 'doctests', 'test_schema_check', 'test_unary_ufuncs', 'test_type_hints', 'test_tensorboard', 'test_functional_autograd_benchmark', 'test_mkl_verbose', 'test_openmp', 'test_package', 'test_maskedtensor', 'test_logging', 'test_bundled_inputs', 'test_futures', 'test_tensorexpr_pybind', 'benchmark_utils/test_benchmark_utils', 'test_subclass', 'test_set_default_mobile_cpu_allocator', 'test_per_overload_api', 'test_license', 'test_itt', 'test_numba_integration', 'test_complex', 'test_vulkan'] 2022-12-01T10:05:59.6972740Z 2022-12-01T10:05:59.6973151Z 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-12-01T10:05:59.7150584Z 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-12-01T10:05:59.7293341Z parallel (file granularity) tests: 2022-12-01T10:05:59.7293707Z lazy/test_extract_compiled_graph 2022-12-01T10:05:59.7294051Z test_meta 2022-12-01T10:05:59.7294330Z test_foreach 2022-12-01T10:05:59.7294590Z test_fx_experimental 2022-12-01T10:05:59.7294889Z test_testing 2022-12-01T10:05:59.7295196Z lazy/test_ts_opinfo 2022-12-01T10:05:59.7295509Z profiler/test_profiler 2022-12-01T10:05:59.7295841Z test_transformers 2022-12-01T10:05:59.7296144Z test_stateless 2022-12-01T10:05:59.7296437Z test_spectral_ops 2022-12-01T10:05:59.7296762Z test_functionalization 2022-12-01T10:05:59.7297039Z test_module_init 2022-12-01T10:05:59.7297289Z test_utils 2022-12-01T10:05:59.7297576Z test_public_bindings 2022-12-01T10:05:59.7297851Z test_vmap 2022-12-01T10:05:59.7298126Z test_nestedtensor 2022-12-01T10:05:59.7298435Z test_shape_ops 2022-12-01T10:05:59.7298746Z test_datapipe 2022-12-01T10:05:59.7299033Z test_fx_reinplace_pass 2022-12-01T10:05:59.7299329Z test_python_dispatch 2022-12-01T10:05:59.7299587Z test_native_functions 2022-12-01T10:05:59.7299747Z test_pytree 2022-12-01T10:05:59.7299926Z test_nvfuser_frontend 2022-12-01T10:05:59.7300124Z distributions/test_constraints 2022-12-01T10:05:59.7300325Z test_comparison_utils 2022-12-01T10:05:59.7300489Z test_jiterator 2022-12-01T10:05:59.7300679Z test_schema_check 2022-12-01T10:05:59.7300852Z test_unary_ufuncs 2022-12-01T10:05:59.7301011Z test_type_hints 2022-12-01T10:05:59.7301185Z test_tensorboard 2022-12-01T10:05:59.7301378Z test_functional_autograd_benchmark 2022-12-01T10:05:59.7301562Z test_mkl_verbose 2022-12-01T10:05:59.7301730Z test_openmp 2022-12-01T10:05:59.7301991Z test_package 2022-12-01T10:05:59.7302151Z test_maskedtensor 2022-12-01T10:05:59.7302321Z test_logging 2022-12-01T10:05:59.7302499Z test_bundled_inputs 2022-12-01T10:05:59.7302658Z test_futures 2022-12-01T10:05:59.7302834Z test_tensorexpr_pybind 2022-12-01T10:05:59.7303039Z benchmark_utils/test_benchmark_utils 2022-12-01T10:05:59.7303223Z test_subclass 2022-12-01T10:05:59.7303420Z test_set_default_mobile_cpu_allocator 2022-12-01T10:05:59.7303621Z test_per_overload_api 2022-12-01T10:05:59.7303781Z test_license 2022-12-01T10:05:59.7303941Z test_itt 2022-12-01T10:05:59.7304110Z test_numba_integration 2022-12-01T10:05:59.7304273Z test_complex 2022-12-01T10:05:59.7304433Z test_vulkan 2022-12-01T10:05:59.7304618Z serial (file granularity) tests: 2022-12-01T10:05:59.7304789Z test_ops 2022-12-01T10:05:59.7304944Z test_fx 2022-12-01T10:05:59.7305106Z test_sparse_csr 2022-12-01T10:05:59.7305259Z test_modules 2022-12-01T10:05:59.7305420Z test_linalg 2022-12-01T10:05:59.7305585Z test_tensorexpr 2022-12-01T10:05:59.7305772Z distributions/test_distributions 2022-12-01T10:05:59.7305975Z test_cpp_extensions_jit 2022-12-01T10:05:59.7306158Z test_autograd 2022-12-01T10:05:59.7306310Z test_torch 2022-12-01T10:05:59.7306472Z test_overrides 2022-12-01T10:05:59.7306642Z test_fake_tensor 2022-12-01T10:05:59.7306803Z test_jit_cuda_fuser 2022-12-01T10:05:59.7306976Z test_fx_backends 2022-12-01T10:05:59.7307144Z test_dispatch 2022-12-01T10:05:59.7307315Z test_namedtuple_return_api 2022-12-01T10:05:59.7307517Z test_multiprocessing_spawn 2022-12-01T10:05:59.7307709Z test_cuda_primary_ctx 2022-12-01T10:05:59.7307875Z test_cuda_trace 2022-12-01T10:05:59.7308040Z doctests 2022-12-01T10:06:00.9102852Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:06:00.9336638Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:06:00.9723713Z Ignoring disabled issues: [] 2022-12-01T10:06:00.9854341Z Running lazy/test_extract_compiled_graph ... [2022-12-01 10:06:00.985178] 2022-12-01T10:06:00.9856527Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:06:00.985437] 2022-12-01T10:06:00.9958549Z Ignoring disabled issues: [] 2022-12-01T10:06:01.0089846Z Running test_meta ... [2022-12-01 10:06:01.008759] 2022-12-01T10:06:01.0091886Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:06:01.009005] 2022-12-01T10:06:01.9468503Z 2022-12-01T10:06:01.9469013Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-12-01T10:06:01.9473925Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/workspace/test/test-reports/lazy-test_extract_compiled_graph_51c39z2c) 2022-12-01T10:06:01.9474217Z 2022-12-01T10:06:01.9474465Z ##[endgroup] 2022-12-01T10:06:01.9475008Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/workspace/test/test-reports/lazy-test_extract_compiled_graph_51c39z2c) 2022-12-01T10:06:01.9475272Z 2022-12-01T10:06:03.4420072Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:06:03.5039475Z Ignoring disabled issues: [] 2022-12-01T10:06:03.5172044Z Running test_foreach ... [2022-12-01 10:06:03.516924] 2022-12-01T10:06:03.5174116Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:06:03.517194] 2022-12-01T10:07:30.6405703Z 2022-12-01T10:07:30.6433769Z Expand the folded group to see the log file of test_foreach 2022-12-01T10:07:30.6434620Z ##[group]PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_luav03nc) 2022-12-01T10:07:30.6437004Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-12-01T10:07:30.6437560Z 2022-12-01T10:07:30.6437683Z Running tests... 2022-12-01T10:07:30.6438328Z ---------------------------------------------------------------------- 2022-12-01T10:07:30.6439012Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:07:30.6439711Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6440399Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6441157Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6441884Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6442449Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6442997Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6443528Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6444087Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6444626Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6445170Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6445705Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6446253Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:07:30.6446701Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6447055Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6447398Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6447965Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6448317Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6448650Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6448992Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6449333Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6449674Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6449997Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6450337Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6450678Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6451019Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6451352Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6451705Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6452054Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6452386Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6452728Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6453072Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6453413Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6453736Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6454073Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6454411Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6454752Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6455080Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6455425Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6455780Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6456129Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6456458Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6456798Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6457137Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6457460Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6457798Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6458136Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6458503Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6458863Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6459206Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6459553Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6459903Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6460234Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6460575Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6460913Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6461241Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6461577Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6462019Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6462357Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6462678Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6463036Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6463412Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6463793Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6464170Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6464549Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6464923Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6465301Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6465655Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6466023Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6466390Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6466745Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6467112Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6467481Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6467851Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6468211Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6468594Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6468971Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6469413Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6469771Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6470142Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6470510Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6470875Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6471226Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6471595Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6471969Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6472341Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6472933Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6473317Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6473693Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6474063Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6474419Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6474793Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6475165Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6475517Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6475879Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6476247Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6476614Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6476969Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6477349Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6477730Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6478107Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6478464Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6478835Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6479206Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6479572Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6480023Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6480397Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6480762Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:07:30.6481130Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:07:30.6481470Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:07:30.6481826Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:07:30.6482185Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:07:30.6483004Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... test_foreach.py:87: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:07:30.6483540Z actual = self.func(*inputs, **kwargs) 2022-12-01T10:07:30.6483722Z ok (0.065s) 2022-12-01T10:07:30.6483991Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:07:30.6484344Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:07:30.6484677Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:07:30.6485018Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:07:30.6485354Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:07:30.6485700Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:07:30.6486027Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:07:30.6486375Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:07:30.6486723Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.101s) 2022-12-01T10:07:30.6487060Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:07:30.6487414Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:07:30.6487764Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:07:30.6488112Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:07:30.6488444Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:07:30.6488791Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.101s) 2022-12-01T10:07:30.6489131Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.101s) 2022-12-01T10:07:30.6489465Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-12-01T10:07:30.6489792Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:07:30.6490132Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-12-01T10:07:30.6490475Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:07:30.6490806Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:07:30.6491193Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:07:30.6491579Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:07:30.6491928Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:07:30.6492258Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:07:30.6492604Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:07:30.6492947Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:07:30.6493283Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:07:30.6493604Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:07:30.6493948Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:07:30.6494285Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:07:30.6494611Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:07:30.6494953Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.157s) 2022-12-01T10:07:30.6495300Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:07:30.6495653Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:07:30.6495986Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:07:30.6496330Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:07:30.6496677Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-12-01T10:07:30.6497016Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-12-01T10:07:30.6497340Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.100s) 2022-12-01T10:07:30.6497671Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:07:30.6498010Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:07:30.6498329Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.100s) 2022-12-01T10:07:30.6499138Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:07:30.6499489Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:07:30.6499839Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:07:30.6500182Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:07:30.6500532Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:07:30.6500878Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:07:30.6501222Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:07:30.6501549Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:07:30.6502012Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:07:30.6502349Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:07:30.6502726Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:07:30.6503091Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:07:30.6503435Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:07:30.6503780Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:07:30.6504114Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:07:30.6504468Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:07:30.6504818Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:07:30.6505167Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:07:30.6505502Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:07:30.6505844Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:07:30.6506184Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.110s) 2022-12-01T10:07:30.6506510Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-12-01T10:07:30.6506848Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.111s) 2022-12-01T10:07:30.6507193Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.108s) 2022-12-01T10:07:30.6507549Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:07:30.6507880Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.086s) 2022-12-01T10:07:30.6508232Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:07:30.6508584Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:07:30.6508929Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:07:30.6509261Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:07:30.6509598Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:07:30.6509942Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:07:30.6510262Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:07:30.6510595Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:07:30.6510937Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:07:30.6511275Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:07:30.6511601Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:07:30.6511942Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.162s) 2022-12-01T10:07:30.6512294Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:07:30.6512821Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:07:30.6513158Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:07:30.6513504Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:07:30.6513965Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:07:30.6514291Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:07:30.6514627Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:07:30.6514958Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:07:30.6515296Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.106s) 2022-12-01T10:07:30.6515614Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:07:30.6515977Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6516362Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6516746Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6517115Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6517494Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6517874Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6518258Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6518632Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6519016Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6519400Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6519776Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6520135Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6520502Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6520871Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6521228Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6521600Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6521981Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6522350Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6522735Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6523112Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6523488Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6523854Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6524228Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6524664Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6525031Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6525388Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6525756Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6526125Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6526498Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6526856Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6527244Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6527629Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6528014Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6528374Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6528747Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6529119Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6529470Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6529839Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6530212Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6530579Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6530940Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6531315Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6531694Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6532079Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6532450Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6532828Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6533238Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6533610Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6533960Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6534323Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6534690Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6535082Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:07:30.6535457Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.123s) 2022-12-01T10:07:30.6535814Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.148s) 2022-12-01T10:07:30.6536170Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:07:30.6536517Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:07:30.6536873Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:07:30.6537228Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:07:30.6537578Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.123s) 2022-12-01T10:07:30.6537920Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.128s) 2022-12-01T10:07:30.6538266Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.130s) 2022-12-01T10:07:30.6538611Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.128s) 2022-12-01T10:07:30.6538960Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.129s) 2022-12-01T10:07:30.6539297Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.129s) 2022-12-01T10:07:30.6539646Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:07:30.6539993Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.150s) 2022-12-01T10:07:30.6540346Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:07:30.6540701Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:07:30.6541056Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.163s) 2022-12-01T10:07:30.6541405Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:07:30.6541848Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:07:30.6542199Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.151s) 2022-12-01T10:07:30.6542551Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.152s) 2022-12-01T10:07:30.6542893Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.151s) 2022-12-01T10:07:30.6543222Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.151s) 2022-12-01T10:07:30.6543573Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.151s) 2022-12-01T10:07:30.6543926Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.111s) 2022-12-01T10:07:30.6544276Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.128s) 2022-12-01T10:07:30.6544617Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:07:30.6544976Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:07:30.6545327Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:07:30.6545668Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:07:30.6546049Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:07:30.6546423Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:07:30.6546769Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:07:30.6547154Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:07:30.6547567Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:07:30.6547992Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:07:30.6548457Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.158s) 2022-12-01T10:07:30.6548868Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.233s) 2022-12-01T10:07:30.6549288Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.139s) 2022-12-01T10:07:30.6549721Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.140s) 2022-12-01T10:07:30.6550093Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.159s) 2022-12-01T10:07:30.6550530Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.160s) 2022-12-01T10:07:30.6550935Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.158s) 2022-12-01T10:07:30.6551307Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.165s) 2022-12-01T10:07:30.6551709Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.165s) 2022-12-01T10:07:30.6552139Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.165s) 2022-12-01T10:07:30.6552673Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.166s) 2022-12-01T10:07:30.6553045Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.165s) 2022-12-01T10:07:30.6553459Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.134s) 2022-12-01T10:07:30.6553871Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.156s) 2022-12-01T10:07:30.6554311Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:07:30.6554701Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:07:30.6555118Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.136s) 2022-12-01T10:07:30.6555533Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.137s) 2022-12-01T10:07:30.6555965Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.133s) 2022-12-01T10:07:30.6556343Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.136s) 2022-12-01T10:07:30.6556745Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.137s) 2022-12-01T10:07:30.6557147Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.135s) 2022-12-01T10:07:30.6557510Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.138s) 2022-12-01T10:07:30.6557944Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.138s) 2022-12-01T10:07:30.6558358Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:07:30.6558834Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.159s) 2022-12-01T10:07:30.6559253Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:07:30.6559684Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:07:30.6560116Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.175s) 2022-12-01T10:07:30.6560527Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:07:30.6560896Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:07:30.6561311Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.162s) 2022-12-01T10:07:30.6561760Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.162s) 2022-12-01T10:07:30.6562130Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.160s) 2022-12-01T10:07:30.6562531Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.164s) 2022-12-01T10:07:30.6562944Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.160s) 2022-12-01T10:07:30.6563357Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:07:30.6563745Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.137s) 2022-12-01T10:07:30.6564155Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:07:30.6564576Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:07:30.6565018Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.123s) 2022-12-01T10:07:30.6565392Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.125s) 2022-12-01T10:07:30.6565815Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:07:30.6566228Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:07:30.6566589Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:07:30.6566990Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.120s) 2022-12-01T10:07:30.6567412Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.123s) 2022-12-01T10:07:30.6567825Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:07:30.6568194Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.168s) 2022-12-01T10:07:30.6568607Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.242s) 2022-12-01T10:07:30.6569042Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.151s) 2022-12-01T10:07:30.6569482Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.151s) 2022-12-01T10:07:30.6569852Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.171s) 2022-12-01T10:07:30.6570264Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.171s) 2022-12-01T10:07:30.6570672Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.170s) 2022-12-01T10:07:30.6571104Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.174s) 2022-12-01T10:07:30.6571532Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.174s) 2022-12-01T10:07:30.6610352Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.173s) 2022-12-01T10:07:30.6610716Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.184s) 2022-12-01T10:07:30.6611055Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.187s) 2022-12-01T10:07:30.6611484Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6611993Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:07:30.6612462Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:07:30.6613004Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:07:30.6613529Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:07:30.6614074Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:07:30.6614561Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6615056Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6615531Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:07:30.6616001Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:07:30.6616424Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6616756Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6617102Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6617439Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:07:30.6617785Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6618137Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6618479Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6618813Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6619148Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:07:30.6619494Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:07:30.6619837Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:07:30.6620167Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:07:30.6620504Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:07:30.6620841Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:07:30.6621177Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:07:30.6621518Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6621984Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6622536Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6622875Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6623212Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6623546Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:07:30.6623883Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6624211Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6624541Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6624873Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6625204Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6625538Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6625875Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.139s) 2022-12-01T10:07:30.6626213Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:07:30.6626555Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:07:30.6626898Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6627236Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:07:30.6627579Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6627910Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6628239Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:07:30.6628570Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:07:30.6628898Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6629226Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6629563Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:07:30.6629906Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:07:30.6630250Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:07:30.6630605Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:07:30.6630956Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:07:30.6631301Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:07:30.6631640Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:07:30.6631981Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6632314Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6634293Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:07:30.6634782Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6635138Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6635489Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:07:30.6635831Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:07:30.6636186Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:07:30.6636546Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:07:30.6636903Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:07:30.6637248Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:07:30.6637601Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:07:30.6637957Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:07:30.6638298Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:07:30.6638631Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:07:30.6638982Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:07:30.6639333Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:07:30.6639681Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:07:30.6640021Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6640381Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:07:30.6640747Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:07:30.6641091Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:07:30.6641446Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:07:30.6641798Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:07:30.6642150Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6642491Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:07:30.6642845Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:07:30.6643196Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:07:30.6643536Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:07:30.6643874Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:07:30.6644231Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.147s) 2022-12-01T10:07:30.6644587Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:07:30.6644931Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:07:30.6645318Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:07:30.6645701Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:07:30.6646050Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:07:30.6646380Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6646717Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6647050Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:07:30.6647393Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:07:30.6647730Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:07:30.6648119Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6648527Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6648939Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6649344Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6649757Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6650180Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6650589Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6650966Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6651352Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6651744Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6652127Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6652514Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6652911Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6653303Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6653696Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6654089Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6654493Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6654900Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6655295Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6655763Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6656156Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6656550Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6656932Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6657310Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6657709Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6658108Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6658512Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6658908Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6659314Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6659716Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6660097Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6660474Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6660874Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6661267Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6661776Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6662165Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6662569Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6662968Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6663371Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6663770Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6664179Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6664581Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6664972Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6665353Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6665810Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6666208Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6666593Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6666969Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6667360Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6667745Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:07:30.6668097Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6668420Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6668748Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6669080Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6669413Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6669725Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6670053Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6670376Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6670687Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6671015Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6671346Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6671666Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6671976Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6672297Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6672760Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6673086Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6673398Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6673723Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6674052Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6674364Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6674704Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6675050Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6675388Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6675710Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6676053Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6676394Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6676804Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6677143Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:07:30.6677480Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6677812Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6678129Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6678461Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6678790Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6679118Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6679438Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6679768Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6680091Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6680400Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6680727Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6681056Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6681385Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6681703Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6682034Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6682362Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6682690Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6682999Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6683322Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6683643Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6683972Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.422s) 2022-12-01T10:07:30.6684330Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.400s) 2022-12-01T10:07:30.6684679Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.157s) 2022-12-01T10:07:30.6685031Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.153s) 2022-12-01T10:07:30.6685365Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.616s) 2022-12-01T10:07:30.6685712Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.613s) 2022-12-01T10:07:30.6686055Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.570s) 2022-12-01T10:07:30.6686385Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.571s) 2022-12-01T10:07:30.6686729Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.572s) 2022-12-01T10:07:30.6687083Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.348s) 2022-12-01T10:07:30.6687440Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.334s) 2022-12-01T10:07:30.6687843Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.095s) 2022-12-01T10:07:30.6688190Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.089s) 2022-12-01T10:07:30.6688534Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.953s) 2022-12-01T10:07:30.6688876Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.963s) 2022-12-01T10:07:30.6689206Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.943s) 2022-12-01T10:07:30.6689549Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.947s) 2022-12-01T10:07:30.6689892Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.950s) 2022-12-01T10:07:30.6690239Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.560s) 2022-12-01T10:07:30.6690585Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.531s) 2022-12-01T10:07:30.6690940Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.293s) 2022-12-01T10:07:30.6691287Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.288s) 2022-12-01T10:07:30.6691615Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.691s) 2022-12-01T10:07:30.6691954Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.676s) 2022-12-01T10:07:30.6692293Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.725s) 2022-12-01T10:07:30.6692637Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.705s) 2022-12-01T10:07:30.6692964Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.709s) 2022-12-01T10:07:30.6693318Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.511s) 2022-12-01T10:07:30.6693677Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.471s) 2022-12-01T10:07:30.6694027Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.264s) 2022-12-01T10:07:30.6694358Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.221s) 2022-12-01T10:07:30.6694702Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.055s) 2022-12-01T10:07:30.6695043Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.047s) 2022-12-01T10:07:30.6695369Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.085s) 2022-12-01T10:07:30.6695713Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.085s) 2022-12-01T10:07:30.6696060Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.089s) 2022-12-01T10:07:30.6696447Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6696863Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6697285Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6697702Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6698072Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:07:30.6698429Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:07:30.6698793Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:07:30.6699127Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:07:30.6699457Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:07:30.6699766Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:07:30.6700096Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:07:30.6700427Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:07:30.6700751Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:07:30.6701082Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6701408Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:07:30.6701818Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:07:30.6702128Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6702459Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:07:30.6702787Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:07:30.6703096Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6703421Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6703742Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6704070Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6704376Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6704691Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6705008Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6705313Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6705637Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6705968Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6706292Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6706601Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6706924Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6707255Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:07:30.6707582Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6707888Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6708210Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:07:30.6708540Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6708853Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6709175Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6709498Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6709888Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6710198Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6710513Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6710831Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6711132Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6711450Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6711768Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6712090Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6712408Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6712894Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6713218Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6713531Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6713862Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6714189Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6714506Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6714815Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6715135Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6715465Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6715796Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6716107Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6716429Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6716752Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6717066Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6717393Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6717714Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6718042Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6718357Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6718681Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6719000Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6719311Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6719630Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6719951Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6720271Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6720575Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6720994Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6721317Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6721640Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6721952Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6722276Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6722603Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6722921Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6723249Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6723572Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6723901Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6724213Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6724539Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6724867Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6725186Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6725510Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6725829Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6726153Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6726469Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6726793Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6727114Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6727423Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6727750Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6728072Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6728393Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:07:30.6728698Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6729013Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6729332Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6729643Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6729945Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6730275Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6730622Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6730950Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:07:30.6731283Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6731608Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6731983Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6732324Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6732647Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6732964Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6733271Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6733589Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6733918Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6734253Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6734569Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6734905Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6735234Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6735558Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6735863Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6736191Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6736520Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6736833Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6737152Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6737483Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6737811Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6738125Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6738446Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6738762Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6739071Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6739401Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6739723Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6740043Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6740360Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6740692Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6741014Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6741327Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6741743Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6742072Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:07:30.6742397Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:07:30.6742704Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6743069Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6743421Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6743742Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6744056Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:07:30.6744427Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6744842Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6745241Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6745653Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6746054Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6746452Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6746853Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6747239Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6747634Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6748030Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6748434Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6748827Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6749240Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6749646Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6750051Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6750440Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6750855Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6751259Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6751662Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6752052Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6752593Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6753015Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6753421Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6753919Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6754328Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6754728Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6755124Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6755507Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6755908Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6756309Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6756713Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6757103Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6757510Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6757916Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6758369Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6758766Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6759179Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6759583Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6759979Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6760355Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6760756Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6761148Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6761554Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6761945Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6762337Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6762737Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6763143Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6763536Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6763995Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6764397Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6764802Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6765194Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6765601Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6766002Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6766405Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6766787Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6767180Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6767574Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6767972Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6768359Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6768766Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6769172Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6769572Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6769957Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6770367Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6770776Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6771173Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6771569Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6771976Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6772378Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6772777Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6773173Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6773578Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6774037Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6774438Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6774828Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6775231Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6775628Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6776030Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6776440Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6776829Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6777226Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6777623Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6778015Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6778391Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6778788Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6779187Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6779598Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6780009Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6780430Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6780841Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6781256Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6781743Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6782150Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6782550Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6782945Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6783325Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6783722Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6784200Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6784612Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6785009Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6785419Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6785820Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6786222Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6786610Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6787017Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6787424Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6787823Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6788202Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6788602Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6789011Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6789417Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6789803Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6790197Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6790591Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6790995Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6791384Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6791784Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6792189Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6792746Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6793141Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6793535Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6793933Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6794470Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6794864Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6795270Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6795670Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6796071Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6796457Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6796861Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:07:30.6797226Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6797550Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6797864Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6798197Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6798518Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6798823Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6799147Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6799466Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6799784Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6800088Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6800402Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6800715Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6801036Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6801339Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6801662Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6801989Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:07:30.6802301Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6802620Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6802939Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6803257Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6803558Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6803870Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6804183Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6804484Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6804804Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6805201Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6805524Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6805840Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:07:30.6806162Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6806482Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6806787Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6807106Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6807420Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6807738Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6808043Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6808355Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6808671Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6808994Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6809303Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:07:30.6809629Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6809947Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:07:30.6810256Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6810569Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6810888Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6811204Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6811503Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6811817Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6812132Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6812440Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6812760Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:07:30.6813081Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6813412Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6813721Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6814038Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6814351Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6814652Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6814968Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6815282Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6815593Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6815933Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6816279Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6816595Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6816918Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6817232Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6817555Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6817869Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6818177Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6818490Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6818807Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6819122Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6819422Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6819729Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6820049Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6820357Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6820677Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6821005Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6821327Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:07:30.6821740Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6822074Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6822393Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6822692Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6823017Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6823333Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6823655Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6823960Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6824284Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6824611Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6824937Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6825243Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6825560Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6825875Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6826176Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6826488Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6826801Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6827163Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:07:30.6827494Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:07:30.6827814Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:07:30.6828130Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:07:30.6828438Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:07:30.6828764Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:07:30.6829087Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:07:30.6829408Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:07:30.6829713Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6830031Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6830344Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6830639Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6830949Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6831266Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6831580Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6831885Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6832205Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:07:30.6832722Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:07:30.6833054Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6833363Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6833684Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6834007Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6834311Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6834627Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6834944Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6835259Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6835570Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6835896Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:07:30.6836223Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6836544Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6836872Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6837193Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6837511Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6837815Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6838130Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6838556Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6838859Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6839180Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6839501Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6839822Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6840132Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:07:30.6840462Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:07:30.6840785Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6841106Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6841410Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6841729Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6842047Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6842351Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6842664Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6842981Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6843300Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6843608Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6843937Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6844266Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6844579Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6844896Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6845211Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6845528Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6845831Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6846147Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6846461Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6846770Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6847086Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6847405Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6847725Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6848041Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6848192Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:07:30.6848340Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6848483Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6848665Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6848841Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6848983Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6849127Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6849261Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6849412Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6849558Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6849712Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6849869Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6850026Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6850178Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6850322Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6850456Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6850600Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6850742Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6850887Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6851030Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6851181Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6851330Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6851482Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6851633Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6851770Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6851915Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6852063Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6852208Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6852353Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6852499Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6852646Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6852792Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6852928Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6853074Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6853225Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6853375Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6853524Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6853669Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6853873Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6854023Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6854165Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6854296Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6854441Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6854589Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6854735Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6854885Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:07:30.6855035Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6855189Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6855335Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6855470Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6855616Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6855761Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6855907Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6856052Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6856196Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6856340Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6856504Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6856647Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6856811Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6856974Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:07:30.6857132Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6857298Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6857456Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6857614Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6857770Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:07:30.6857923Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:07:30.6858063Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:07:30.6858214Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:07:30.6858367Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6858516Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:07:30.6858667Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:07:30.6858821Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6859031Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6859184Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6859331Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6859467Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6859615Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6859762Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6859909Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6860053Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6860210Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6860365Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6860526Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:07:30.6860674Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6860826Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6860979Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6861131Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6861281Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6861430Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6861581Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6861826Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6861978Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6862114Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6862265Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6862417Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6862567Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6862713Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:07:30.6862866Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6863017Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6863164Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6863294Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6863439Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6863584Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6863729Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6863879Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6864027Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6864233Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6864414Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6864550Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6864702Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6864851Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6864998Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6865149Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6865295Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6865442Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6865593Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6865743Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6865876Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6866033Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:07:30.6866187Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:07:30.6866334Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6866485Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6866632Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6866780Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6866928Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6867058Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6867204Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6867351Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6867501Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6867647Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6867801Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6867953Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6868104Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6868254Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:07:30.6868389Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6868536Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6868682Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6868826Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6868971Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6869113Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6869261Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6869461Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6869605Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:07:30.6869761Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:07:30.6869909Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6870053Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6870199Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6870345Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6870494Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:07:30.6870640Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6870790Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6870925Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:07:30.6871075Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:07:30.6871219Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:07:30.6871373Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:07:30.6871526Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6871677Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:07:30.6871826Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6871975Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:07:30.6872111Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6872255Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6872403Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:07:30.6872706Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6872858Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:07:30.6872867Z 2022-12-01T10:07:30.6873170Z ---------------------------------------------------------------------- 2022-12-01T10:07:30.6873250Z Ran 1182 tests in 84.729s 2022-12-01T10:07:30.6873256Z 2022-12-01T10:07:30.6873329Z OK (skipped=232) 2022-12-01T10:07:30.6873335Z 2022-12-01T10:07:30.6873421Z Generating XML reports... 2022-12-01T10:07:30.6873715Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221201100605.xml 2022-12-01T10:07:30.6873721Z 2022-12-01T10:07:30.6874119Z ##[endgroup] 2022-12-01T10:07:30.6874397Z FINISHED PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_luav03nc) 2022-12-01T10:07:30.6874403Z 2022-12-01T10:07:32.1626173Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:07:32.2243883Z Ignoring disabled issues: [] 2022-12-01T10:07:32.2377707Z Running test_fx_experimental ... [2022-12-01 10:07:32.237450] 2022-12-01T10:07:32.2379548Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:07:32.237742] 2022-12-01T10:08:27.9763839Z 2022-12-01T10:08:27.9765818Z Expand the folded group to see the log file of test_fx_experimental 2022-12-01T10:08:27.9766594Z ##[group]PRINTING LOG FILE of test_fx_experimental (/var/lib/jenkins/workspace/test/test-reports/test_fx_experimental_jrwosvp_) 2022-12-01T10:08:27.9767437Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-12-01T10:08:27.9767666Z 2022-12-01T10:08:27.9767726Z Running tests... 2022-12-01T10:08:27.9770874Z ---------------------------------------------------------------------- 2022-12-01T10:08:27.9772639Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... /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-12-01T10:08:27.9774340Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:08:27.9774845Z ok (1.760s) 2022-12-01T10:08:27.9775391Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:08:27.9775903Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:08:27.9776375Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:08:27.9776675Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:08:27.9777025Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:08:27.9777367Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (1.070s) 2022-12-01T10:08:27.9777707Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.010s) 2022-12-01T10:08:27.9778074Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.013s) 2022-12-01T10:08:27.9778500Z test_fetch (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:08:27.9778965Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:08:27.9779666Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:08:27.9780174Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:08:27.9780657Z test_merge_matmuls (__main__.TestFXExperimental) 2022-12-01T10:08:27.9780949Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.027s) 2022-12-01T10:08:27.9781257Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.019s) 2022-12-01T10:08:27.9781615Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.693s) 2022-12-01T10:08:27.9782276Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/fx/operator_schemas.py:205: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2022-12-01T10:08:27.9782753Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-12-01T10:08:27.9782999Z ok (0.005s) 2022-12-01T10:08:27.9783244Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:08:27.9783570Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.052s) 2022-12-01T10:08:27.9783863Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-12-01T10:08:27.9784698Z Exhaustively test `Node.normalized_arguments` on all standard ... /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:896.) 2022-12-01T10:08:27.9785253Z self.padding, self.dilation, self.groups) 2022-12-01T10:08:27.9785459Z ok (1.675s) 2022-12-01T10:08:27.9785685Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.261s) 2022-12-01T10:08:27.9786013Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (8.282s) 2022-12-01T10:08:27.9786338Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.008s) 2022-12-01T10:08:27.9786723Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.007s) 2022-12-01T10:08:27.9787083Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:08:27.9787458Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:08:27.9787739Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-12-01T10:08:27.9787996Z [1, 2] 2022-12-01T10:08:27.9788159Z ok (0.006s) 2022-12-01T10:08:27.9788380Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:08:27.9788680Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.110s) 2022-12-01T10:08:27.9789645Z test_split_module_default_arg (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:08:27.9790368Z warnings.warn(msg, FutureWarning) 2022-12-01T10:08:27.9790563Z ok (0.007s) 2022-12-01T10:08:27.9790795Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:08:27.9791110Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:08:27.9791415Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.007s) 2022-12-01T10:08:27.9791702Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.158s) 2022-12-01T10:08:27.9792003Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:08:27.9792789Z test_to_folder (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py:474: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-12-01T10:08:27.9793295Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-12-01T10:08:27.9793523Z ok (0.009s) 2022-12-01T10:08:27.9793794Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.002s) 2022-12-01T10:08:27.9794105Z test_type_matches (__main__.TestFXExperimental) ... ok (0.002s) 2022-12-01T10:08:27.9794416Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-12-01T10:08:27.9794802Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9795206Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9795614Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9796017Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9796433Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9796843Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:08:27.9797253Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9797649Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9798522Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:08:27.9799181Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:08:27.9799476Z expected failure (0.005s) 2022-12-01T10:08:27.9799779Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9800175Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9800562Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9800951Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9801318Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:08:27.9801701Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:08:27.9802090Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:08:27.9802467Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:08:27.9802849Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:27.9803247Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:27.9803640Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:08:27.9804008Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:08:27.9804388Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:08:27.9804767Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-12-01T10:08:27.9805153Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:08:27.9805516Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-12-01T10:08:27.9806354Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: 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-12-01T10:08:27.9807083Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:27.9807747Z test_fx_experimental.py:1532: 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-12-01T10:08:27.9808417Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-12-01T10:08:27.9809087Z :5: 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-12-01T10:08:27.9810134Z :5: 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-12-01T10:08:27.9810727Z ok (0.021s) 2022-12-01T10:08:27.9810999Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9811383Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:08:27.9811783Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.021s) 2022-12-01T10:08:27.9812177Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:08:27.9812566Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:08:27.9812952Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-12-01T10:08:27.9813343Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:27.9813719Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:27.9814117Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:27.9814513Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9814895Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9815265Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9815645Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9816023Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9816426Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9816834Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9817246Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9817649Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:08:27.9818058Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:08:27.9818464Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9818885Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9819281Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:27.9819662Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9820084Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9820569Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9821018Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:08:27.9821480Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-12-01T10:08:27.9821882Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9822303Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9822707Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:27.9823078Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.643s) 2022-12-01T10:08:27.9823462Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9824380Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: 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-12-01T10:08:27.9824959Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:08:27.9825183Z expected failure (0.003s) 2022-12-01T10:08:27.9825485Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9826046Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:08:27.9826481Z L = torch.cholesky(A) 2022-12-01T10:08:27.9826661Z should be replaced with 2022-12-01T10:08:27.9826865Z L = torch.linalg.cholesky(A) 2022-12-01T10:08:27.9827053Z and 2022-12-01T10:08:27.9827220Z U = torch.cholesky(A, upper=True) 2022-12-01T10:08:27.9827423Z should be replaced with 2022-12-01T10:08:27.9827632Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:08:27.9828049Z 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-12-01T10:08:27.9828439Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:27.9828639Z ok (0.045s) 2022-12-01T10:08:27.9828933Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:27.9829329Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:08:27.9829728Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9830114Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:08:27.9830503Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9830878Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:08:27.9831260Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:08:27.9831668Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:08:27.9832084Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:08:27.9832726Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9833120Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9833512Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9833916Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.143s) 2022-12-01T10:08:27.9834317Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9834729Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9835118Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:08:27.9835492Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9835872Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9836262Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:08:27.9836706Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-12-01T10:08:27.9837073Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9837456Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9837837Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9838219Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:08:27.9838592Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:08:27.9838994Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9839396Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9839783Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:08:27.9840156Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:08:27.9840548Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:27.9840937Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:08:27.9841339Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:08:27.9841719Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.194s) 2022-12-01T10:08:27.9842104Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9842491Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.141s) 2022-12-01T10:08:27.9842872Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:08:27.9843280Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:27.9843687Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:08:27.9844177Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9844565Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9844965Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9845351Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-12-01T10:08:27.9845752Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9846151Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9846569Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:08:27.9846971Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:08:27.9847355Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:08:27.9847723Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9848104Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9848489Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9848872Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9849232Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9849638Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9850063Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9850448Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9850843Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9851242Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:08:27.9851627Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:08:27.9851996Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9852389Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:27.9852785Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:08:27.9853170Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:08:27.9853542Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9853924Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:08:27.9854302Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:08:27.9854683Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9855059Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:27.9855510Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:08:27.9855897Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:08:27.9856283Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9856652Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:08:27.9857031Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:08:27.9857416Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9857782Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:08:27.9858169Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:08:27.9858549Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:08:27.9858928Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9859297Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:08:27.9859680Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:08:27.9860060Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:27.9860443Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:27.9860830Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9861236Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9861715Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9862104Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9862476Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:08:27.9862849Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9863227Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:08:27.9863597Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9863960Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9864348Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:08:27.9864738Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:08:27.9865106Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:08:27.9865489Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-12-01T10:08:27.9865892Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.033s) 2022-12-01T10:08:27.9866289Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:27.9866736Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9867139Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9867529Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.276s) 2022-12-01T10:08:27.9867917Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.721s) 2022-12-01T10:08:27.9868312Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.022s) 2022-12-01T10:08:27.9868715Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:08:27.9869099Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-12-01T10:08:27.9869483Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9869847Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:27.9870224Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:08:27.9870612Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9870985Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9871374Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9871762Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:27.9872697Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/fx/operator_schemas.py:205: UserWarning: Does not support nested parametric types, got typing.List[typing.Union[torch.Tensor, NoneType]]. Please file a bug. 2022-12-01T10:08:27.9873260Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-12-01T10:08:27.9873508Z expected failure (0.006s) 2022-12-01T10:08:27.9874029Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: 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:1008.) 2022-12-01T10:08:27.9874545Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:27.9874745Z ok (0.105s) 2022-12-01T10:08:27.9875023Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9875417Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:08:27.9875816Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9876199Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:08:27.9876588Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9876970Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9877349Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9877715Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9878166Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9878590Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9878984Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9879869Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: 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-12-01T10:08:27.9880427Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:27.9880625Z ok (0.042s) 2022-12-01T10:08:27.9880949Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:08:27.9881408Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:08:27.9881866Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:08:27.9882319Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:08:27.9882766Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:08:27.9883164Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9883549Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:08:27.9883942Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9884326Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9884692Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:08:27.9885075Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9885467Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:08:27.9885875Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:08:27.9886263Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:27.9886663Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9887060Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:08:27.9887461Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-12-01T10:08:27.9887850Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9888245Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9888717Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:08:27.9889105Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:08:27.9889603Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9890045Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:08:27.9890437Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9890825Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:27.9891236Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:27.9891646Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:08:27.9892048Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.162s) 2022-12-01T10:08:27.9892452Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.140s) 2022-12-01T10:08:27.9892862Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:08:27.9893261Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-12-01T10:08:27.9893669Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-12-01T10:08:27.9894058Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.328s) 2022-12-01T10:08:27.9894464Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.235s) 2022-12-01T10:08:27.9894872Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-12-01T10:08:27.9895282Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.289s) 2022-12-01T10:08:27.9895684Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:08:27.9896100Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:27.9896498Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.349s) 2022-12-01T10:08:27.9896913Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.259s) 2022-12-01T10:08:27.9897313Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.100s) 2022-12-01T10:08:27.9897717Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:08:27.9898198Z test_normalize_operator_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:08:27.9898657Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.116s) 2022-12-01T10:08:27.9899042Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:27.9899439Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:08:27.9899838Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-12-01T10:08:27.9900246Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.452s) 2022-12-01T10:08:27.9900685Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.766s) 2022-12-01T10:08:27.9901113Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.106s) 2022-12-01T10:08:27.9901617Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9902026Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:08:27.9902421Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:08:27.9902822Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.132s) 2022-12-01T10:08:27.9903225Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.545s) 2022-12-01T10:08:27.9903613Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.118s) 2022-12-01T10:08:27.9904002Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9904384Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9904760Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9905125Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:08:27.9905511Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:08:27.9905911Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:08:27.9906314Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9906699Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:27.9907094Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:08:27.9907488Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:08:27.9907877Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9908254Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9908646Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9909032Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:08:27.9909422Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:08:27.9909795Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.086s) 2022-12-01T10:08:27.9910186Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-12-01T10:08:27.9910593Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:27.9910970Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:08:27.9911783Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: 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-12-01T10:08:27.9912318Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:08:27.9912725Z should be replaced with 2022-12-01T10:08:27.9912949Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:08:27.9913159Z and 2022-12-01T10:08:27.9913373Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:08:27.9913591Z should be replaced with 2022-12-01T10:08:27.9913953Z 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-12-01T10:08:27.9914355Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:08:27.9914588Z ok (0.103s) 2022-12-01T10:08:27.9915008Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:08:27.9915482Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:08:27.9915725Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:08:27.9915928Z should be replaced with 2022-12-01T10:08:27.9916256Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:08:27.9916601Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:27.9916801Z ok (0.084s) 2022-12-01T10:08:27.9917074Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:08:27.9917481Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9917891Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9918307Z test_normalize_operator_exhaustive_masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9918720Z test_normalize_operator_exhaustive_masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9919142Z test_normalize_operator_exhaustive_masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9919567Z test_normalize_operator_exhaustive_masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9919997Z test_normalize_operator_exhaustive_masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9920411Z test_normalize_operator_exhaustive_masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9920821Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:08:27.9921242Z test_normalize_operator_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9921683Z test_normalize_operator_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:08:27.9922105Z test_normalize_operator_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:08:27.9922530Z test_normalize_operator_exhaustive_masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9922950Z test_normalize_operator_exhaustive_masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9923372Z test_normalize_operator_exhaustive_masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9923780Z test_normalize_operator_exhaustive_masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:08:27.9924283Z test_normalize_operator_exhaustive_masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9924700Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:08:27.9925101Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:08:27.9925501Z test_normalize_operator_exhaustive_masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9925931Z test_normalize_operator_exhaustive_masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9926353Z test_normalize_operator_exhaustive_masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9926775Z test_normalize_operator_exhaustive_masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9927180Z test_normalize_operator_exhaustive_masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9927578Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:08:27.9927970Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9928345Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:27.9928750Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9929164Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:08:27.9929564Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:27.9929936Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-12-01T10:08:27.9930318Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-12-01T10:08:27.9930737Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9971899Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:08:27.9972645Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:08:27.9973060Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:27.9973500Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:08:27.9973902Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9974273Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:27.9974652Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:08:27.9975034Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9975404Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:27.9975785Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:08:27.9976387Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9976791Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:27.9977179Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:27.9977595Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:08:27.9978006Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:27.9978406Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:27.9978782Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.106s) 2022-12-01T10:08:27.9979174Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:08:27.9979567Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.258s) 2022-12-01T10:08:27.9979957Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.114s) 2022-12-01T10:08:27.9980332Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:08:27.9980719Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:08:27.9981112Z test_normalize_operator_exhaustive_native_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:08:27.9981609Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-12-01T10:08:27.9981987Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:08:27.9982366Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:27.9982770Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9983201Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9983617Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9984033Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:27.9984446Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9984846Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:27.9985286Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:08:27.9985743Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.100s) 2022-12-01T10:08:27.9986182Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:08:27.9986611Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:08:27.9987033Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:08:27.9987532Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-12-01T10:08:27.9987965Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:08:27.9988393Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9988797Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:08:27.9989210Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:27.9989626Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:27.9990039Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:08:27.9990457Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9990908Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-12-01T10:08:27.9991340Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:27.9991748Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:08:27.9992310Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.122s) 2022-12-01T10:08:27.9992853Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:08:27.9993287Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:08:27.9993714Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:08:27.9994135Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:08:27.9994572Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:27.9994997Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-12-01T10:08:27.9995417Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:27.9996680Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:08:27.9997587Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:08:27.9997863Z expected failure (0.004s) 2022-12-01T10:08:27.9998200Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9998647Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:27.9999155Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:27.9999588Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0000041Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0000508Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0000986Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0001470Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:08:28.0001943Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-12-01T10:08:28.0002386Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.075s) 2022-12-01T10:08:28.0002792Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:28.0003196Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.116s) 2022-12-01T10:08:28.0003608Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.092s) 2022-12-01T10:08:28.0004022Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:08:28.0004431Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:28.0004849Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:28.0005266Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:28.0005682Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:28.0006095Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:08:28.0006520Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:08:28.0006936Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:28.0007366Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:08:28.0007789Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:08:28.0008226Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:08:28.0008668Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:08:28.0009106Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:08:28.0009531Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:08:28.0010622Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T10:08:28.0011346Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:08:28.0011592Z ok (0.048s) 2022-12-01T10:08:28.0011890Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:08:28.0012292Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:08:28.0012715Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:08:28.0013129Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:08:28.0013552Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:08:28.0013963Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0014385Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-12-01T10:08:28.0014805Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.938s) 2022-12-01T10:08:28.0015216Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (5.062s) 2022-12-01T10:08:28.0015620Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.128s) 2022-12-01T10:08:28.0016033Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.638s) 2022-12-01T10:08:28.0016461Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.089s) 2022-12-01T10:08:28.0016885Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.921s) 2022-12-01T10:08:28.0017294Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.134s) 2022-12-01T10:08:28.0017714Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.320s) 2022-12-01T10:08:28.0018138Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-12-01T10:08:28.0018555Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0018948Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:28.0019370Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:28.0019803Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0020246Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:08:28.0020666Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.178s) 2022-12-01T10:08:28.0021138Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:08:28.0021653Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:08:28.0022074Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.136s) 2022-12-01T10:08:28.0022481Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:08:28.0022905Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:08:28.0023338Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:08:28.0023761Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:08:28.0024163Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:28.0024589Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:28.0025015Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.260s) 2022-12-01T10:08:28.0025428Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-12-01T10:08:28.0025821Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0026225Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:08:28.0026651Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:28.0027071Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0027461Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0027874Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:08:28.0028301Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:08:28.0028706Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:08:28.0029130Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:08:28.0029549Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:28.0029959Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:08:28.0030363Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0030777Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0031190Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:08:28.0031612Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0032162Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:28.0032810Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.818s) 2022-12-01T10:08:28.0034008Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:08:28.0034856Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:08:28.0035254Z ok (0.015s) 2022-12-01T10:08:28.0036242Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:08:28.0036962Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:08:28.0037240Z ok (0.049s) 2022-12-01T10:08:28.0037540Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:28.0037930Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-12-01T10:08:28.0038317Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0038707Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:08:28.0039077Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:08:28.0039480Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0039902Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0040307Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:28.0040678Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:08:28.0041063Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.442s) 2022-12-01T10:08:28.0041442Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0041845Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0042238Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:08:28.0042624Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:08:28.0043007Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0043417Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:28.0043847Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:08:28.0044292Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:08:28.0044816Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:08:28.0045297Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:08:28.0045700Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:28.0046084Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:28.0046465Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-12-01T10:08:28.0046844Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-12-01T10:08:28.0047347Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:08:28.0047893Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:08:28.0048146Z Q, R = torch.qr(A, some) 2022-12-01T10:08:28.0048336Z should be replaced with 2022-12-01T10:08:28.0048795Z 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-12-01T10:08:28.0049155Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:28.0049350Z ok (0.202s) 2022-12-01T10:08:28.0049620Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.222s) 2022-12-01T10:08:28.0050008Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0050415Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0050848Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0051252Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:28.0051668Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0052068Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0052449Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:28.0052823Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:28.0053218Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:08:28.0053699Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:08:28.0054087Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:08:28.0054553Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:28.0054974Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:08:28.0055415Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:08:28.0055843Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:28.0056247Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0056776Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:28.0057169Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:28.0057593Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:08:28.0057974Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.103s) 2022-12-01T10:08:28.0058405Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0058794Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0059236Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0059646Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0060087Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0060491Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:28.0060878Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:08:28.0061382Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.099s) 2022-12-01T10:08:28.0062170Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: 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:1615.) 2022-12-01T10:08:28.0062705Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:28.0062891Z ok (0.068s) 2022-12-01T10:08:28.0063185Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-12-01T10:08:28.0063596Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-12-01T10:08:28.0063993Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-12-01T10:08:28.0064399Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-12-01T10:08:28.0065557Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: 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-12-01T10:08:28.0066270Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:28.0067142Z test_fx_experimental.py:1520: 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-12-01T10:08:28.0067739Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:28.0067922Z ok (0.664s) 2022-12-01T10:08:28.0068223Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.303s) 2022-12-01T10:08:28.0068738Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.300s) 2022-12-01T10:08:28.0069136Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:08:28.0069513Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:28.0069906Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0070304Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:28.0070690Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0071073Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0071458Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0071839Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0072202Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0072735Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0073289Z test_normalize_operator_exhaustive_slice_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: normalize operator doesn't work on torch.ops (0.003s) 2022-12-01T10:08:28.0073725Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:08:28.0074101Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:08:28.0074507Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:08:28.0074900Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.252s) 2022-12-01T10:08:28.0076008Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: 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-12-01T10:08:28.0076692Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:08:28.0076878Z ok (0.032s) 2022-12-01T10:08:28.0077167Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0077582Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0077971Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0078370Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0078775Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0079192Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0079611Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:28.0080307Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:08:28.0081033Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:08:28.0081506Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:28.0081891Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0082308Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0082740Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0083158Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:28.0083540Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:28.0083931Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:28.0084344Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0084969Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:08:28.0085446Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0085851Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0086278Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0086700Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0087107Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0087515Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0087950Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0088414Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:08:28.0088918Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0089354Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0090047Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:08:28.0090796Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:08:28.0091532Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:08:28.0092343Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:08:28.0092885Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0093302Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0093837Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0094211Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:08:28.0094604Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:08:28.0095005Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:08:28.0095405Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:28.0095772Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0096155Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:08:28.0096536Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:28.0096971Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:08:28.0097339Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:08:28.0098414Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: 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-12-01T10:08:28.0099066Z normalized, onesided, return_complex) 2022-12-01T10:08:28.0099263Z ok (0.035s) 2022-12-01T10:08:28.0099527Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:08:28.0099950Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-12-01T10:08:28.0100349Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0100795Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.802s) 2022-12-01T10:08:28.0101188Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0101859Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:08:28.0102460Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:08:28.0102783Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:08:28.0103023Z should be replaced with 2022-12-01T10:08:28.0103319Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:08:28.0103532Z and 2022-12-01T10:08:28.0103759Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:08:28.0103973Z should be replaced with 2022-12-01T10:08:28.0104455Z 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-12-01T10:08:28.0104900Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:28.0105102Z ok (0.032s) 2022-12-01T10:08:28.0105423Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:08:28.0105815Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:08:28.0106193Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:28.0106573Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:28.0106953Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:08:28.0107343Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:08:28.0107729Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:08:28.0108116Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.144s) 2022-12-01T10:08:28.0108513Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:08:28.0108910Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0109309Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:08:28.0109690Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0110080Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:08:28.0110463Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:28.0110850Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:08:28.0111419Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:08:28.0111975Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:08:28.0112258Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:08:28.0112568Z should be replaced with 2022-12-01T10:08:28.0112919Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:08:28.0113271Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:08:28.0113456Z ok (0.047s) 2022-12-01T10:08:28.0113739Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:28.0114125Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:08:28.0114499Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:08:28.0114888Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0115276Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:08:28.0115668Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0116054Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0116573Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:08:28.0117005Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.015s) 2022-12-01T10:08:28.0117432Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.014s) 2022-12-01T10:08:28.0117820Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:08:28.0118201Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:08:28.0118583Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:08:28.0118993Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0119375Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:08:28.0119782Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:28.0120198Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:08:28.0120594Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:08:28.0120967Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-12-01T10:08:28.0121370Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-12-01T10:08:28.0121844Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py", line 267, in __call__ 2022-12-01T10:08:28.0122154Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-12-01T10:08:28.0122557Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1190, in _call_impl 2022-12-01T10:08:28.0122840Z return forward_call(*input, **kwargs) 2022-12-01T10:08:28.0123063Z File ".23657", line 5, in forward 2022-12-01T10:08:28.0123304Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-12-01T10:08:28.0123621Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-12-01T10:08:28.0123816Z 2022-12-01T10:08:28.0124048Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-12-01T10:08:28.0124308Z def forward(self, arg_0, arg_1, arg_2): 2022-12-01T10:08:28.0124553Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-12-01T10:08:28.0124707Z 2022-12-01T10:08:28.0124880Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:08:28.0125079Z return where 2022-12-01T10:08:28.0125172Z 2022-12-01T10:08:28.0125234Z 2022-12-01T10:08:28.0125328Z 2022-12-01T10:08:28.0125409Z expected failure (0.010s) 2022-12-01T10:08:28.0125708Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:08:28.0126083Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:08:28.0126456Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:08:28.0126841Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:08:28.0127204Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-12-01T10:08:28.0127392Z 2022-12-01T10:08:28.0127619Z ---------------------------------------------------------------------- 2022-12-01T10:08:28.0127863Z Ran 642 tests in 52.870s 2022-12-01T10:08:28.0128005Z 2022-12-01T10:08:28.0128104Z OK (skipped=23, expected failures=101) 2022-12-01T10:08:28.0128235Z 2022-12-01T10:08:28.0128318Z Generating XML reports... 2022-12-01T10:08:28.0128732Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20221201100734.xml 2022-12-01T10:08:28.0129298Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20221201100734.xml 2022-12-01T10:08:28.0129559Z 2022-12-01T10:08:28.0129944Z ##[endgroup] 2022-12-01T10:08:28.0130334Z FINISHED PRINTING LOG FILE of test_fx_experimental (/var/lib/jenkins/workspace/test/test-reports/test_fx_experimental_jrwosvp_) 2022-12-01T10:08:28.0130559Z 2022-12-01T10:08:29.5227488Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:29.5914703Z Ignoring disabled issues: [] 2022-12-01T10:08:29.6068067Z Running test_testing ... [2022-12-01 10:08:29.606462] 2022-12-01T10:08:29.6069128Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:29.606735] 2022-12-01T10:08:43.0686477Z 2022-12-01T10:08:43.0687324Z Expand the folded group to see the log file of test_testing 2022-12-01T10:08:43.0688276Z ##[group]PRINTING LOG FILE of test_testing (/var/lib/jenkins/workspace/test/test-reports/test_testing_k2jii_w0) 2022-12-01T10:08:43.0689643Z Test results will be stored in test-reports/python-unittest/test_testing 2022-12-01T10:08:43.0689979Z 2022-12-01T10:08:43.0690108Z Running tests... 2022-12-01T10:08:43.0690640Z ---------------------------------------------------------------------- 2022-12-01T10:08:43.0691114Z test_bool (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0691623Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0692152Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.010s) 2022-12-01T10:08:43.0692595Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:08:43.0693047Z test_matching_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0693515Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0694153Z test_matching_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:08:43.0694720Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0695264Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0695757Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:08:43.0696253Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:08:43.0696822Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0698077Z test_mismatching_layout (__main__.TestAssertClose) ... test_testing.py:619: 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-12-01T10:08:43.0699225Z sparse_csr = strided.to_sparse_csr() 2022-12-01T10:08:43.0699567Z ok (0.004s) 2022-12-01T10:08:43.0700094Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.005s) 2022-12-01T10:08:43.0715148Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0715610Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0715913Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0716209Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0716492Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0716996Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:08:43.0717359Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0717652Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0717933Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0718198Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:08:43.0718456Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0718702Z test_numpy (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0718956Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:08:43.0793997Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:08:43.0796338Z test_scalar (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:08:43.0796804Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0797335Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:08:43.0797804Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0798239Z test_unknown_type (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:08:43.0798758Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:08:43.0800371Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:08:43.0800925Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:08:43.0801476Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:08:43.0802031Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:08:43.0802551Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-12-01T10:08:43.0803065Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:08:43.0803530Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-12-01T10:08:43.0804102Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:08:43.0807629Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:08:43.0808235Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:08:43.0808745Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:08:43.0809266Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-12-01T10:08:43.0809775Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:08:43.0810269Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:08:43.0810803Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-12-01T10:08:43.0811325Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:08:43.0811821Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:08:43.0812366Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:08:43.0812891Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:08:43.0813446Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:08:43.0814059Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:08:43.0814678Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.002s) 2022-12-01T10:08:43.0815281Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-12-01T10:08:43.0815932Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-12-01T10:08:43.0816557Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-12-01T10:08:43.0817428Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.002s) 2022-12-01T10:08:43.0818059Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-12-01T10:08:43.0818697Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-12-01T10:08:43.0819351Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-12-01T10:08:43.0819990Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-12-01T10:08:43.0820679Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-12-01T10:08:43.0821322Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-12-01T10:08:43.0821825Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-12-01T10:08:43.0822374Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-12-01T10:08:43.0822891Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-12-01T10:08:43.0823409Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.002s) 2022-12-01T10:08:43.0823952Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-12-01T10:08:43.0824599Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-12-01T10:08:43.0825121Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-12-01T10:08:43.0825641Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.002s) 2022-12-01T10:08:43.0826162Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-12-01T10:08:43.0826716Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-12-01T10:08:43.0827285Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-12-01T10:08:43.0827796Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (5.899s) 2022-12-01T10:08:43.0828259Z test_circular_dependencies (__main__.TestImports) 2022-12-01T10:08:43.0829250Z Checks that all modules inside torch can be imported ... 2022-12-01 10:08:39,001 - torch.distributed.nn.jit.instantiator - INFO - Created a temporary directory at /tmp/tmpvnmv3l25 2022-12-01T10:08:43.0830258Z 2022-12-01 10:08:39,001 - torch.distributed.nn.jit.instantiator - INFO - Writing /tmp/tmpvnmv3l25/_remote_module_non_scriptable.py 2022-12-01T10:08:43.0830953Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:43.0831262Z ok (2.855s) 2022-12-01T10:08:43.0831927Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1816: DeprecationWarning: Please use assertEqual instead. 2022-12-01T10:08:43.0832821Z self.assertEquals(out, "") 2022-12-01T10:08:43.0833171Z ok (0.959s) 2022-12-01T10:08:43.0833564Z test_sample_input (__main__.TestOpInfos) ... ok (0.003s) 2022-12-01T10:08:43.0834075Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.002s) 2022-12-01T10:08:43.0834638Z test_default_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:08:43.0835259Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0835958Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0836543Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:08:43.0837154Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0837798Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0838506Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:08:43.0839093Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0839755Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0840419Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:08:43.0841072Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:08:43.0841749Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:08:43.0842342Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0842928Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0843567Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:08:43.0844179Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0844770Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:08:43.0845389Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:08:43.0846011Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:08:43.0846650Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:08:43.0847357Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:08:43.0848036Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:08:43.0848668Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:08:43.0849287Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.555s) 2022-12-01T10:08:43.0850069Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:08:43.0850928Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:08:43.0851748Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:08:43.0852473Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:08:43.0853290Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:08:43.0854216Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:08:43.0855091Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:08:43.0855965Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:08:43.0856869Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:08:43.0857603Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:08:43.0858368Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:08:43.0859057Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:08:43.0859831Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:08:43.0860547Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:08:43.0861405Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:08:43.0861908Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0862420Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0862914Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0863408Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0863936Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0864429Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0864903Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0865386Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0865882Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0866386Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0866985Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0867718Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:08:43.0868471Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:08:43.0869223Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:08:43.0869866Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.060s) 2022-12-01T10:08:43.0870464Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0871126Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0871795Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0872406Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0873230Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0873897Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0874427Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0875038Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0875708Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:08:43.0876270Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:08:43.0876838Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:08:43.0877417Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:08:43.0877992Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:08:43.0878565Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0879135Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0879671Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:08:43.0880209Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:08:43.0880788Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:08:43.0881337Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:08:43.0882085Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:08:43.0882620Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:08:43.0883149Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:08:43.0883718Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:08:43.0884270Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:08:43.0884769Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:08:43.0885337Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:08:43.0886733Z 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-12-01T10:08:43.0887656Z result = torch.complex(real, imag) 2022-12-01T10:08:43.0887961Z ok (0.001s) 2022-12-01T10:08:43.0888341Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:08:43.0888820Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:08:43.0889294Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:08:43.0889793Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:08:43.0890056Z 2022-12-01T10:08:43.0890424Z ---------------------------------------------------------------------- 2022-12-01T10:08:43.0890825Z Ran 167 tests in 10.747s 2022-12-01T10:08:43.0891004Z 2022-12-01T10:08:43.0891159Z OK (skipped=3, expected failures=12) 2022-12-01T10:08:43.0891371Z 2022-12-01T10:08:43.0891505Z Generating XML reports... 2022-12-01T10:08:43.0892210Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221201100831.xml 2022-12-01T10:08:43.0893123Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221201100831.xml 2022-12-01T10:08:43.0894117Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221201100831.xml 2022-12-01T10:08:43.0895078Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221201100831.xml 2022-12-01T10:08:43.0896039Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221201100831.xml 2022-12-01T10:08:43.0896954Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221201100831.xml 2022-12-01T10:08:43.0897937Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221201100831.xml 2022-12-01T10:08:43.0898857Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221201100831.xml 2022-12-01T10:08:43.0899799Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221201100831.xml 2022-12-01T10:08:43.0900723Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221201100831.xml 2022-12-01T10:08:43.0901660Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20221201100831.xml 2022-12-01T10:08:43.0902494Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221201100831.xml 2022-12-01T10:08:43.0903341Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221201100831.xml 2022-12-01T10:08:43.0904339Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221201100831.xml 2022-12-01T10:08:43.0905254Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221201100831.xml 2022-12-01T10:08:43.0905760Z 2022-12-01T10:08:43.0906243Z ##[endgroup] 2022-12-01T10:08:43.0906932Z FINISHED PRINTING LOG FILE of test_testing (/var/lib/jenkins/workspace/test/test-reports/test_testing_k2jii_w0) 2022-12-01T10:08:43.0907271Z 2022-12-01T10:08:44.6065682Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:44.6773018Z Ignoring disabled issues: [] 2022-12-01T10:08:44.6934320Z Running lazy/test_ts_opinfo ... [2022-12-01 10:08:44.693109] 2022-12-01T10:08:44.6935726Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:44.693374] 2022-12-01T10:09:00.7508825Z 2022-12-01T10:09:00.7509210Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-12-01T10:09:00.7510004Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_ay1r7q0g) 2022-12-01T10:09:00.7510541Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-12-01T10:09:00.7510745Z 2022-12-01T10:09:00.7510820Z Running tests... 2022-12-01T10:09:00.7511134Z ---------------------------------------------------------------------- 2022-12-01T10:09:00.7511430Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.165s) 2022-12-01T10:09:00.7511737Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7512046Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.256s) 2022-12-01T10:09:00.7512362Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.375s) 2022-12-01T10:09:00.7512846Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-12-01T10:09:00.7513179Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-12-01T10:09:00.7513527Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:09:00.7513873Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-12-01T10:09:00.7514195Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.124s) 2022-12-01T10:09:00.7514522Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.072s) 2022-12-01T10:09:00.7514838Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7515131Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-12-01T10:09:00.7515444Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.119s) 2022-12-01T10:09:00.7515761Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.183s) 2022-12-01T10:09:00.7516088Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.529s) 2022-12-01T10:09:00.7516396Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:09:00.7516709Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7517039Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.339s) 2022-12-01T10:09:00.7517362Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.306s) 2022-12-01T10:09:00.7517708Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.104s) 2022-12-01T10:09:00.7518050Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7518418Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-12-01T10:09:00.7518752Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:09:00.7519058Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.055s) 2022-12-01T10:09:00.7519366Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-12-01T10:09:00.7519835Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-12-01T10:09:00.7520206Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7520520Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:09:00.7520829Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7521114Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7521407Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7521713Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:09:00.7522003Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.080s) 2022-12-01T10:09:00.7522320Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.557s) 2022-12-01T10:09:00.7522638Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7522956Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:09:00.7523269Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7523605Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7523953Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7524271Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.569s) 2022-12-01T10:09:00.7524583Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.133s) 2022-12-01T10:09:00.7524894Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7525225Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7525563Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.055s) 2022-12-01T10:09:00.7525896Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.564s) 2022-12-01T10:09:00.7526206Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7526509Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7526799Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-12-01T10:09:00.7527110Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:09:00.7527441Z test_correctness_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.083s) 2022-12-01T10:09:00.7527761Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.093s) 2022-12-01T10:09:00.7528076Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7528386Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7528721Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:09:00.7529047Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.472s) 2022-12-01T10:09:00.7529360Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-12-01T10:09:00.7529677Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7529978Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7530295Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7530622Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7530939Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.119s) 2022-12-01T10:09:00.7531302Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7531625Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.065s) 2022-12-01T10:09:00.7531953Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:09:00.7532258Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7532575Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7532896Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-12-01T10:09:00.7533214Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:09:00.7533509Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7533816Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.094s) 2022-12-01T10:09:00.7534129Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:09:00.7534420Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:09:00.7534724Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:09:00.7535027Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7535331Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:09:00.7535627Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7535932Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-12-01T10:09:00.7536237Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-12-01T10:09:00.7536528Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7536855Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7537191Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:09:00.7537535Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-12-01T10:09:00.7537870Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:09:00.7538230Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:09:00.7538608Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:09:00.7538976Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:09:00.7539325Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:09:00.7539681Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.042s) 2022-12-01T10:09:00.7540025Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.143s) 2022-12-01T10:09:00.7540346Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:09:00.7540683Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.074s) 2022-12-01T10:09:00.7541032Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:09:00.7541495Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.220s) 2022-12-01T10:09:00.7541832Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7542173Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7542600Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.091s) 2022-12-01T10:09:00.7542968Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:09:00.7543323Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7543686Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7544084Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-12-01T10:09:00.7544460Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:09:00.7544788Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7545129Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:09:00.7545471Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7545795Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7546135Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7546473Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:09:00.7546801Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7547117Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7547449Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7547789Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7548125Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:09:00.7548466Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7548808Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:09:00.7549163Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7549513Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7549885Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7550244Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.561s) 2022-12-01T10:09:00.7550594Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:09:00.7550925Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7551282Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7551652Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7552010Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.568s) 2022-12-01T10:09:00.7552335Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7552826Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7553162Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7553604Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:09:00.7553968Z test_correctness_with_reusing_ir_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.121s) 2022-12-01T10:09:00.7554328Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.165s) 2022-12-01T10:09:00.7554674Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:09:00.7554994Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7555363Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:09:00.7555727Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.429s) 2022-12-01T10:09:00.7556070Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-12-01T10:09:00.7556410Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7556755Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.089s) 2022-12-01T10:09:00.7557104Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7557441Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:09:00.7557789Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.052s) 2022-12-01T10:09:00.7558128Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7558474Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-12-01T10:09:00.7558820Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:09:00.7559168Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7559506Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7559855Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.355s) 2022-12-01T10:09:00.7560191Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:09:00.7560524Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-12-01T10:09:00.7560863Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:09:00.7561185Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7561514Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:09:00.7561837Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:09:00.7562171Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7562494Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:09:00.7562831Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7563167Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-12-01T10:09:00.7563497Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-12-01T10:09:00.7563819Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7564180Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7564532Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:09:00.7564847Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:09:00.7565176Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.604s) 2022-12-01T10:09:00.7565503Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:09:00.7565843Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.118s) 2022-12-01T10:09:00.7566191Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:09:00.7566545Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:09:00.7566884Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:09:00.7567222Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:09:00.7567535Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7567861Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7568184Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7568519Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:09:00.7568872Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:09:00.7569203Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7569525Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7569854Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:09:00.7570208Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:09:00.7570563Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:09:00.7570901Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:09:00.7571280Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-12-01T10:09:00.7571638Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7571955Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:09:00.7572263Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7572587Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-12-01T10:09:00.7572910Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7573233Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:09:00.7573544Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7573862Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7574173Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7574472Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7574789Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:09:00.7575105Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7575492Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7575853Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7576202Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7576565Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7576909Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7577221Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7577549Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7577890Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-12-01T10:09:00.7578236Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.088s) 2022-12-01T10:09:00.7578581Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:09:00.7578903Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7579222Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7579527Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7579861Z test_dispatched_to_lazy_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:09:00.7580207Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:09:00.7580641Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7580959Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:09:00.7581365Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:09:00.7581696Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7582013Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7582339Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7582665Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7582997Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:09:00.7583322Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:09:00.7583649Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:09:00.7583976Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7584297Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:09:00.7584639Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7584968Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:09:00.7585291Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7585615Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:09:00.7585945Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:09:00.7586266Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7586576Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7586985Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7587303Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:09:00.7587618Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-12-01T10:09:00.7587922Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7588243Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:09:00.7588564Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:09:00.7588871Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:09:00.7589192Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.052s) 2022-12-01T10:09:00.7589513Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:09:00.7589875Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-12-01T10:09:00.7590186Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-12-01T10:09:00.7590460Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2022-12-01T10:09:00.7590626Z 2022-12-01T10:09:00.7590900Z ---------------------------------------------------------------------- 2022-12-01T10:09:00.7591146Z Ran 237 tests in 13.670s 2022-12-01T10:09:00.7591275Z 2022-12-01T10:09:00.7591415Z OK (skipped=8, expected failures=2) 2022-12-01T10:09:00.7591552Z 2022-12-01T10:09:00.7591637Z Generating XML reports... 2022-12-01T10:09:00.7592078Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201100846.xml 2022-12-01T10:09:00.7592707Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221201100846.xml 2022-12-01T10:09:00.7593234Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201100846.xml 2022-12-01T10:09:00.7593464Z 2022-12-01T10:09:00.7593789Z ##[endgroup] 2022-12-01T10:09:00.7594170Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_ay1r7q0g) 2022-12-01T10:09:00.7594394Z 2022-12-01T10:09:02.2115673Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:02.2742089Z Ignoring disabled issues: [] 2022-12-01T10:09:02.2876124Z Running profiler/test_profiler ... [2022-12-01 10:09:02.287306] 2022-12-01T10:09:02.2877796Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:02.287590] 2022-12-01T10:09:07.9217616Z 2022-12-01T10:09:07.9218590Z Expand the folded group to see the log file of profiler/test_profiler 2022-12-01T10:09:07.9219951Z ##[group]PRINTING LOG FILE of profiler/test_profiler (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_nl9m6qzm) 2022-12-01T10:09:07.9220952Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-12-01T10:09:07.9221672Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:07.9221935Z 2022-12-01T10:09:07.9222066Z Running tests... 2022-12-01T10:09:07.9222628Z ---------------------------------------------------------------------- 2022-12-01T10:09:07.9223149Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.011s) 2022-12-01T10:09:07.9223705Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.001s) 2022-12-01T10:09:07.9224113Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.009s) 2022-12-01T10:09:07.9224434Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.007s) 2022-12-01T10:09:07.9224825Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:09:07.9225440Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:09:07.9225758Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:09:07.9226194Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9226616Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9227047Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9227480Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9227736Z ok (0.023s) 2022-12-01T10:09:07.9227945Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-12-01T10:09:07.9228218Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-12-01T10:09:07.9229111Z 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-12-01T10:09:07.9229763Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-12-01T10:09:07.9230162Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-12-01T10:09:07.9231056Z 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-12-01T10:09:07.9231692Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-12-01T10:09:07.9232267Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9232969Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9233396Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9233833Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9234265Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9234697Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9235115Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9235549Z STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9235803Z ok (0.085s) 2022-12-01T10:09:07.9236067Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-12-01T10:09:07.9236705Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:09:03 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9237201Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9237457Z ok (2.359s) 2022-12-01T10:09:07.9238323Z 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-12-01T10:09:07.9239194Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9239699Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9239956Z ok (0.004s) 2022-12-01T10:09:07.9240430Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9240930Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9241187Z ok (0.035s) 2022-12-01T10:09:07.9241672Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9242175Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9242432Z ok (0.135s) 2022-12-01T10:09:07.9242676Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.005s) 2022-12-01T10:09:07.9242995Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-12-01T10:09:07.9243543Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9244061Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9244315Z ok (0.108s) 2022-12-01T10:09:07.9244757Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9245246Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9245505Z ok (0.007s) 2022-12-01T10:09:07.9245755Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.006s) 2022-12-01T10:09:07.9246060Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-12-01T10:09:07.9246290Z ok (0.001s) 2022-12-01T10:09:07.9246709Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9247171Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9247425Z ok (0.003s) 2022-12-01T10:09:07.9247824Z test_flops (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9248298Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9248540Z ok (0.056s) 2022-12-01T10:09:07.9248746Z test_high_level_trace (__main__.TestProfiler) 2022-12-01T10:09:07.9249224Z Checks that python side high level events are recorded. ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9249698Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9250124Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9250556Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9250979Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9251428Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9251710Z ok (0.142s) 2022-12-01T10:09:07.9252447Z test_kineto (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88377 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-12-01T10:09:07.9253014Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-12-01T10:09:07.9253502Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9253981Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9254408Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9254840Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9255253Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9255682Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9256108Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9256535Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9256773Z ok (0.011s) 2022-12-01T10:09:07.9257526Z 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-12-01T10:09:07.9258286Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9258761Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9259147Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9259378Z ok (0.020s) 2022-12-01T10:09:07.9259811Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9260281Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9260981Z /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: 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-12-01T10:09:07.9261560Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:09:07.9261801Z ok (0.003s) 2022-12-01T10:09:07.9262003Z test_oom_tracing (__main__.TestProfiler) ... ok (0.002s) 2022-12-01T10:09:07.9262264Z test_profiler_correlation_id (__main__.TestProfiler) 2022-12-01T10:09:07.9262801Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9263325Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9263746Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9264174Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9264673Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9265104Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9265516Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9265943Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9266366Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9266780Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9267031Z ok (0.130s) 2022-12-01T10:09:07.9267424Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-12-01T10:09:07.9267972Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9268432Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9268838Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9269067Z ok (0.002s) 2022-12-01T10:09:07.9269475Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9269945Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9270346Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9270745Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9271166Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9271565Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9271966Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9272392Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9272924Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9273329Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9273756Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9274141Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9274375Z ok (0.003s) 2022-12-01T10:09:07.9274800Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9275273Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9275514Z ok (0.001s) 2022-12-01T10:09:07.9275709Z test_source (__main__.TestProfiler) 2022-12-01T10:09:07.9276208Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9276697Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9277102Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9277335Z ok (0.057s) 2022-12-01T10:09:07.9277771Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9278343Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9278776Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9279206Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9279606Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9279994Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9280419Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9280820Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9281214Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9281640Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9282036Z STAGE:2022-12-01 10:09:06 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9282437Z STAGE:2022-12-01 10:09:06 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9282850Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9283248Z STAGE:2022-12-01 10:09:07 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9283651Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9284082Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9284466Z STAGE:2022-12-01 10:09:07 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9284871Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9285300Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9285685Z STAGE:2022-12-01 10:09:07 1630:1630 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:09:07.9285913Z ok (0.018s) 2022-12-01T10:09:07.9286175Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.001s) 2022-12-01T10:09:07.9286448Z test_mem_leak (__main__.TestProfilerCUDA) 2022-12-01T10:09:07.9286825Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.001s) 2022-12-01T10:09:07.9287153Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.001s) 2022-12-01T10:09:07.9287472Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.002s) 2022-12-01T10:09:07.9288003Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9288505Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9288760Z ok (0.019s) 2022-12-01T10:09:07.9289227Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9289713Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9289965Z ok (0.016s) 2022-12-01T10:09:07.9290394Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9290860Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9291165Z ok (0.003s) 2022-12-01T10:09:07.9291633Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9292121Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9292360Z ok (0.116s) 2022-12-01T10:09:07.9292822Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9293323Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9293579Z ok (0.116s) 2022-12-01T10:09:07.9294000Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9294483Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9294914Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9295327Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9295579Z ok (0.123s) 2022-12-01T10:09:07.9296345Z 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-12-01T10:09:07.9297118Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9297595Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9297851Z ok (0.004s) 2022-12-01T10:09:07.9298297Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9298783Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9299023Z ok (0.010s) 2022-12-01T10:09:07.9299449Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9299932Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9300181Z ok (0.022s) 2022-12-01T10:09:07.9300623Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9301199Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9301456Z ok (0.073s) 2022-12-01T10:09:07.9301897Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9302399Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9302659Z ok (0.039s) 2022-12-01T10:09:07.9303097Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9303593Z [W CPUAllocator.cpp:231] Memory block of unknown size was allocated before the profiling started, profiler results will not include the deallocation event 2022-12-01T10:09:07.9304085Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9304377Z ok (0.005s) 2022-12-01T10:09:07.9305175Z 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-12-01T10:09:07.9305944Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:09:07.9306433Z STAGE:2022-12-01 10:09:07 1630:1630 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:09:07.9306691Z ok (0.006s) 2022-12-01T10:09:07.9307459Z 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-12-01T10:09:07.9307905Z 2022-12-01T10:09:07.9308105Z ---------------------------------------------------------------------- 2022-12-01T10:09:07.9308335Z Ran 62 tests in 3.828s 2022-12-01T10:09:07.9308450Z 2022-12-01T10:09:07.9308522Z OK (skipped=16) 2022-12-01T10:09:07.9308631Z 2022-12-01T10:09:07.9308715Z Generating XML reports... 2022-12-01T10:09:07.9309133Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221201100903.xml 2022-12-01T10:09:07.9309694Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221201100903.xml 2022-12-01T10:09:07.9310231Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221201100903.xml 2022-12-01T10:09:07.9310756Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221201100903.xml 2022-12-01T10:09:07.9311283Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221201100903.xml 2022-12-01T10:09:07.9311833Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221201100903.xml 2022-12-01T10:09:07.9312379Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221201100903.xml 2022-12-01T10:09:07.9312756Z 2022-12-01T10:09:07.9313043Z ##[endgroup] 2022-12-01T10:09:07.9313461Z FINISHED PRINTING LOG FILE of profiler/test_profiler (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_nl9m6qzm) 2022-12-01T10:09:07.9313699Z 2022-12-01T10:09:09.4625149Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:09.5355259Z Ignoring disabled issues: [] 2022-12-01T10:09:09.5510045Z Running test_transformers ... [2022-12-01 10:09:09.550703] 2022-12-01T10:09:09.5511610Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:09.550973] 2022-12-01T10:09:13.4614045Z 2022-12-01T10:09:13.4614752Z Expand the folded group to see the log file of test_transformers 2022-12-01T10:09:13.4615639Z ##[group]PRINTING LOG FILE of test_transformers (/var/lib/jenkins/workspace/test/test-reports/test_transformers_mciyli9n) 2022-12-01T10:09:13.4616366Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-12-01T10:09:13.4616557Z 2022-12-01T10:09:13.4616618Z Running tests... 2022-12-01T10:09:13.4616980Z ---------------------------------------------------------------------- 2022-12-01T10:09:13.4617545Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.008s) 2022-12-01T10:09:13.4618050Z test_mask_check_fastpath (__main__.TestTransformers) 2022-12-01T10:09:13.4619086Z Test that fastpath is executed independently of the mask that is passed. ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: 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-12-01T10:09:13.4619880Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:09:13.4620258Z ok (0.020s) 2022-12-01T10:09:13.4620758Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:09:13.4621542Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4622272Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4623003Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4623603Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4624189Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4624869Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4625450Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4625846Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4626238Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4626654Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4627064Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4627468Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4627849Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4628245Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4628641Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4629037Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4629422Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4629828Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4630238Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4630644Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4631038Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4631433Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4631959Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4632364Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4632991Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4633400Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:09:13.4633799Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4634193Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4634580Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:09:13.4634949Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.002s) 2022-12-01T10:09:13.4635476Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-12-01T10:09:13.4635881Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... ok (0.230s) 2022-12-01T10:09:13.4636281Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.032s) 2022-12-01T10:09:13.4636707Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-12-01T10:09:13.4637146Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-12-01T10:09:13.4637585Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-12-01T10:09:13.4638018Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.029s) 2022-12-01T10:09:13.4638433Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.029s) 2022-12-01T10:09:13.4638867Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-12-01T10:09:13.4639291Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-12-01T10:09:13.4639733Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:09:13.4640337Z Test TransformerEncoder fastpath output matches slowpath output ... test_transformers.py:216: 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-12-01T10:09:13.4640810Z ) for pair in input_mask_pairs 2022-12-01T10:09:13.4641000Z ok (0.527s) 2022-12-01T10:09:13.4641322Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:09:13.4642005Z Test TransformerEncoder fastpath output matches slowpath output ... /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-12-01T10:09:13.4642567Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:09:13.4642903Z ok (0.505s) 2022-12-01T10:09:13.4643266Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:09:13.4643646Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.315s) 2022-12-01T10:09:13.4644044Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:09:13.4644429Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.307s) 2022-12-01T10:09:13.4644825Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:09:13.4645221Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-12-01T10:09:13.4645633Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:09:13.4646038Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-12-01T10:09:13.4646436Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:09:13.4646834Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-12-01T10:09:13.4647242Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:09:13.4647644Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-12-01T10:09:13.4648006Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:09:13.4648382Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:09:13.4691231Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:09:13.4691443Z 2022-12-01T10:09:13.4691701Z ---------------------------------------------------------------------- 2022-12-01T10:09:13.4691930Z Ran 54 tests in 2.424s 2022-12-01T10:09:13.4692043Z 2022-12-01T10:09:13.4692101Z OK (skipped=3) 2022-12-01T10:09:13.4692211Z 2022-12-01T10:09:13.4692298Z Generating XML reports... 2022-12-01T10:09:13.4692727Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221201100910.xml 2022-12-01T10:09:13.4692965Z 2022-12-01T10:09:13.4693272Z ##[endgroup] 2022-12-01T10:09:13.4693662Z FINISHED PRINTING LOG FILE of test_transformers (/var/lib/jenkins/workspace/test/test-reports/test_transformers_mciyli9n) 2022-12-01T10:09:13.4693881Z 2022-12-01T10:09:14.9799720Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:15.0420412Z Ignoring disabled issues: [] 2022-12-01T10:09:15.0554883Z Running test_stateless ... [2022-12-01 10:09:15.055176] 2022-12-01T10:09:15.0557033Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:15.055456] 2022-12-01T10:09:19.5898493Z 2022-12-01T10:09:19.5899026Z Expand the folded group to see the log file of test_stateless 2022-12-01T10:09:19.5899834Z ##[group]PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless_goz_jtb_) 2022-12-01T10:09:19.5900417Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-12-01T10:09:19.5900624Z 2022-12-01T10:09:19.5900702Z Running tests... 2022-12-01T10:09:19.5901103Z ---------------------------------------------------------------------- 2022-12-01T10:09:19.5901441Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (2.074s) 2022-12-01T10:09:19.5901779Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (0.937s) 2022-12-01T10:09:19.5902383Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-12-01T10:09:19.5902777Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:09:19.5903110Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-12-01T10:09:19.5903647Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:09:19.5904025Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-12-01T10:09:19.5904425Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.056s) 2022-12-01T10:09:19.5904798Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.009s) 2022-12-01T10:09:19.5905259Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-12-01T10:09:19.5905612Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-12-01T10:09:19.5905986Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:09:19.5906173Z 2022-12-01T10:09:19.5906376Z ---------------------------------------------------------------------- 2022-12-01T10:09:19.5906656Z Ran 12 tests in 3.097s 2022-12-01T10:09:19.5906772Z 2022-12-01T10:09:19.5906845Z OK (skipped=1) 2022-12-01T10:09:19.5906953Z 2022-12-01T10:09:19.5907038Z Generating XML reports... 2022-12-01T10:09:19.5907527Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201100916.xml 2022-12-01T10:09:19.5908127Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201100916.xml 2022-12-01T10:09:19.5908694Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201100916.xml 2022-12-01T10:09:19.5909005Z 2022-12-01T10:09:19.5909265Z ##[endgroup] 2022-12-01T10:09:19.5909689Z FINISHED PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless_goz_jtb_) 2022-12-01T10:09:19.5909905Z 2022-12-01T10:09:21.0398767Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:21.1022863Z Ignoring disabled issues: [] 2022-12-01T10:09:21.1159098Z Running test_spectral_ops ... [2022-12-01 10:09:21.115566] 2022-12-01T10:09:21.1160748Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:21.115850] 2022-12-01T10:09:37.4840346Z 2022-12-01T10:09:37.4840876Z Expand the folded group to see the log file of test_spectral_ops 2022-12-01T10:09:37.4841850Z ##[group]PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_p7licx49) 2022-12-01T10:09:37.4842630Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-12-01T10:09:37.4843553Z /opt/conda/lib/python3.7/site-packages/sklearn/utils/validation.py:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:09:37.4844337Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-12-01T10:09:37.4844981Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:09:37.4845577Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-12-01T10:09:37.4845776Z 2022-12-01T10:09:37.4845864Z Running tests... 2022-12-01T10:09:37.4846321Z ---------------------------------------------------------------------- 2022-12-01T10:09:37.4847474Z test_batch_istft_cpu (__main__.TestFFTCPU) ... test_spectral_ops.py:1502: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:09:37.4848499Z i_original = torch.istft(original, n_fft=4, length=4) 2022-12-01T10:09:37.4848900Z ok (0.029s) 2022-12-01T10:09:37.4849229Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:09:37.4849689Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:09:37.4850124Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:09:37.4850536Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.197s) 2022-12-01T10:09:37.4850984Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.079s) 2022-12-01T10:09:37.4851434Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.144s) 2022-12-01T10:09:37.4851896Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:09:37.4852344Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4852773Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4853225Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4853677Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4854170Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4854651Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4855120Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4855588Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4856082Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4856587Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4857072Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4857592Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4858085Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4858586Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4859124Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4859696Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4860146Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4860609Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4861183Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4862036Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4862567Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4863079Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4863590Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4864105Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4864599Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4865107Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4865625Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4866143Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4866600Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4867044Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4867648Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:09:37.4868192Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.057s) 2022-12-01T10:09:37.4868728Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.081s) 2022-12-01T10:09:37.4869246Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.057s) 2022-12-01T10:09:37.4869733Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.179s) 2022-12-01T10:09:37.4870198Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.203s) 2022-12-01T10:09:37.4870733Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4871329Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4871813Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4872295Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4873013Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4873495Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4874132Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4874633Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4875136Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4875644Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4876163Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4876682Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4877210Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4877706Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4878197Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4878670Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4879202Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4879757Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4880286Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4880810Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4881333Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4881891Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4882492Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4883073Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4883634Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4884227Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4884801Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4885339Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4886195Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4886791Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4887352Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4887837Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4888371Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4888901Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4889419Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4889919Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4890408Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (0.705s) 2022-12-01T10:09:37.4890889Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4891307Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.009s) 2022-12-01T10:09:37.4891714Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.012s) 2022-12-01T10:09:37.4892139Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.012s) 2022-12-01T10:09:37.4892668Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-12-01T10:09:37.4893163Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-12-01T10:09:37.4893672Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-12-01T10:09:37.4894174Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.021s) 2022-12-01T10:09:37.4894588Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.030s) 2022-12-01T10:09:37.4895034Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:09:37.4895604Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-12-01T10:09:37.4896140Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:09:37.4896638Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-12-01T10:09:37.4897162Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:09:37.4897659Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:09:37.4898072Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4898538Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-12-01T10:09:37.4898945Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-12-01T10:09:37.4899344Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:09:37.4899619Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:09:37.4899909Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:09:37.4900209Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:09:37.4900499Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:09:37.4900799Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:09:37.4901176Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:09:37.4901472Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:09:37.4901756Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:09:37.4902200Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:09:37.4902506Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:09:37.4902789Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:09:37.4903083Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.051s) 2022-12-01T10:09:37.4903426Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:09:37.4903761Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.052s) 2022-12-01T10:09:37.4904082Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:09:37.4904406Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.121s) 2022-12-01T10:09:37.4904695Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.114s) 2022-12-01T10:09:37.4904973Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4905272Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:09:37.4905566Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:09:37.4905856Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:09:37.4906127Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:09:37.4906408Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:09:37.4906733Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-12-01T10:09:37.4907030Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:09:37.4907290Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-12-01T10:09:37.4907606Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-12-01T10:09:37.4907921Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:09:37.4908170Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-12-01T10:09:37.4909095Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:754: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1120.) 2022-12-01T10:09:37.4909654Z return_complex=return_complex, 2022-12-01T10:09:37.4909843Z ok (0.442s) 2022-12-01T10:09:37.4910060Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.192s) 2022-12-01T10:09:37.4910343Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:09:37.4910630Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:09:37.4910962Z stft -> istft should recover the original signale ... ok (0.002s) 2022-12-01T10:09:37.4911248Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:09:37.4911593Z stft -> istft should recover the original signale ... ok (0.458s) 2022-12-01T10:09:37.4911863Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:09:37.4912184Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.127s) 2022-12-01T10:09:37.4912474Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-12-01T10:09:37.4912887Z istft should throw exception for invalid parameters ... ok (0.011s) 2022-12-01T10:09:37.4913172Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-12-01T10:09:37.4913468Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:09:37.4913828Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:09:37.4914155Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:09:37.4914456Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:09:37.4914752Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:09:37.4915053Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:09:37.4915342Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:09:37.4915641Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:09:37.4915936Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:09:37.4916222Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.025s) 2022-12-01T10:09:37.4916526Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:09:37.4916829Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.028s) 2022-12-01T10:09:37.4917134Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.032s) 2022-12-01T10:09:37.4917422Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.029s) 2022-12-01T10:09:37.4917721Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.027s) 2022-12-01T10:09:37.4918028Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.027s) 2022-12-01T10:09:37.4918321Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:09:37.4919179Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: 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-12-01T10:09:37.4919727Z normalized, onesided, return_complex) 2022-12-01T10:09:37.4919926Z ok (0.099s) 2022-12-01T10:09:37.4920143Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.001s) 2022-12-01T10:09:37.4920451Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.079s) 2022-12-01T10:09:37.4920771Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.096s) 2022-12-01T10:09:37.4921092Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:09:37.4921380Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4921642Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:09:37.4921852Z Expecting nothing 2022-12-01T10:09:37.4922006Z ok 2022-12-01T10:09:37.4922155Z Trying: 2022-12-01T10:09:37.4922328Z fft2 = torch.fft.fft2(x) 2022-12-01T10:09:37.4922504Z Expecting nothing 2022-12-01T10:09:37.4922669Z ok 2022-12-01T10:09:37.4922816Z Trying: 2022-12-01T10:09:37.4923017Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:09:37.4923235Z Expecting nothing 2022-12-01T10:09:37.4923399Z ok 2022-12-01T10:09:37.4923532Z Trying: 2022-12-01T10:09:37.4923753Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-12-01T10:09:37.4923985Z Expecting nothing 2022-12-01T10:09:37.4924134Z ok 2022-12-01T10:09:37.4924283Z ok (0.004s) 2022-12-01T10:09:37.4924506Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4924722Z t = torch.arange(4) 2022-12-01T10:09:37.4924906Z Expecting nothing 2022-12-01T10:09:37.4925072Z ok 2022-12-01T10:09:37.4925205Z Trying: 2022-12-01T10:09:37.4925356Z t 2022-12-01T10:09:37.4925512Z Expecting: 2022-12-01T10:09:37.4925668Z tensor([0, 1, 2, 3]) 2022-12-01T10:09:37.4925833Z ok 2022-12-01T10:09:37.4925977Z Trying: 2022-12-01T10:09:37.4926164Z torch.fft.fft(t) 2022-12-01T10:09:37.4926339Z Expecting: 2022-12-01T10:09:37.4926615Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:09:37.4926785Z ok 2022-12-01T10:09:37.4926933Z Trying: 2022-12-01T10:09:37.4927122Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-12-01T10:09:37.4927310Z Expecting nothing 2022-12-01T10:09:37.4927477Z ok 2022-12-01T10:09:37.4927623Z Trying: 2022-12-01T10:09:37.4927772Z torch.fft.fft(t) 2022-12-01T10:09:37.4927945Z Expecting: 2022-12-01T10:09:37.4928189Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-12-01T10:09:37.4928359Z ok 2022-12-01T10:09:37.4928508Z ok (0.003s) 2022-12-01T10:09:37.4928735Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4928958Z torch.fft.fftfreq(5) 2022-12-01T10:09:37.4929139Z Expecting: 2022-12-01T10:09:37.4929392Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:09:37.4929562Z ok 2022-12-01T10:09:37.4929710Z Trying: 2022-12-01T10:09:37.4929883Z torch.fft.fftfreq(4) 2022-12-01T10:09:37.4930048Z Expecting: 2022-12-01T10:09:37.4930288Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:09:37.4930469Z ok 2022-12-01T10:09:37.4930608Z ok (0.002s) 2022-12-01T10:09:37.4930832Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4931091Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:09:37.4931299Z Expecting nothing 2022-12-01T10:09:37.4931450Z ok 2022-12-01T10:09:37.4931598Z Trying: 2022-12-01T10:09:37.4931769Z fftn = torch.fft.fftn(x) 2022-12-01T10:09:37.4931943Z Expecting nothing 2022-12-01T10:09:37.4932106Z ok 2022-12-01T10:09:37.4932254Z Trying: 2022-12-01T10:09:37.4932451Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:09:37.4932666Z Expecting nothing 2022-12-01T10:09:37.4932829Z ok 2022-12-01T10:09:37.4932962Z Trying: 2022-12-01T10:09:37.4933186Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-12-01T10:09:37.4933422Z Expecting nothing 2022-12-01T10:09:37.4933570Z ok 2022-12-01T10:09:37.4933719Z ok (0.002s) 2022-12-01T10:09:37.4933949Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4934178Z f = torch.fft.fftfreq(4) 2022-12-01T10:09:37.4934366Z Expecting nothing 2022-12-01T10:09:37.4934528Z ok 2022-12-01T10:09:37.4934661Z Trying: 2022-12-01T10:09:37.4934812Z f 2022-12-01T10:09:37.4934967Z Expecting: 2022-12-01T10:09:37.4935192Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:09:37.4935371Z ok 2022-12-01T10:09:37.4935517Z Trying: 2022-12-01T10:09:37.4935674Z torch.fft.fftshift(f) 2022-12-01T10:09:37.4935855Z Expecting: 2022-12-01T10:09:37.4936090Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-12-01T10:09:37.4936254Z ok 2022-12-01T10:09:37.4936400Z Trying: 2022-12-01T10:09:37.4936636Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-12-01T10:09:37.4936858Z Expecting nothing 2022-12-01T10:09:37.4937024Z ok 2022-12-01T10:09:37.4937172Z Trying: 2022-12-01T10:09:37.4937306Z x 2022-12-01T10:09:37.4937461Z Expecting: 2022-12-01T10:09:37.4937712Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-12-01T10:09:37.4937967Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-12-01T10:09:37.4938230Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-12-01T10:09:37.4938489Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-12-01T10:09:37.4938739Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-12-01T10:09:37.4938919Z ok 2022-12-01T10:09:37.4939071Z Trying: 2022-12-01T10:09:37.4939226Z torch.fft.fftshift(x) 2022-12-01T10:09:37.4939407Z Expecting: 2022-12-01T10:09:37.4939655Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-12-01T10:09:37.4939907Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-12-01T10:09:37.4940162Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-12-01T10:09:37.4940424Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-12-01T10:09:37.4940732Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-12-01T10:09:37.4941032Z ok 2022-12-01T10:09:37.4941187Z Trying: 2022-12-01T10:09:37.4941412Z x_centered = torch.arange(-5, 5) 2022-12-01T10:09:37.4941599Z Expecting nothing 2022-12-01T10:09:37.4941764Z ok 2022-12-01T10:09:37.4941911Z Trying: 2022-12-01T10:09:37.4942103Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-12-01T10:09:37.4942318Z Expecting nothing 2022-12-01T10:09:37.4942483Z ok 2022-12-01T10:09:37.4942617Z Trying: 2022-12-01T10:09:37.4942817Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-12-01T10:09:37.4943029Z Expecting nothing 2022-12-01T10:09:37.4943178Z ok 2022-12-01T10:09:37.4943325Z Trying: 2022-12-01T10:09:37.4943530Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-12-01T10:09:37.4943733Z Expecting nothing 2022-12-01T10:09:37.4943896Z ok 2022-12-01T10:09:37.4944041Z Trying: 2022-12-01T10:09:37.4944282Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-12-01T10:09:37.4944543Z Expecting nothing 2022-12-01T10:09:37.4944706Z ok 2022-12-01T10:09:37.4944840Z Trying: 2022-12-01T10:09:37.4945099Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-12-01T10:09:37.4945366Z Expecting nothing 2022-12-01T10:09:37.4945512Z ok 2022-12-01T10:09:37.4945660Z ok (0.004s) 2022-12-01T10:09:37.4945886Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4946107Z t = torch.linspace(0, 1, 5) 2022-12-01T10:09:37.4946299Z Expecting nothing 2022-12-01T10:09:37.4946463Z ok 2022-12-01T10:09:37.4946596Z Trying: 2022-12-01T10:09:37.4946743Z t 2022-12-01T10:09:37.4946899Z Expecting: 2022-12-01T10:09:37.4947075Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:09:37.4947251Z ok 2022-12-01T10:09:37.4947400Z Trying: 2022-12-01T10:09:37.4947553Z T = torch.fft.ifft(t) 2022-12-01T10:09:37.4947738Z Expecting nothing 2022-12-01T10:09:37.4947903Z ok 2022-12-01T10:09:37.4948034Z Trying: 2022-12-01T10:09:37.4948184Z T 2022-12-01T10:09:37.4948340Z Expecting: 2022-12-01T10:09:37.4948615Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-12-01T10:09:37.4948866Z -0.1250+0.1720j]) 2022-12-01T10:09:37.4949031Z ok 2022-12-01T10:09:37.4949164Z Trying: 2022-12-01T10:09:37.4949337Z torch.fft.hfft(T[:3], n=5) 2022-12-01T10:09:37.4949519Z Expecting: 2022-12-01T10:09:37.4949692Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:09:37.4949869Z ok 2022-12-01T10:09:37.4950014Z Trying: 2022-12-01T10:09:37.4950169Z torch.fft.hfft(T[:3]) 2022-12-01T10:09:37.4950345Z Expecting: 2022-12-01T10:09:37.4950526Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-12-01T10:09:37.4950686Z ok 2022-12-01T10:09:37.4950836Z ok (0.003s) 2022-12-01T10:09:37.4951061Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4951310Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:09:37.4951522Z Expecting nothing 2022-12-01T10:09:37.4951686Z ok 2022-12-01T10:09:37.4951819Z Trying: 2022-12-01T10:09:37.4951996Z ifft2 = torch.fft.ifft2(x) 2022-12-01T10:09:37.4952186Z Expecting nothing 2022-12-01T10:09:37.4952336Z ok 2022-12-01T10:09:37.4952480Z Trying: 2022-12-01T10:09:37.4952851Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:09:37.4953059Z Expecting nothing 2022-12-01T10:09:37.4953220Z ok 2022-12-01T10:09:37.4953369Z Trying: 2022-12-01T10:09:37.4953582Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-12-01T10:09:37.4953817Z Expecting nothing 2022-12-01T10:09:37.4953980Z ok 2022-12-01T10:09:37.4954127Z ok (0.002s) 2022-12-01T10:09:37.4954338Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4954658Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:09:37.4954861Z Expecting nothing 2022-12-01T10:09:37.4955013Z ok 2022-12-01T10:09:37.4955161Z Trying: 2022-12-01T10:09:37.4955405Z torch.fft.ifft(t) 2022-12-01T10:09:37.4955569Z Expecting: 2022-12-01T10:09:37.4955799Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-12-01T10:09:37.4955977Z ok 2022-12-01T10:09:37.4956113Z ok (0.002s) 2022-12-01T10:09:37.4956337Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4956596Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:09:37.4956792Z Expecting nothing 2022-12-01T10:09:37.4956956Z ok 2022-12-01T10:09:37.4957104Z Trying: 2022-12-01T10:09:37.4957264Z ifftn = torch.fft.ifftn(x) 2022-12-01T10:09:37.4957452Z Expecting nothing 2022-12-01T10:09:37.4957616Z ok 2022-12-01T10:09:37.4957747Z Trying: 2022-12-01T10:09:37.4957960Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:09:37.4958183Z Expecting nothing 2022-12-01T10:09:37.4958331Z ok 2022-12-01T10:09:37.4958478Z Trying: 2022-12-01T10:09:37.4958704Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-12-01T10:09:37.4958929Z Expecting nothing 2022-12-01T10:09:37.4959091Z ok 2022-12-01T10:09:37.4959239Z ok (0.002s) 2022-12-01T10:09:37.4959457Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4959700Z f = torch.fft.fftfreq(5) 2022-12-01T10:09:37.4959890Z Expecting nothing 2022-12-01T10:09:37.4960038Z ok 2022-12-01T10:09:37.4960183Z Trying: 2022-12-01T10:09:37.4960331Z f 2022-12-01T10:09:37.4960473Z Expecting: 2022-12-01T10:09:37.4960726Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:09:37.4960905Z ok 2022-12-01T10:09:37.4961038Z Trying: 2022-12-01T10:09:37.4961218Z shifted = torch.fft.fftshift(f) 2022-12-01T10:09:37.4961418Z Expecting nothing 2022-12-01T10:09:37.4961566Z ok 2022-12-01T10:09:37.4961712Z Trying: 2022-12-01T10:09:37.4961889Z torch.fft.ifftshift(shifted) 2022-12-01T10:09:37.4962065Z Expecting: 2022-12-01T10:09:37.4962314Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:09:37.4962494Z ok 2022-12-01T10:09:37.4962631Z ok (0.002s) 2022-12-01T10:09:37.4962855Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4963084Z t = torch.arange(5) 2022-12-01T10:09:37.4963251Z Expecting nothing 2022-12-01T10:09:37.4963412Z ok 2022-12-01T10:09:37.4963559Z Trying: 2022-12-01T10:09:37.4963693Z t 2022-12-01T10:09:37.4963847Z Expecting: 2022-12-01T10:09:37.4964020Z tensor([0, 1, 2, 3, 4]) 2022-12-01T10:09:37.4964172Z ok 2022-12-01T10:09:37.4964318Z Trying: 2022-12-01T10:09:37.4964484Z torch.fft.ihfft(t) 2022-12-01T10:09:37.4964645Z Expecting: 2022-12-01T10:09:37.4964908Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-12-01T10:09:37.4965098Z ok 2022-12-01T10:09:37.4965230Z Trying: 2022-12-01T10:09:37.4965392Z torch.fft.ifft(t) 2022-12-01T10:09:37.4965565Z Expecting: 2022-12-01T10:09:37.4965836Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-12-01T10:09:37.4966084Z -0.5000+0.6882j]) 2022-12-01T10:09:37.4966253Z ok 2022-12-01T10:09:37.4966389Z ok (0.002s) 2022-12-01T10:09:37.4966617Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4966852Z t = torch.rand(10, 9) 2022-12-01T10:09:37.4967021Z Expecting nothing 2022-12-01T10:09:37.4967187Z ok 2022-12-01T10:09:37.4967336Z Trying: 2022-12-01T10:09:37.4967490Z T = torch.fft.rfft2(t) 2022-12-01T10:09:37.4967679Z Expecting nothing 2022-12-01T10:09:37.4967842Z ok 2022-12-01T10:09:37.4967975Z Trying: 2022-12-01T10:09:37.4968150Z torch.fft.irfft2(T).size() 2022-12-01T10:09:37.4968335Z Expecting: 2022-12-01T10:09:37.4968493Z torch.Size([10, 8]) 2022-12-01T10:09:37.4968658Z ok 2022-12-01T10:09:37.4968804Z Trying: 2022-12-01T10:09:37.4968984Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-12-01T10:09:37.4969192Z Expecting nothing 2022-12-01T10:09:37.4969354Z ok 2022-12-01T10:09:37.4969485Z Trying: 2022-12-01T10:09:37.4969649Z roundtrip.size() 2022-12-01T10:09:37.4969825Z Expecting: 2022-12-01T10:09:37.4969983Z torch.Size([10, 9]) 2022-12-01T10:09:37.4970191Z ok 2022-12-01T10:09:37.4970337Z Trying: 2022-12-01T10:09:37.4970576Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:09:37.4970812Z Expecting nothing 2022-12-01T10:09:37.4970975Z ok 2022-12-01T10:09:37.4971109Z ok (0.002s) 2022-12-01T10:09:37.4971333Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4971569Z t = torch.linspace(0, 1, 5) 2022-12-01T10:09:37.4971758Z Expecting nothing 2022-12-01T10:09:37.4971908Z ok 2022-12-01T10:09:37.4972055Z Trying: 2022-12-01T10:09:37.4972202Z t 2022-12-01T10:09:37.4972346Z Expecting: 2022-12-01T10:09:37.4972534Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:09:37.4972712Z ok 2022-12-01T10:09:37.4972844Z Trying: 2022-12-01T10:09:37.4973011Z T = torch.fft.rfft(t) 2022-12-01T10:09:37.4973194Z Expecting nothing 2022-12-01T10:09:37.4973343Z ok 2022-12-01T10:09:37.4973487Z Trying: 2022-12-01T10:09:37.4973621Z T 2022-12-01T10:09:37.4973778Z Expecting: 2022-12-01T10:09:37.4974042Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-12-01T10:09:37.4974229Z ok 2022-12-01T10:09:37.4974364Z Trying: 2022-12-01T10:09:37.4974529Z torch.fft.irfft(T) 2022-12-01T10:09:37.4974705Z Expecting: 2022-12-01T10:09:37.4974875Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-12-01T10:09:37.4975048Z ok 2022-12-01T10:09:37.4975193Z Trying: 2022-12-01T10:09:37.4975374Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-12-01T10:09:37.4975581Z Expecting nothing 2022-12-01T10:09:37.4975744Z ok 2022-12-01T10:09:37.4975877Z Trying: 2022-12-01T10:09:37.4976101Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:09:37.4976336Z Expecting nothing 2022-12-01T10:09:37.4976487Z ok 2022-12-01T10:09:37.4976637Z ok (0.003s) 2022-12-01T10:09:37.4976862Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4977081Z t = torch.rand(10, 9) 2022-12-01T10:09:37.4977265Z Expecting nothing 2022-12-01T10:09:37.4977437Z ok 2022-12-01T10:09:37.4977569Z Trying: 2022-12-01T10:09:37.4977738Z T = torch.fft.rfftn(t) 2022-12-01T10:09:37.4977926Z Expecting nothing 2022-12-01T10:09:37.4978074Z ok 2022-12-01T10:09:37.4978221Z Trying: 2022-12-01T10:09:37.4978394Z torch.fft.irfftn(T).size() 2022-12-01T10:09:37.4978566Z Expecting: 2022-12-01T10:09:37.4978738Z torch.Size([10, 8]) 2022-12-01T10:09:37.4978902Z ok 2022-12-01T10:09:37.4979037Z Trying: 2022-12-01T10:09:37.4979234Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-12-01T10:09:37.4979441Z Expecting nothing 2022-12-01T10:09:37.4979589Z ok 2022-12-01T10:09:37.4979734Z Trying: 2022-12-01T10:09:37.4979899Z roundtrip.size() 2022-12-01T10:09:37.4980061Z Expecting: 2022-12-01T10:09:37.4980232Z torch.Size([10, 9]) 2022-12-01T10:09:37.4980398Z ok 2022-12-01T10:09:37.4980530Z Trying: 2022-12-01T10:09:37.4980754Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:09:37.4981092Z Expecting nothing 2022-12-01T10:09:37.4981241Z ok 2022-12-01T10:09:37.4981393Z ok (0.002s) 2022-12-01T10:09:37.4981613Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4981831Z t = torch.rand(10, 10) 2022-12-01T10:09:37.4982014Z Expecting nothing 2022-12-01T10:09:37.4982177Z ok 2022-12-01T10:09:37.4982309Z Trying: 2022-12-01T10:09:37.4982482Z rfft2 = torch.fft.rfft2(t) 2022-12-01T10:09:37.4982670Z Expecting nothing 2022-12-01T10:09:37.4982819Z ok 2022-12-01T10:09:37.4982967Z Trying: 2022-12-01T10:09:37.4983126Z rfft2.size() 2022-12-01T10:09:37.4983283Z Expecting: 2022-12-01T10:09:37.4983453Z torch.Size([10, 6]) 2022-12-01T10:09:37.4983616Z ok 2022-12-01T10:09:37.4983747Z Trying: 2022-12-01T10:09:37.4983917Z fft2 = torch.fft.fft2(t) 2022-12-01T10:09:37.4984105Z Expecting nothing 2022-12-01T10:09:37.4984254Z ok 2022-12-01T10:09:37.4984400Z Trying: 2022-12-01T10:09:37.4984623Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-12-01T10:09:37.4984842Z Expecting nothing 2022-12-01T10:09:37.4985055Z ok 2022-12-01T10:09:37.4985199Z Trying: 2022-12-01T10:09:37.4985397Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:09:37.4985645Z Expecting nothing 2022-12-01T10:09:37.4985809Z ok 2022-12-01T10:09:37.4985939Z Trying: 2022-12-01T10:09:37.4986162Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-12-01T10:09:37.4986394Z Expecting nothing 2022-12-01T10:09:37.4986542Z ok 2022-12-01T10:09:37.4986692Z ok (0.002s) 2022-12-01T10:09:37.4986917Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4987131Z t = torch.arange(4) 2022-12-01T10:09:37.4987311Z Expecting nothing 2022-12-01T10:09:37.4987475Z ok 2022-12-01T10:09:37.4987607Z Trying: 2022-12-01T10:09:37.4987757Z t 2022-12-01T10:09:37.4987911Z Expecting: 2022-12-01T10:09:37.4988065Z tensor([0, 1, 2, 3]) 2022-12-01T10:09:37.4988230Z ok 2022-12-01T10:09:37.4988374Z Trying: 2022-12-01T10:09:37.4988523Z torch.fft.rfft(t) 2022-12-01T10:09:37.4988697Z Expecting: 2022-12-01T10:09:37.4988940Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-12-01T10:09:37.4989104Z ok 2022-12-01T10:09:37.4989250Z Trying: 2022-12-01T10:09:37.4989414Z torch.fft.fft(t) 2022-12-01T10:09:37.4989573Z Expecting: 2022-12-01T10:09:37.4989810Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:09:37.4989991Z ok 2022-12-01T10:09:37.4990127Z ok (0.002s) 2022-12-01T10:09:37.4990355Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4990595Z torch.fft.rfftfreq(5) 2022-12-01T10:09:37.4990761Z Expecting: 2022-12-01T10:09:37.4990934Z tensor([0.0000, 0.2000, 0.4000]) 2022-12-01T10:09:37.4991105Z ok 2022-12-01T10:09:37.4991237Z Trying: 2022-12-01T10:09:37.4991406Z torch.fft.rfftfreq(4) 2022-12-01T10:09:37.4991585Z Expecting: 2022-12-01T10:09:37.4991745Z tensor([0.0000, 0.2500, 0.5000]) 2022-12-01T10:09:37.4991914Z ok 2022-12-01T10:09:37.4992060Z Trying: 2022-12-01T10:09:37.4992216Z torch.fft.fftfreq(4) 2022-12-01T10:09:37.4992394Z Expecting: 2022-12-01T10:09:37.4992795Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:09:37.4992959Z ok 2022-12-01T10:09:37.4993110Z ok (0.002s) 2022-12-01T10:09:37.4993336Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:09:37.4993553Z t = torch.rand(10, 10) 2022-12-01T10:09:37.4993736Z Expecting nothing 2022-12-01T10:09:37.4993900Z ok 2022-12-01T10:09:37.4994033Z Trying: 2022-12-01T10:09:37.4994208Z rfftn = torch.fft.rfftn(t) 2022-12-01T10:09:37.4994400Z Expecting nothing 2022-12-01T10:09:37.4994548Z ok 2022-12-01T10:09:37.4994693Z Trying: 2022-12-01T10:09:37.4994853Z rfftn.size() 2022-12-01T10:09:37.4995008Z Expecting: 2022-12-01T10:09:37.4995179Z torch.Size([10, 6]) 2022-12-01T10:09:37.4995345Z ok 2022-12-01T10:09:37.4995476Z Trying: 2022-12-01T10:09:37.4995647Z fftn = torch.fft.fftn(t) 2022-12-01T10:09:37.4995837Z Expecting nothing 2022-12-01T10:09:37.4995985Z ok 2022-12-01T10:09:37.4996133Z Trying: 2022-12-01T10:09:37.4996356Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-12-01T10:09:37.4996581Z Expecting nothing 2022-12-01T10:09:37.4996743Z ok 2022-12-01T10:09:37.4996890Z Trying: 2022-12-01T10:09:37.4997084Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:09:37.4997304Z Expecting nothing 2022-12-01T10:09:37.4997466Z ok 2022-12-01T10:09:37.4997598Z Trying: 2022-12-01T10:09:37.4997819Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-12-01T10:09:37.4998051Z Expecting nothing 2022-12-01T10:09:37.4998200Z ok 2022-12-01T10:09:37.4998348Z ok (0.002s) 2022-12-01T10:09:37.4998453Z 2022-12-01T10:09:37.4998655Z ---------------------------------------------------------------------- 2022-12-01T10:09:37.4998898Z Ran 177 tests in 4.758s 2022-12-01T10:09:37.4998997Z 2022-12-01T10:09:37.4999069Z OK (skipped=10) 2022-12-01T10:09:37.4999176Z 2022-12-01T10:09:37.4999259Z Generating XML reports... 2022-12-01T10:09:37.4999660Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221201100932.xml 2022-12-01T10:09:37.5000293Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221201100932.xml 2022-12-01T10:09:37.5000543Z 2022-12-01T10:09:37.5002181Z ##[endgroup] 2022-12-01T10:09:37.5002592Z FINISHED PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_p7licx49) 2022-12-01T10:09:37.5002813Z 2022-12-01T10:09:38.9887627Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:39.0501359Z Ignoring disabled issues: [] 2022-12-01T10:09:39.0634644Z Running test_functionalization ... [2022-12-01 10:09:39.063158] 2022-12-01T10:09:39.0636363Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:39.063442] 2022-12-01T10:09:41.4271409Z 2022-12-01T10:09:41.4271960Z Expand the folded group to see the log file of test_functionalization 2022-12-01T10:09:41.4276624Z ##[group]PRINTING LOG FILE of test_functionalization (/var/lib/jenkins/workspace/test/test-reports/test_functionalization_1os0x9xq) 2022-12-01T10:09:41.4277380Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-12-01T10:09:41.4277632Z 2022-12-01T10:09:41.4277728Z Running tests... 2022-12-01T10:09:41.4278130Z ---------------------------------------------------------------------- 2022-12-01T10:09:41.4278567Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.239s) 2022-12-01T10:09:41.4279000Z test_as_strided (__main__.TestFunctionalization) ... ok (0.014s) 2022-12-01T10:09:41.4279355Z test_cat (__main__.TestFunctionalization) ... ok (0.012s) 2022-12-01T10:09:41.4279702Z test_copy_ (__main__.TestFunctionalization) ... ok (0.057s) 2022-12-01T10:09:41.4280044Z test_diagonal (__main__.TestFunctionalization) ... ok (0.017s) 2022-12-01T10:09:41.4280428Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.012s) 2022-12-01T10:09:41.4280815Z test_everything (__main__.TestFunctionalization) ... ok (0.096s) 2022-12-01T10:09:41.4281177Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.007s) 2022-12-01T10:09:41.4281539Z test_fill_ (__main__.TestFunctionalization) ... ok (0.015s) 2022-12-01T10:09:41.4281915Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.016s) 2022-12-01T10:09:41.4282313Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.017s) 2022-12-01T10:09:41.4282683Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.014s) 2022-12-01T10:09:41.4283074Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.001s) 2022-12-01T10:09:41.4283472Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.005s) 2022-12-01T10:09:41.4283863Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.001s) 2022-12-01T10:09:41.4284830Z 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-12-01T10:09:41.4285720Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-12-01T10:09:41.4285977Z ok (0.015s) 2022-12-01T10:09:41.4286279Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.011s) 2022-12-01T10:09:41.4286702Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.004s) 2022-12-01T10:09:41.4287136Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.008s) 2022-12-01T10:09:41.4287542Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.002s) 2022-12-01T10:09:41.4288113Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.014s) 2022-12-01T10:09:41.4288576Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.013s) 2022-12-01T10:09:41.4288980Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.004s) 2022-12-01T10:09:41.4289361Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.020s) 2022-12-01T10:09:41.4289752Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.046s) 2022-12-01T10:09:41.4290152Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.001s) 2022-12-01T10:09:41.4290543Z test_scalars (__main__.TestFunctionalization) ... ok (0.015s) 2022-12-01T10:09:41.4290889Z test_simple (__main__.TestFunctionalization) ... ok (0.020s) 2022-12-01T10:09:41.4291849Z 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-12-01T10:09:41.4292701Z torch.add(y, tmp, out=z) 2022-12-01T10:09:41.4292937Z ok (0.020s) 2022-12-01T10:09:41.4293211Z test_split (__main__.TestFunctionalization) ... ok (0.021s) 2022-12-01T10:09:41.4293567Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.021s) 2022-12-01T10:09:41.4293952Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.008s) 2022-12-01T10:09:41.4294386Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.001s) 2022-12-01T10:09:41.4294792Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.018s) 2022-12-01T10:09:41.4295007Z 2022-12-01T10:09:41.4295280Z ---------------------------------------------------------------------- 2022-12-01T10:09:41.4295593Z Ran 34 tests in 0.788s 2022-12-01T10:09:41.4295739Z 2022-12-01T10:09:41.4295804Z OK 2022-12-01T10:09:41.4295921Z 2022-12-01T10:09:41.4296031Z Generating XML reports... 2022-12-01T10:09:41.4296618Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20221201100940.xml 2022-12-01T10:09:41.4296939Z 2022-12-01T10:09:41.4297212Z ##[endgroup] 2022-12-01T10:09:41.4297756Z FINISHED PRINTING LOG FILE of test_functionalization (/var/lib/jenkins/workspace/test/test-reports/test_functionalization_1os0x9xq) 2022-12-01T10:09:41.4298067Z 2022-12-01T10:09:42.9216274Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:42.9821199Z Ignoring disabled issues: [] 2022-12-01T10:09:42.9954963Z Running test_module_init ... [2022-12-01 10:09:42.995199] 2022-12-01T10:09:42.9956579Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:42.995468] 2022-12-01T10:09:47.4617030Z 2022-12-01T10:09:47.4617545Z Expand the folded group to see the log file of test_module_init 2022-12-01T10:09:47.4618378Z ##[group]PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_lfzz4n_w) 2022-12-01T10:09:47.4619185Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-12-01T10:09:47.4620188Z /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-12-01T10:09:47.4620784Z warnings.warn(msg, FutureWarning) 2022-12-01T10:09:47.4620987Z 2022-12-01T10:09:47.4621062Z Running tests... 2022-12-01T10:09:47.4621379Z ---------------------------------------------------------------------- 2022-12-01T10:09:47.4621933Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4622317Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4622648Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4622976Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4623289Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4623616Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4623964Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:09:47.4624327Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:09:47.4624654Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4632254Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4632887Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4633469Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4634097Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4634425Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4634753Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4635066Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4635376Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4635664Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4635970Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4636269Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4636549Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4636839Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4637138Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4637432Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4637729Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4638054Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4638370Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4638660Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4638967Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4639268Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4642408Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4642884Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.061s) 2022-12-01T10:09:47.4643377Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4643680Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4644001Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4644292Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4644585Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4644934Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4645424Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4645787Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4646104Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4646453Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4646763Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4647121Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4647432Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4647725Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4648076Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4648371Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4648698Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4648993Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4649281Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4649617Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4649907Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4650276Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4650599Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4650942Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4651266Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4651586Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4651964Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4652288Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4711621Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4712309Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4715692Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4716289Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4716890Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4717452Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4718017Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4718555Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4719067Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4719596Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4720125Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4720639Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4721162Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4721682Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4722192Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4722862Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4723465Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4724020Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4724552Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4725091Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4725653Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4726255Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4726799Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4727311Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4727821Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4728321Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4728881Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4729477Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4730068Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4730651Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4731208Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4731722Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4732216Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4732721Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4733242Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4733754Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4734271Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4734774Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4735307Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4735858Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4736410Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4736943Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4737463Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4738004Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4738551Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4739099Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4739627Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4740162Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4740687Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4741282Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4755878Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4756465Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4756984Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4757288Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4757721Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4758021Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4758335Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4758739Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4759207Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4763956Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4764268Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4764561Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4764870Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4765177Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4765473Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4765747Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4766038Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4766342Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4766718Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4767011Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4767305Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4767598Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4767868Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4768157Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4768454Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4768741Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4769528Z 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-12-01T10:09:47.4770141Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:09:47.4770377Z ok (0.004s) 2022-12-01T10:09:47.4770624Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4770934Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4771256Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4771573Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4771873Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4772180Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4772483Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4772783Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4773068Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4773371Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4773670Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4773975Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4774437Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4774770Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4775097Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4775410Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4775737Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4776061Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4776378Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4776700Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4777027Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4777348Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4777654Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4777967Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4778269Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4778558Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4778857Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4779155Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4779444Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4779739Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4780072Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4780388Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4780681Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4781111Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4781410Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4781710Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4781989Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4782298Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4782624Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4782926Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4783228Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4783527Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4783824Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4784104Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4784402Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4784701Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4784991Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4785288Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4785594Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4785931Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4786245Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4786537Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4786824Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4787108Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4787406Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4787705Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4788001Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4788303Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4788644Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4788991Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4789328Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4789661Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4789978Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4790301Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4790612Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4790923Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4791216Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4791497Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4791789Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4792099Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4792420Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4792911Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4793225Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4793533Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4793828Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4794134Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4794439Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4794751Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4795049Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4795362Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4795670Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4795959Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4796251Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4796545Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4796844Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4797128Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4797504Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4797839Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4798117Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4798400Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4798688Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4798963Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4799247Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4799529Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4799813Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4800103Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4800423Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4800745Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4801046Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4801359Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4801675Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4801996Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4802311Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4802632Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4802952Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4803258Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4803574Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4803879Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4804163Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4804443Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4804739Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4805028Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4805297Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4805585Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4805883Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4806185Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4806480Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4806788Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:09:47.4807098Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:09:47.4807391Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4807689Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4807988Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4808281Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4808558Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4808852Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4809207Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4809494Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4809794Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4810095Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4810392Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4810673Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4810976Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4811283Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4811568Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4811857Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4812154Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4812453Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4812742Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4813039Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4813365Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:09:47.4813701Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:09:47.4814041Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:09:47.4814368Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:09:47.4814699Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:09:47.4815032Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:09:47.4815370Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:09:47.4815694Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:09:47.4815994Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.656s) 2022-12-01T10:09:47.4816298Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.894s) 2022-12-01T10:09:47.4816619Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4816942Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4817283Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4817656Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4817996Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4818282Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4818574Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4818864Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4819159Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4819448Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4819765Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4820106Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4820427Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4820824Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4821239Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4821543Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4821824Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4822116Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4822404Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4822676Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4822964Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4823250Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4823551Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4823850Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4824155Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4824458Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4824744Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4825036Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:09:47.4825339Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4825657Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4825958Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4826266Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4826601Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:09:47.4826939Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:09:47.4827271Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4827596Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4827915Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4828216Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4828527Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4828832Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4829125Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4829430Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4829735Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4830038Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4830345Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4830678Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4831010Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4831326Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4831652Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4831981Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4832378Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4832832Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4833148Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4833457Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4833754Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4834054Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4834382Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4834728Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4835053Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4835390Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4835717Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4836021Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4836336Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4836653Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4836979Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4837304Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4837633Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4837965Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4838280Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4838606Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4838935Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4839252Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:09:47.4839558Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4839875Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4840193Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4840498Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4840803Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4841121Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4841435Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4841733Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4842048Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4842373Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4842689Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4842988Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4843299Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4843599Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4844008Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4844319Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4844625Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4844927Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:09:47.4845088Z 2022-12-01T10:09:47.4845346Z ---------------------------------------------------------------------- 2022-12-01T10:09:47.4845593Z Ran 376 tests in 2.801s 2022-12-01T10:09:47.4845709Z 2022-12-01T10:09:47.4845769Z OK 2022-12-01T10:09:47.4845861Z 2022-12-01T10:09:47.4845932Z Generating XML reports... 2022-12-01T10:09:47.4846361Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201100944.xml 2022-12-01T10:09:47.4846600Z 2022-12-01T10:09:47.4846969Z ##[endgroup] 2022-12-01T10:09:47.4847343Z FINISHED PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_lfzz4n_w) 2022-12-01T10:09:47.4847557Z 2022-12-01T10:09:49.0184705Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:49.0791429Z Ignoring disabled issues: [] 2022-12-01T10:09:49.0924435Z Running test_utils ... [2022-12-01 10:09:49.092199] 2022-12-01T10:09:49.0926833Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:49.092493] 2022-12-01T10:09:52.9990665Z 2022-12-01T10:09:52.9991205Z Expand the folded group to see the log file of test_utils 2022-12-01T10:09:52.9992313Z ##[group]PRINTING LOG FILE of test_utils (/var/lib/jenkins/workspace/test/test-reports/test_utils_s16qwobl) 2022-12-01T10:09:52.9993320Z Test results will be stored in test-reports/python-unittest/test_utils 2022-12-01T10:09:52.9993895Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:52.9994177Z 2022-12-01T10:09:52.9994298Z Running tests... 2022-12-01T10:09:52.9994803Z ---------------------------------------------------------------------- 2022-12-01T10:09:52.9995275Z test_assert_scriptable (__main__.TestAssert) ... ok (0.261s) 2022-12-01T10:09:52.9995766Z test_assert_true (__main__.TestAssert) ... ok (0.001s) 2022-12-01T10:09:52.9997350Z 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-12-01T10:09:52.9998465Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-12-01T10:09:52.9999003Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.007s) 2022-12-01T10:09:52.9999522Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.006s) 2022-12-01T10:09:53.0000650Z 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-12-01T10:09:53.0001513Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-12-01T10:09:53.0001973Z ok (0.002s) 2022-12-01T10:09:53.0002388Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:09:53.0003027Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.004s) 2022-12-01T10:09:53.0003716Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.000s) 2022-12-01T10:09:53.0004354Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:09:53.0004900Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.010s) 2022-12-01T10:09:53.0005738Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-12-01T10:09:53.0006468Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:09:53.0007125Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:09:53.0007718Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:09:53.0008256Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:09:53.0008905Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-12-01T10:09:53.0010565Z 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-12-01T10:09:53.0011633Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.029s) 2022-12-01T10:09:53.0012223Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.016s) 2022-12-01T10:09:53.0013859Z 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-12-01T10:09:53.0015333Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-12-01T10:09:53.0017070Z 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-12-01T10:09:53.0018156Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-12-01T10:09:53.0018686Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-12-01T10:09:53.0019246Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.002s) 2022-12-01T10:09:53.0019759Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-12-01T10:09:53.0020281Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-12-01T10:09:53.0020928Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-12-01T10:09:53.0021474Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (2.006s) 2022-12-01T10:09:53.0021797Z 2022-12-01T10:09:53.0022182Z ---------------------------------------------------------------------- 2022-12-01T10:09:53.0022631Z Ran 31 tests in 2.366s 2022-12-01T10:09:53.0022851Z 2022-12-01T10:09:53.0022987Z OK (skipped=9) 2022-12-01T10:09:53.0023173Z 2022-12-01T10:09:53.0023341Z Generating XML reports... 2022-12-01T10:09:53.0024065Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20221201100950.xml 2022-12-01T10:09:53.0024998Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221201100950.xml 2022-12-01T10:09:53.0025959Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221201100950.xml 2022-12-01T10:09:53.0026963Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221201100950.xml 2022-12-01T10:09:53.0027944Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221201100950.xml 2022-12-01T10:09:53.0028870Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20221201100950.xml 2022-12-01T10:09:53.0029761Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221201100950.xml 2022-12-01T10:09:53.0030925Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221201100950.xml 2022-12-01T10:09:53.0031894Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221201100950.xml 2022-12-01T10:09:53.0032972Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221201100950.xml 2022-12-01T10:09:53.0033383Z 2022-12-01T10:09:53.0033871Z ##[endgroup] 2022-12-01T10:09:53.0034572Z FINISHED PRINTING LOG FILE of test_utils (/var/lib/jenkins/workspace/test/test-reports/test_utils_s16qwobl) 2022-12-01T10:09:53.0034971Z 2022-12-01T10:09:54.5323292Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:54.6046256Z Ignoring disabled issues: [] 2022-12-01T10:09:54.6181493Z Running test_public_bindings ... [2022-12-01 10:09:54.617912] 2022-12-01T10:09:54.6183677Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:54.618172] 2022-12-01T10:09:57.4911199Z 2022-12-01T10:09:57.4911707Z Expand the folded group to see the log file of test_public_bindings 2022-12-01T10:09:57.4912890Z ##[group]PRINTING LOG FILE of test_public_bindings (/var/lib/jenkins/workspace/test/test-reports/test_public_bindings_d_1pbmki) 2022-12-01T10:09:57.4913858Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-12-01T10:09:57.4914195Z 2022-12-01T10:09:57.4914301Z Running tests... 2022-12-01T10:09:57.4914651Z ---------------------------------------------------------------------- 2022-12-01T10:09:57.4914947Z test_correct_module_names (__main__.TestPublicBindings) 2022-12-01T10:09:57.4915622Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:263: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-12-01T10:09:57.4916367Z "torch.distributed.reduce_op is deprecated, please use " 2022-12-01T10:09:57.4916955Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:57.4917188Z ok (1.519s) 2022-12-01T10:09:57.4917390Z test_no_new_bindings (__main__.TestPublicBindings) 2022-12-01T10:09:57.4917687Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.004s) 2022-12-01T10:09:57.4917867Z 2022-12-01T10:09:57.4918064Z ---------------------------------------------------------------------- 2022-12-01T10:09:57.4918303Z Ran 2 tests in 1.523s 2022-12-01T10:09:57.4918403Z 2022-12-01T10:09:57.4918464Z OK 2022-12-01T10:09:57.4918553Z 2022-12-01T10:09:57.4918638Z Generating XML reports... 2022-12-01T10:09:57.4919065Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221201100955.xml 2022-12-01T10:09:57.4919309Z 2022-12-01T10:09:57.4919534Z ##[endgroup] 2022-12-01T10:09:57.4919928Z FINISHED PRINTING LOG FILE of test_public_bindings (/var/lib/jenkins/workspace/test/test-reports/test_public_bindings_d_1pbmki) 2022-12-01T10:09:57.4920159Z 2022-12-01T10:09:59.0257367Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:09:59.0862611Z Ignoring disabled issues: [] 2022-12-01T10:09:59.0996037Z Running test_vmap ... [2022-12-01 10:09:59.099349] 2022-12-01T10:09:59.0998238Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:09:59.099587] 2022-12-01T10:10:02.2312165Z 2022-12-01T10:10:02.2312929Z Expand the folded group to see the log file of test_vmap 2022-12-01T10:10:02.2313972Z ##[group]PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_0uf4pdlg) 2022-12-01T10:10:02.2314794Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-12-01T10:10:02.2315106Z 2022-12-01T10:10:02.2315247Z Running tests... 2022-12-01T10:10:02.2315644Z ---------------------------------------------------------------------- 2022-12-01T10:10:02.2316736Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... test_vmap.py:377: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2317267Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-12-01T10:10:02.2317928Z test_vmap.py:379: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2318390Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-12-01T10:10:02.2319046Z test_vmap.py:381: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2319521Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:10:02.2320178Z test_vmap.py:384: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2320613Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-12-01T10:10:02.2321256Z test_vmap.py:386: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2321717Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-12-01T10:10:02.2359163Z test_vmap.py:388: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2360094Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-12-01T10:10:02.2361306Z test_vmap.py:391: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2362046Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-12-01T10:10:02.2362709Z test_vmap.py:393: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2363255Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-12-01T10:10:02.2363925Z test_vmap.py:395: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2364477Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:10:02.2365158Z test_vmap.py:399: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2365703Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-12-01T10:10:02.2365915Z ok (0.006s) 2022-12-01T10:10:02.2366771Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:749: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2367351Z vmap(backward_on_vmapped_tensor)(x) 2022-12-01T10:10:02.2367998Z test_vmap.py:755: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2368467Z vmap(backward_with_vmapped_grad)(x, grad) 2022-12-01T10:10:02.2369120Z test_vmap.py:761: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2369564Z vmap(completely_unrelated_backward)(y) 2022-12-01T10:10:02.2369765Z ok (0.005s) 2022-12-01T10:10:02.2370475Z test_batched_gradient_basic (__main__.TestVmapAPI) ... test_vmap.py:793: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2370980Z jacobian = vmap(vjp_mul)(batched_v) 2022-12-01T10:10:02.2371156Z ok (0.001s) 2022-12-01T10:10:02.2371854Z test_constant_function (__main__.TestVmapAPI) ... test_vmap.py:64: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2372380Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-12-01T10:10:02.2372598Z ok (0.001s) 2022-12-01T10:10:02.2373294Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... test_vmap.py:42: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2373784Z vmap(torch.mul)(x, y) 2022-12-01T10:10:02.2374416Z test_vmap.py:44: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2374883Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:10:02.2375523Z test_vmap.py:46: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2376082Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:10:02.2376300Z ok (0.001s) 2022-12-01T10:10:02.2376993Z test_fallback_atan2 (__main__.TestVmapAPI) ... test_vmap.py:555: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2377465Z result = vmap(op, (2, 0))(x, y) 2022-12-01T10:10:02.2378100Z test_vmap.py:561: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2378550Z result = vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:10:02.2379259Z test_vmap.py:567: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2379713Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:10:02.2379893Z ok (0.068s) 2022-12-01T10:10:02.2380133Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:10:02.2381006Z test_fallback_masked_fill (__main__.TestVmapAPI) ... test_vmap.py:583: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2381701Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:10:02.2382371Z test_vmap.py:583: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2382859Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:10:02.2383081Z ok (0.059s) 2022-12-01T10:10:02.2383786Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... test_vmap.py:601: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2384278Z result = vmap(torch.var_mean)(tensor) 2022-12-01T10:10:02.2384925Z test_vmap.py:607: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2385393Z result = vmap(vmap(torch.var_mean))(tensor) 2022-12-01T10:10:02.2386041Z test_vmap.py:613: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2386494Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-12-01T10:10:02.2386700Z ok (0.064s) 2022-12-01T10:10:02.2386947Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:10:02.2387261Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:10:02.2388010Z test_fallback_zero_dim (__main__.TestVmapAPI) ... test_vmap.py:526: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2388495Z vmap(op, (0, None))(x, y) 2022-12-01T10:10:02.2389126Z test_vmap.py:528: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2389562Z vmap(op, (None, 0))(y, x) 2022-12-01T10:10:02.2390174Z test_vmap.py:530: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2390596Z vmap(op)(x, x) 2022-12-01T10:10:02.2391251Z test_vmap.py:535: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2391701Z vmap(op, (0, None))(x, y) 2022-12-01T10:10:02.2392308Z test_vmap.py:537: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2392890Z vmap(op, (None, 0))(y, x) 2022-12-01T10:10:02.2393531Z test_vmap.py:539: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2393958Z vmap(op)(x, x) 2022-12-01T10:10:02.2394114Z ok (0.015s) 2022-12-01T10:10:02.2394922Z test_func_with_no_inputs (__main__.TestVmapAPI) ... test_vmap.py:58: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2395403Z vmap(foo)() 2022-12-01T10:10:02.2396027Z test_vmap.py:61: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2396444Z vmap(bar)() 2022-12-01T10:10:02.2396609Z ok (0.001s) 2022-12-01T10:10:02.2397303Z test_functools_partial (__main__.TestVmapAPI) ... test_vmap.py:799: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2397824Z result = vmap(functools.partial(torch.mul, x))(y) 2022-12-01T10:10:02.2398024Z ok (0.001s) 2022-12-01T10:10:02.2398740Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:774: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2399268Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:10:02.2399925Z test_vmap.py:782: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2400378Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:10:02.2400578Z ok (0.004s) 2022-12-01T10:10:02.2401297Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... test_vmap.py:464: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2401796Z vmap(foo)(torch.randn([])) 2022-12-01T10:10:02.2402420Z test_vmap.py:466: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2402871Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-12-01T10:10:02.2403511Z test_vmap.py:468: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2404065Z vmap(foo, in_dims=(-1,))(x) 2022-12-01T10:10:02.2404728Z test_vmap.py:470: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2405294Z vmap(foo, in_dims=(2,))(y) 2022-12-01T10:10:02.2405930Z test_vmap.py:472: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2406398Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-12-01T10:10:02.2407043Z 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-12-01T10:10:02.2407492Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-12-01T10:10:02.2408138Z test_vmap.py:475: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2408601Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-12-01T10:10:02.2408797Z ok (0.002s) 2022-12-01T10:10:02.2409497Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... test_vmap.py:408: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2410001Z vmap(torch.mul, [0, 0])(x, y) 2022-12-01T10:10:02.2410642Z test_vmap.py:410: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2411091Z vmap(torch.mul, set({0, 0}))(x, y) 2022-12-01T10:10:02.2411715Z test_vmap.py:412: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2412188Z vmap(torch.mul, 'lol')(x, y) 2022-12-01T10:10:02.2412821Z test_vmap.py:414: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2413278Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-12-01T10:10:02.2413931Z test_vmap.py:416: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2414348Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:10:02.2414532Z ok (0.002s) 2022-12-01T10:10:02.2415268Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... test_vmap.py:708: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2415783Z vmap(op, in_dims=(0, None))(x, y) 2022-12-01T10:10:02.2416447Z test_vmap.py:714: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2416929Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-12-01T10:10:02.2417577Z test_vmap.py:722: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2418020Z vmap(op, in_dims=(None, 0))(x, y) 2022-12-01T10:10:02.2418642Z test_vmap.py:727: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2419119Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-12-01T10:10:02.2419784Z test_vmap.py:732: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2420265Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-12-01T10:10:02.2420994Z test_vmap.py:737: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2421447Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-12-01T10:10:02.2421643Z ok (0.013s) 2022-12-01T10:10:02.2422366Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... test_vmap.py:673: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2422851Z vmap(op, (2, 0))(x, y) 2022-12-01T10:10:02.2423475Z test_vmap.py:681: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2423913Z vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:10:02.2424535Z test_vmap.py:689: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2424985Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:10:02.2425166Z ok (0.058s) 2022-12-01T10:10:02.2425874Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... test_vmap.py:632: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2426357Z result = vmap(op)(x) 2022-12-01T10:10:02.2426981Z test_vmap.py:639: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2427414Z result = vmap(op, out_dims=(1,))(x) 2022-12-01T10:10:02.2428051Z test_vmap.py:646: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2428489Z result = vmap(vmap(op))(x) 2022-12-01T10:10:02.2429211Z test_vmap.py:653: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2429642Z result = vmap(vmap(vmap(op)))(x) 2022-12-01T10:10:02.2429832Z ok (0.236s) 2022-12-01T10:10:02.2430564Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... test_vmap.py:447: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2431072Z vmap(torch.sum)(x, 0) 2022-12-01T10:10:02.2431686Z test_vmap.py:449: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2432131Z vmap(torch.sum, (0, 0))(x, 0) 2022-12-01T10:10:02.2432882Z test_vmap.py:451: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2433345Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-12-01T10:10:02.2433985Z test_vmap.py:453: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2434433Z vmap(torch.sum, (0, None))(x, 0) 2022-12-01T10:10:02.2434623Z ok (0.002s) 2022-12-01T10:10:02.2435321Z test_multiple_inputs (__main__.TestVmapAPI) ... test_vmap.py:79: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2435806Z output = vmap(torch.mul)(x, y) 2022-12-01T10:10:02.2435995Z ok (0.001s) 2022-12-01T10:10:02.2436686Z test_multiple_out_dims (__main__.TestVmapAPI) ... test_vmap.py:221: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2437184Z result = vmap(foo, out_dims=(0, 1))(x) 2022-12-01T10:10:02.2437824Z test_vmap.py:224: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2438334Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-12-01T10:10:02.2438535Z ok (0.002s) 2022-12-01T10:10:02.2439225Z test_multiple_outputs (__main__.TestVmapAPI) ... test_vmap.py:87: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2439696Z outputs = vmap(foo)(x) 2022-12-01T10:10:02.2439874Z ok (0.001s) 2022-12-01T10:10:02.2440584Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... test_vmap.py:107: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2441093Z vmap(returns_tuple_of_tensors)(x) 2022-12-01T10:10:02.2441816Z test_vmap.py:112: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2442268Z vmap(returns_list_of_two_tensors)(x) 2022-12-01T10:10:02.2442912Z test_vmap.py:114: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2443363Z vmap(returns_list_of_one_tensor)(x) 2022-12-01T10:10:02.2443544Z ok (0.001s) 2022-12-01T10:10:02.2444250Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... test_vmap.py:338: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2444775Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-12-01T10:10:02.2444978Z ok (0.001s) 2022-12-01T10:10:02.2445659Z test_nested_out_dims (__main__.TestVmapAPI) ... test_vmap.py:237: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2446184Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-12-01T10:10:02.2446845Z test_vmap.py:242: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2447338Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-12-01T10:10:02.2448017Z test_vmap.py:247: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2448559Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-12-01T10:10:02.2449232Z test_vmap.py:254: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2449796Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-12-01T10:10:02.2450025Z ok (0.003s) 2022-12-01T10:10:02.2450732Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... test_vmap.py:128: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2451260Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-12-01T10:10:02.2451919Z test_vmap.py:133: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2452416Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-12-01T10:10:02.2452630Z ok (0.002s) 2022-12-01T10:10:02.2453342Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... test_vmap.py:119: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2453903Z output = vmap(vmap(torch.mul))(x, y) 2022-12-01T10:10:02.2454547Z test_vmap.py:122: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2455010Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-12-01T10:10:02.2455195Z ok (0.001s) 2022-12-01T10:10:02.2455867Z test_nn_module (__main__.TestVmapAPI) ... test_vmap.py:805: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2456348Z result = vmap(model)(tensor) 2022-12-01T10:10:02.2456524Z ok (0.001s) 2022-12-01T10:10:02.2457237Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... test_vmap.py:345: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2457759Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-12-01T10:10:02.2458411Z test_vmap.py:350: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2458877Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-12-01T10:10:02.2459515Z test_vmap.py:359: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2459978Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-12-01T10:10:02.2460623Z test_vmap.py:363: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2461151Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-12-01T10:10:02.2461784Z test_vmap.py:368: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2462233Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-12-01T10:10:02.2462424Z ok (0.003s) 2022-12-01T10:10:02.2463137Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... test_vmap.py:29: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2463640Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-12-01T10:10:02.2464295Z test_vmap.py:35: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2464755Z vmap(multiple_outputs)(torch.ones(3)) 2022-12-01T10:10:02.2464953Z ok (0.001s) 2022-12-01T10:10:02.2465633Z test_non_zero_in_dims (__main__.TestVmapAPI) ... test_vmap.py:311: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2466185Z output = vmap(lambda x: x, (1,))(tensor) 2022-12-01T10:10:02.2466834Z test_vmap.py:317: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2467285Z output = vmap(torch.mul, (0, 1))(x, y) 2022-12-01T10:10:02.2467915Z test_vmap.py:319: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2468365Z output = vmap(torch.mul, (1, 0))(x, y) 2022-12-01T10:10:02.2468558Z ok (0.002s) 2022-12-01T10:10:02.2469251Z test_none_in_dims (__main__.TestVmapAPI) ... test_vmap.py:327: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2469746Z output = vmap(torch.mul, (0, None))(x, y) 2022-12-01T10:10:02.2470392Z test_vmap.py:332: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2470850Z output = vmap(torch.mul, (0, None))(x, 2) 2022-12-01T10:10:02.2471044Z ok (0.002s) 2022-12-01T10:10:02.2471719Z test_nonzero_out_dims (__main__.TestVmapAPI) ... test_vmap.py:172: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2472229Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-12-01T10:10:02.2473048Z test_vmap.py:178: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2473510Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:10:02.2474161Z test_vmap.py:184: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2474663Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-12-01T10:10:02.2475327Z test_vmap.py:191: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2475808Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-12-01T10:10:02.2476471Z test_vmap.py:199: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2476918Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:10:02.2477570Z test_vmap.py:207: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2478017Z result = vmap(foo, out_dims=1)(x, y) 2022-12-01T10:10:02.2478265Z ok (0.006s) 2022-12-01T10:10:02.2478981Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... test_vmap.py:140: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2479499Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-12-01T10:10:02.2479705Z ok (0.001s) 2022-12-01T10:10:02.2480420Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... test_vmap.py:424: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2480909Z vmap(torch.mul, (0,))(x, y) 2022-12-01T10:10:02.2481536Z test_vmap.py:426: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2481984Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-12-01T10:10:02.2482612Z test_vmap.py:428: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2483076Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-12-01T10:10:02.2483704Z test_vmap.py:430: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2484167Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-12-01T10:10:02.2484811Z test_vmap.py:432: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2485250Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:10:02.2485422Z ok (0.002s) 2022-12-01T10:10:02.2486129Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... test_vmap.py:303: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2486623Z vmap(lambda x: x, out_dims=3)(x) 2022-12-01T10:10:02.2487264Z test_vmap.py:305: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2487738Z vmap(lambda x: x, out_dims=-4)(x) 2022-12-01T10:10:02.2487929Z ok (0.005s) 2022-12-01T10:10:02.2488653Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... test_vmap.py:286: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2489158Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-12-01T10:10:02.2489788Z test_vmap.py:288: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2490248Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-12-01T10:10:02.2490957Z test_vmap.py:292: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2491413Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-12-01T10:10:02.2492042Z test_vmap.py:294: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2492495Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-12-01T10:10:02.2492690Z ok (0.001s) 2022-12-01T10:10:02.2493383Z test_out_dims_edge_case (__main__.TestVmapAPI) ... 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-12-01T10:10:02.2493895Z expected = vmap(foo, out_dims=1)(tensor) 2022-12-01T10:10:02.2494529Z test_vmap.py:265: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2494983Z result = vmap(foo, out_dims=(1,))(tensor) 2022-12-01T10:10:02.2495176Z ok (0.001s) 2022-12-01T10:10:02.2495893Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... test_vmap.py:272: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2496454Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-12-01T10:10:02.2497107Z test_vmap.py:274: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2497608Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-12-01T10:10:02.2498255Z test_vmap.py:276: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2498698Z vmap(lambda x: x, out_dims=None)(tensor) 2022-12-01T10:10:02.2499338Z test_vmap.py:278: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2499794Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-12-01T10:10:02.2499994Z ok (0.001s) 2022-12-01T10:10:02.2500671Z test_single_input (__main__.TestVmapAPI) ... test_vmap.py:73: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2501246Z output = vmap(square)(x) 2022-12-01T10:10:02.2501430Z ok (0.001s) 2022-12-01T10:10:02.2502137Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... test_vmap.py:151: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2502617Z vmap(torch.ravel)(tensor) 2022-12-01T10:10:02.2503326Z test_vmap.py:157: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2503773Z vmap(out_op)(tensor, tensor) 2022-12-01T10:10:02.2504414Z test_vmap.py:162: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2504864Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-12-01T10:10:02.2505508Z test_vmap.py:167: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2505955Z vmap(torch.Tensor.item)(tensor) 2022-12-01T10:10:02.2506146Z ok (0.011s) 2022-12-01T10:10:02.2506378Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:10:02.2507198Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2507744Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:10:02.2507948Z ok (0.002s) 2022-12-01T10:10:02.2508183Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:10:02.2508498Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:10:02.2508809Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2509604Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2510118Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:10:02.2510316Z ok (0.002s) 2022-12-01T10:10:02.2510571Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:10:02.2510892Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:10:02.2511214Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:10:02.2511530Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:10:02.2511840Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:10:02.2512140Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:10:02.2513036Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2513564Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:10:02.2513763Z ok (0.001s) 2022-12-01T10:10:02.2513990Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2514302Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2514610Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:10:02.2514906Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2515223Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2515600Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:10:02.2515933Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:10:02.2516246Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:10:02.2516557Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2516866Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:10:02.2517300Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2422: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:10:02.2517805Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:10:02.2518126Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:10:02.2518323Z should be replaced with 2022-12-01T10:10:02.2518615Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:10:02.2518829Z and 2022-12-01T10:10:02.2519018Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:10:02.2519217Z should be replaced with 2022-12-01T10:10:02.2519687Z 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-12-01T10:10:02.2520053Z return torch.symeig(x, eigenvectors=True)[0] 2022-12-01T10:10:02.2520705Z test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2521167Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:10:02.2521364Z ok (0.003s) 2022-12-01T10:10:02.2521612Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2521916Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2522736Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2482: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2523249Z result = vmap(vjp)(gy) 2022-12-01T10:10:02.2523426Z ok (0.001s) 2022-12-01T10:10:02.2524178Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2497: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2524711Z result = vmap(vjp)(gy) 2022-12-01T10:10:02.2524889Z ok (0.001s) 2022-12-01T10:10:02.2525131Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:10:02.2525958Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:965: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2526486Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:10:02.2526686Z ok (0.001s) 2022-12-01T10:10:02.2526891Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:10:02.2527165Z test_as_strided (__main__.TestVmapOperators) ... ok (0.026s) 2022-12-01T10:10:02.2527453Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.123s) 2022-12-01T10:10:02.2527729Z test_bmm (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:10:02.2527971Z test_cat (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:10:02.2528268Z test_chunk (__main__.TestVmapOperators) ... ok (0.018s) 2022-12-01T10:10:02.2528554Z test_clamp (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:10:02.2528800Z test_clone (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:10:02.2529070Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.058s) 2022-12-01T10:10:02.2529345Z test_conj (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:10:02.2529598Z test_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:10:02.2529871Z test_diagonal (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:10:02.2530135Z test_dot (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:10:02.2530387Z test_expand_as (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:10:02.2530670Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:10:02.2530948Z test_imag (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:10:02.2531214Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:10:02.2531476Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:10:02.2531762Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:10:02.2532035Z test_mm (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:10:02.2532283Z test_movedim (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:10:02.2532542Z test_mv (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:10:02.2532801Z test_narrow (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:10:02.2533054Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:10:02.2533332Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:10:02.2533612Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:10:02.2533896Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.098s) 2022-12-01T10:10:02.2534161Z test_real (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:10:02.2534426Z test_reshape (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:10:02.2534696Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:10:02.2534953Z test_result_type (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:10:02.2535220Z test_select (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:10:02.2535478Z test_slice (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:10:02.2535722Z test_split (__main__.TestVmapOperators) ... ok (0.036s) 2022-12-01T10:10:02.2535982Z test_squeeze (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:10:02.2536241Z test_stack (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:10:02.2536498Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:10:02.2536747Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:10:02.2537000Z test_t (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:10:02.2537267Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.087s) 2022-12-01T10:10:02.2537519Z test_to (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:10:02.2537776Z test_trace (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:10:02.2538040Z test_transpose (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:10:02.2538309Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.096s) 2022-12-01T10:10:02.2538587Z test_unbind (__main__.TestVmapOperators) ... ok (0.106s) 2022-12-01T10:10:02.2538851Z test_unfold (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:10:02.2539112Z test_view (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T10:10:02.2539359Z test_view_as (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:10:02.2539632Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.061s) 2022-12-01T10:10:02.2539911Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:10:02.2540218Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:10:02.2541136Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... test_vmap.py:965: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:10:02.2541667Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:10:02.2541869Z ok (0.001s) 2022-12-01T10:10:02.2541973Z 2022-12-01T10:10:02.2542170Z ---------------------------------------------------------------------- 2022-12-01T10:10:02.2542415Z Ran 125 tests in 1.657s 2022-12-01T10:10:02.2542531Z 2022-12-01T10:10:02.2542594Z OK 2022-12-01T10:10:02.2542687Z 2022-12-01T10:10:02.2542759Z Generating XML reports... 2022-12-01T10:10:02.2543152Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201101000.xml 2022-12-01T10:10:02.2543689Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221201101000.xml 2022-12-01T10:10:02.2544220Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201101000.xml 2022-12-01T10:10:02.2544449Z 2022-12-01T10:10:02.2544752Z ##[endgroup] 2022-12-01T10:10:02.2545118Z FINISHED PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_0uf4pdlg) 2022-12-01T10:10:02.2545324Z 2022-12-01T10:10:03.7497119Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:03.8117938Z Ignoring disabled issues: [] 2022-12-01T10:10:03.8252584Z Running test_nestedtensor ... [2022-12-01 10:10:03.825028] 2022-12-01T10:10:03.8255052Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:03.825296] 2022-12-01T10:10:06.4196447Z 2022-12-01T10:10:06.4196972Z Expand the folded group to see the log file of test_nestedtensor 2022-12-01T10:10:06.4198210Z ##[group]PRINTING LOG FILE of test_nestedtensor (/var/lib/jenkins/workspace/test/test-reports/test_nestedtensor_bkwffuf_) 2022-12-01T10:10:06.4199078Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-12-01T10:10:06.4199432Z 2022-12-01T10:10:06.4199556Z Running tests... 2022-12-01T10:10:06.4200072Z ---------------------------------------------------------------------- 2022-12-01T10:10:06.4201411Z test_activations (__main__.TestNestedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: 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-12-01T10:10:06.4202478Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:10:06.4202935Z ok (0.004s) 2022-12-01T10:10:06.4203380Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:10:06.4203899Z test_dim (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:10:06.4204417Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:10:06.4204954Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:10:06.4205479Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:10:06.4206038Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-12-01T10:10:06.4206572Z test_numel (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:10:06.4207076Z test_repr_string (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:10:06.4207555Z test_size (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:10:06.4208041Z test_size_dim (__main__.TestNestedTensor) ... ok (0.005s) 2022-12-01T10:10:06.4208541Z test_stride (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:10:06.4209076Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:10:06.4209883Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:10:06.4210452Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:10:06.4210926Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:10:06.4211415Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:10:06.4211907Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:10:06.4212519Z test_as_nested_tensor_propagates_gradients (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4213173Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:10:06.4213770Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4214378Z test_indexing_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4214995Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4215637Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.035s) 2022-12-01T10:10:06.4216268Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:10:06.4216922Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:10:06.4217563Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4218215Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4218875Z test_nested_tensor_generates_leaf (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4219479Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.007s) 2022-12-01T10:10:06.4220112Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:10:06.4220865Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:10:06.4221524Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.051s) 2022-12-01T10:10:06.4222167Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4223884Z 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-12-01T10:10:06.4224989Z f'Input #{idx} requires gradient and ' 2022-12-01T10:10:06.4226230Z /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-12-01T10:10:06.4227255Z f'Input #{idx} requires gradient and ' 2022-12-01T10:10:06.4227616Z ok (0.016s) 2022-12-01T10:10:06.4228085Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:10:06.4228727Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:10:06.4229384Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:10:06.4230035Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.013s) 2022-12-01T10:10:06.4230697Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:10:06.4231338Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:10:06.4231995Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:10:06.4232880Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:10:06.4233677Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:10:06.4234382Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.053s) 2022-12-01T10:10:06.4234999Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.052s) 2022-12-01T10:10:06.4235673Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4236368Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4237019Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:10:06.4237658Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:10:06.4238307Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4238961Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4239595Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4240245Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:10:06.4240895Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:10:06.4241537Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:10:06.4242225Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4242934Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4243618Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:10:06.4244252Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:10:06.4244909Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:10:06.4245567Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:10:06.4246238Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:10:06.4246944Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:10:06.4247617Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:10:06.4248260Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:10:06.4248925Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4249633Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4250335Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4251042Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4251743Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4252472Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:10:06.4253199Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:10:06.4253897Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:10:06.4254630Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:10:06.4255381Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4256160Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4257091Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4257818Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:10:06.4258507Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:10:06.4259210Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:10:06.4259923Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:10:06.4260632Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:10:06.4261402Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:10:06.4262030Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:10:06.4262695Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:10:06.4263411Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:10:06.4264175Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:10:06.4264845Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:10:06.4265493Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:10:06.4266178Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4266888Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4267583Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4268282Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4268991Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4269664Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4270355Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4271045Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4271737Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:10:06.4272424Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:10:06.4273274Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:10:06.4274008Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:10:06.4274770Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:10:06.4275507Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:10:06.4276252Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4276985Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:10:06.4277690Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4278410Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4279166Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4280046Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:10:06.4280772Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:10:06.4281439Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:10:06.4282173Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4282964Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4283729Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4284462Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4285175Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4285867Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4286542Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:10:06.4287164Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:10:06.4287795Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:10:06.4288484Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4289238Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4289978Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:10:06.4290368Z 2022-12-01T10:10:06.4290790Z ---------------------------------------------------------------------- 2022-12-01T10:10:06.4291230Z Ran 124 tests in 1.154s 2022-12-01T10:10:06.4291443Z 2022-12-01T10:10:06.4291559Z OK 2022-12-01T10:10:06.4291736Z 2022-12-01T10:10:06.4291898Z Generating XML reports... 2022-12-01T10:10:06.4292669Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221201101005.xml 2022-12-01T10:10:06.4293716Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20221201101005.xml 2022-12-01T10:10:06.4294838Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221201101005.xml 2022-12-01T10:10:06.4295358Z 2022-12-01T10:10:06.4295847Z ##[endgroup] 2022-12-01T10:10:06.4296600Z FINISHED PRINTING LOG FILE of test_nestedtensor (/var/lib/jenkins/workspace/test/test-reports/test_nestedtensor_bkwffuf_) 2022-12-01T10:10:06.4297025Z 2022-12-01T10:10:07.8537388Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:07.9150751Z Ignoring disabled issues: [] 2022-12-01T10:10:07.9285917Z Running test_shape_ops ... [2022-12-01 10:10:07.928386] 2022-12-01T10:10:07.9288278Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:07.928661] 2022-12-01T10:10:10.4096807Z 2022-12-01T10:10:10.4097393Z Expand the folded group to see the log file of test_shape_ops 2022-12-01T10:10:10.4098605Z ##[group]PRINTING LOG FILE of test_shape_ops (/var/lib/jenkins/workspace/test/test-reports/test_shape_ops_8h3t43lt) 2022-12-01T10:10:10.4099537Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-12-01T10:10:10.4099821Z 2022-12-01T10:10:10.4099937Z Running tests... 2022-12-01T10:10:10.4100411Z ---------------------------------------------------------------------- 2022-12-01T10:10:10.4100913Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:10:10.4101364Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4102118Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4102828Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-12-01T10:10:10.4103368Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4103898Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4104339Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:10:10.4104912Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:10:10.4105207Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:10:10.4106385Z 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-12-01T10:10:10.4107123Z return torch.as_tensor(tensor_like) 2022-12-01T10:10:10.4107319Z ok (0.004s) 2022-12-01T10:10:10.4107545Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-12-01T10:10:10.4107810Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:10:10.4108094Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-12-01T10:10:10.4108383Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-12-01T10:10:10.4108656Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:10:10.4108937Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.045s) 2022-12-01T10:10:10.4109210Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-12-01T10:10:10.4109481Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:10:10.4109736Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:10:10.4109998Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:10:10.4110266Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:10:10.4110520Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:10:10.4110800Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4111091Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4111371Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4111669Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4111963Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4112259Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4112707Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4113002Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4113289Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4113560Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4113850Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4114139Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:10:10.4114454Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:10.4114755Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-12-01T10:10:10.4115049Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:10:10.4115449Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-12-01T10:10:10.4115784Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-12-01T10:10:10.4116080Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-12-01T10:10:10.4116371Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-12-01T10:10:10.4116645Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:10:10.4116932Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:10:10.4117214Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:10:10.4117494Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:10:10.4117764Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:10:10.4118047Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:10:10.4118337Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4118613Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4118889Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:10:10.4119181Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:10:10.4119485Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:10:10.4119764Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:10:10.4120058Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4120345Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4120610Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:10:10.4120902Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:10:10.4121211Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:10:10.4121506Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:10:10.4121783Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.054s) 2022-12-01T10:10:10.4122069Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.050s) 2022-12-01T10:10:10.4122352Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-12-01T10:10:10.4122636Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.045s) 2022-12-01T10:10:10.4122940Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.044s) 2022-12-01T10:10:10.4123238Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.043s) 2022-12-01T10:10:10.4123989Z 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-12-01T10:10:10.4124717Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-12-01T10:10:10.4124952Z ok (0.050s) 2022-12-01T10:10:10.4125624Z 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-12-01T10:10:10.4126314Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:10:10.4126983Z 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-12-01T10:10:10.4127577Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:10:10.4128216Z 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-12-01T10:10:10.4128796Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:10:10.4129420Z 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-12-01T10:10:10.4130000Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:10:10.4130641Z 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-12-01T10:10:10.4131245Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:10:10.4131417Z ok (0.023s) 2022-12-01T10:10:10.4131645Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4131933Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4132216Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4132479Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4132758Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4133036Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4133300Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4133579Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4133863Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:10:10.4134150Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4134435Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:10:10.4134725Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:10:10.4135001Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:10:10.4135250Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:10:10.4135522Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:10:10.4135798Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:10:10.4136058Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4136365Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4136666Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4136941Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4137198Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:10:10.4137466Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:10:10.4137620Z 2022-12-01T10:10:10.4137843Z ---------------------------------------------------------------------- 2022-12-01T10:10:10.4138071Z Ran 89 tests in 1.055s 2022-12-01T10:10:10.4138186Z 2022-12-01T10:10:10.4138258Z OK (skipped=1) 2022-12-01T10:10:10.4138364Z 2022-12-01T10:10:10.4138449Z Generating XML reports... 2022-12-01T10:10:10.4138862Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221201101009.xml 2022-12-01T10:10:10.4139098Z 2022-12-01T10:10:10.4139394Z ##[endgroup] 2022-12-01T10:10:10.4139780Z FINISHED PRINTING LOG FILE of test_shape_ops (/var/lib/jenkins/workspace/test/test-reports/test_shape_ops_8h3t43lt) 2022-12-01T10:10:10.4139996Z 2022-12-01T10:10:11.8702937Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:11.9320255Z Ignoring disabled issues: [] 2022-12-01T10:10:11.9458159Z Running test_datapipe ... [2022-12-01 10:10:11.945474] 2022-12-01T10:10:11.9459563Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:11.945759] 2022-12-01T10:10:13.8318865Z 2022-12-01T10:10:13.8319499Z Expand the folded group to see the log file of test_datapipe 2022-12-01T10:10:13.8320556Z ##[group]PRINTING LOG FILE of test_datapipe (/var/lib/jenkins/workspace/test/test-reports/test_datapipe_clpik_em) 2022-12-01T10:10:13.8320891Z 2022-12-01T10:10:13.8321014Z Running tests... 2022-12-01T10:10:13.8321622Z ---------------------------------------------------------------------- 2022-12-01T10:10:13.8322505Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports/python-unittest/test_datapipe 2022-12-01T10:10:13.8323078Z skip: no dataframes (pandas) (0.000s) 2022-12-01T10:10:13.8323634Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.002s) 2022-12-01T10:10:13.8324602Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:263: 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-12-01T10:10:13.8325179Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:10:13.8325491Z ok (0.234s) 2022-12-01T10:10:13.8325729Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:10:13.8326141Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:10:13.8326612Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:10:13.8327050Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-12-01T10:10:13.8327487Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:10:13.8327953Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:10:13.8328393Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:10:13.8328839Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:10:13.8329422Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:10:13.8330026Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:10:13.8330593Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:10:13.8331182Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:10:13.8332043Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:10:13.8332483Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:10:13.8333219Z 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-12-01T10:10:13.8333726Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8333943Z ok (0.005s) 2022-12-01T10:10:13.8334200Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:10:13.8334914Z 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-12-01T10:10:13.8335415Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8335990Z /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-12-01T10:10:13.8336413Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8336963Z /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-12-01T10:10:13.8337379Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8337942Z /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-12-01T10:10:13.8338365Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8338567Z ok (0.011s) 2022-12-01T10:10:13.8338820Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-12-01T10:10:13.8339154Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-12-01T10:10:13.8339484Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:10:13.8339839Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.020s) 2022-12-01T10:10:13.8340567Z 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-12-01T10:10:13.8341152Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8341355Z ok (0.006s) 2022-12-01T10:10:13.8341629Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.039s) 2022-12-01T10:10:13.8341980Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:10:13.8342314Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-12-01T10:10:13.8343066Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:263: 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-12-01T10:10:13.8343614Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:10:13.8344273Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:263: 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-12-01T10:10:13.8344834Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:10:13.8345068Z ok (0.048s) 2022-12-01T10:10:13.8345314Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-12-01T10:10:13.8345620Z Only for DataPipes that take in a function as argument ... ok (0.013s) 2022-12-01T10:10:13.8345924Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-12-01T10:10:13.8346276Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-12-01T10:10:13.8346622Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-12-01T10:10:13.8346954Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:10:13.8347268Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-12-01T10:10:13.8347599Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-12-01T10:10:13.8348321Z 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-12-01T10:10:13.8348808Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8349008Z ok (0.004s) 2022-12-01T10:10:13.8349267Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-12-01T10:10:13.8349598Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.010s) 2022-12-01T10:10:13.8349897Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-12-01T10:10:13.8350196Z Only for DataPipes that take in a function as argument ... ok (0.004s) 2022-12-01T10:10:13.8350510Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-12-01T10:10:13.8350837Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-12-01T10:10:13.8351497Z 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-12-01T10:10:13.8351963Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8352177Z ok (0.002s) 2022-12-01T10:10:13.8352394Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-12-01T10:10:13.8352825Z test_traverse_forked (__main__.TestGraph) ... ok (0.003s) 2022-12-01T10:10:13.8353094Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-12-01T10:10:13.8353369Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-12-01T10:10:13.8353640Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-12-01T10:10:13.8354011Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:10:13.8354468Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-12-01T10:10:13.8354884Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:10:13.8355299Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:10:13.8355719Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:10:13.8356123Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-12-01T10:10:13.8356503Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-12-01T10:10:13.8356875Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.015s) 2022-12-01T10:10:13.8357829Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:263: 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-12-01T10:10:13.8358421Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:10:13.8358650Z ok (0.006s) 2022-12-01T10:10:13.8358944Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.013s) 2022-12-01T10:10:13.8359335Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:10:13.8359784Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.003s) 2022-12-01T10:10:13.8360162Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:10:13.8360554Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.007s) 2022-12-01T10:10:13.8360925Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:10:13.8361344Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.003s) 2022-12-01T10:10:13.8361702Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:10:13.8362150Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.002s) 2022-12-01T10:10:13.8362517Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:10:13.8362962Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.004s) 2022-12-01T10:10:13.8363696Z 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-12-01T10:10:13.8364192Z "Local function is not supported by pickle, please use " 2022-12-01T10:10:13.8364408Z ok (0.004s) 2022-12-01T10:10:13.8364651Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-12-01T10:10:13.8365004Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-12-01T10:10:13.8365384Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-12-01T10:10:13.8365794Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-12-01T10:10:13.8366146Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-12-01T10:10:13.8366510Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-12-01T10:10:13.8366845Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-12-01T10:10:13.8367159Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-12-01T10:10:13.8367434Z test_old_dataloader (__main__.TestSharding) ... ok (0.045s) 2022-12-01T10:10:13.8367704Z test_sharding_length (__main__.TestSharding) ... ok (0.003s) 2022-12-01T10:10:13.8367971Z test_simple_sharding (__main__.TestSharding) ... ok (0.004s) 2022-12-01T10:10:13.8368219Z test_api (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:10:13.8368477Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:10:13.8368741Z test_pickle (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:10:13.8368989Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:10:13.8369273Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-12-01T10:10:13.8369582Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:10:13.8369896Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-12-01T10:10:13.8370192Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:10:13.8370473Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-12-01T10:10:13.8370752Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:10:13.8371036Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:10:13.8371330Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:10:13.8371492Z 2022-12-01T10:10:13.8371697Z ---------------------------------------------------------------------- 2022-12-01T10:10:13.8371942Z Ran 87 tests in 0.642s 2022-12-01T10:10:13.8372043Z 2022-12-01T10:10:13.8372116Z OK (skipped=16) 2022-12-01T10:10:13.8372224Z 2022-12-01T10:10:13.8372309Z Generating XML reports... 2022-12-01T10:10:13.8372756Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221201101012.xml 2022-12-01T10:10:13.8373279Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221201101012.xml 2022-12-01T10:10:13.8373819Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221201101012.xml 2022-12-01T10:10:13.8374383Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221201101012.xml 2022-12-01T10:10:13.8374897Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221201101012.xml 2022-12-01T10:10:13.8375442Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221201101012.xml 2022-12-01T10:10:13.8376054Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221201101012.xml 2022-12-01T10:10:13.8376669Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221201101012.xml 2022-12-01T10:10:13.8377263Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221201101012.xml 2022-12-01T10:10:13.8377767Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221201101012.xml 2022-12-01T10:10:13.8378267Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221201101012.xml 2022-12-01T10:10:13.8378761Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221201101012.xml 2022-12-01T10:10:13.8379253Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221201101012.xml 2022-12-01T10:10:13.8379776Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221201101012.xml 2022-12-01T10:10:13.8380292Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221201101012.xml 2022-12-01T10:10:13.8380521Z 2022-12-01T10:10:13.8380882Z ##[endgroup] 2022-12-01T10:10:13.8381252Z FINISHED PRINTING LOG FILE of test_datapipe (/var/lib/jenkins/workspace/test/test-reports/test_datapipe_clpik_em) 2022-12-01T10:10:13.8381468Z 2022-12-01T10:10:15.2564884Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:15.3177764Z Ignoring disabled issues: [] 2022-12-01T10:10:15.3316176Z Running test_fx_reinplace_pass ... [2022-12-01 10:10:15.331353] 2022-12-01T10:10:15.3318335Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:15.331627] 2022-12-01T10:10:17.2572280Z 2022-12-01T10:10:17.2572774Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-12-01T10:10:17.2573772Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (/var/lib/jenkins/workspace/test/test-reports/test_fx_reinplace_pass_mzssh8lp) 2022-12-01T10:10:17.2574545Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-12-01T10:10:17.2574739Z 2022-12-01T10:10:17.2574882Z Running tests... 2022-12-01T10:10:17.2575180Z ---------------------------------------------------------------------- 2022-12-01T10:10:17.2575485Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.243s) 2022-12-01T10:10:17.2575779Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.005s) 2022-12-01T10:10:17.2576072Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.005s) 2022-12-01T10:10:17.2576387Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.011s) 2022-12-01T10:10:17.2576701Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.005s) 2022-12-01T10:10:17.2577010Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.048s) 2022-12-01T10:10:17.2577301Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.050s) 2022-12-01T10:10:17.2577642Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:10:17.2578022Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:10:17.2578394Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:10:17.2578710Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.005s) 2022-12-01T10:10:17.2578873Z 2022-12-01T10:10:17.2579071Z ---------------------------------------------------------------------- 2022-12-01T10:10:17.2579312Z Ran 11 tests in 0.398s 2022-12-01T10:10:17.2579425Z 2022-12-01T10:10:17.2579473Z OK 2022-12-01T10:10:17.2579563Z 2022-12-01T10:10:17.2579650Z Generating XML reports... 2022-12-01T10:10:17.2580096Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221201101016.xml 2022-12-01T10:10:17.2580343Z 2022-12-01T10:10:17.2580554Z ##[endgroup] 2022-12-01T10:10:17.2581059Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (/var/lib/jenkins/workspace/test/test-reports/test_fx_reinplace_pass_mzssh8lp) 2022-12-01T10:10:17.2581291Z 2022-12-01T10:10:18.7881249Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:18.8489686Z Ignoring disabled issues: [] 2022-12-01T10:10:18.8627053Z Running test_python_dispatch ... [2022-12-01 10:10:18.862412] 2022-12-01T10:10:18.8629235Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:18.862678] 2022-12-01T10:10:20.4354205Z 2022-12-01T10:10:20.4354732Z Expand the folded group to see the log file of test_python_dispatch 2022-12-01T10:10:20.4355830Z ##[group]PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_b_rpwrw7) 2022-12-01T10:10:20.4356754Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-12-01T10:10:20.4357117Z 2022-12-01T10:10:20.4357229Z Running tests... 2022-12-01T10:10:20.4357778Z ---------------------------------------------------------------------- 2022-12-01T10:10:20.4358299Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.230s) 2022-12-01T10:10:20.4358796Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4359454Z test_basic (__main__.TestPythonDispatch) ... ok (0.006s) 2022-12-01T10:10:20.4359990Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4360554Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4361065Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:10:20.4361612Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4362180Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4362800Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4363797Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4364364Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:10:20.4364870Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4365370Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4365914Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4366483Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4367036Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4367583Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4368100Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4368596Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4369068Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4369562Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4384554Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4385289Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-12-01T10:10:20.4385961Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-12-01T10:10:20.4386353Z ok (0.001s) 2022-12-01T10:10:20.4386774Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:10:20.4387232Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4387785Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4388334Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:10:20.4388804Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4389189Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4389624Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4390112Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4390653Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4391172Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4391672Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4392111Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4392743Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4393257Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4393727Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4394208Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.009s) 2022-12-01T10:10:20.4394737Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4395231Z test_out (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4395707Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4396206Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4396716Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4397223Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:10:20.4397750Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4398448Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4399089Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4399651Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:10:20.4400197Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4400744Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.006s) 2022-12-01T10:10:20.4401250Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4401811Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:10:20.4402383Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4402974Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4403574Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4404194Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4404736Z test_version (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4405248Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4405782Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:10:20.4406323Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:10:20.4406839Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:10:20.4407302Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-12-01T10:10:20.4407805Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.006s) 2022-12-01T10:10:20.4408344Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-12-01T10:10:20.4408914Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:10:20.4409512Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:10:20.4410114Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-12-01T10:10:20.4411479Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:10:20.4412451Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:10:20.4413010Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:10:20.4413482Z dispatch key: ZeroTensor 2022-12-01T10:10:20.4414005Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-12-01T10:10:20.4414834Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:10:20.4415430Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:10:20.4415767Z ok (0.004s) 2022-12-01T10:10:20.4416171Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:10:20.4416741Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.003s) 2022-12-01T10:10:20.4417067Z 2022-12-01T10:10:20.4417449Z ---------------------------------------------------------------------- 2022-12-01T10:10:20.4417868Z Ran 71 tests in 0.372s 2022-12-01T10:10:20.4418051Z 2022-12-01T10:10:20.4418153Z OK 2022-12-01T10:10:20.4418310Z 2022-12-01T10:10:20.4418454Z Generating XML reports... 2022-12-01T10:10:20.4419235Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201101019.xml 2022-12-01T10:10:20.4420224Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201101019.xml 2022-12-01T10:10:20.4421496Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201101019.xml 2022-12-01T10:10:20.4421955Z 2022-12-01T10:10:20.4422412Z ##[endgroup] 2022-12-01T10:10:20.4423126Z FINISHED PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_b_rpwrw7) 2022-12-01T10:10:20.4423534Z 2022-12-01T10:10:21.9035987Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:21.9640115Z Ignoring disabled issues: [] 2022-12-01T10:10:21.9775786Z Running test_native_functions ... [2022-12-01 10:10:21.977341] 2022-12-01T10:10:21.9777894Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:21.977584] 2022-12-01T10:10:23.4981525Z 2022-12-01T10:10:23.4982084Z Expand the folded group to see the log file of test_native_functions 2022-12-01T10:10:23.4983379Z ##[group]PRINTING LOG FILE of test_native_functions (/var/lib/jenkins/workspace/test/test-reports/test_native_functions_hiob7bgy) 2022-12-01T10:10:23.4984329Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-12-01T10:10:23.4984660Z 2022-12-01T10:10:23.4984788Z Running tests... 2022-12-01T10:10:23.4985294Z ---------------------------------------------------------------------- 2022-12-01T10:10:23.4985832Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.272s) 2022-12-01T10:10:23.4986382Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.010s) 2022-12-01T10:10:23.4986943Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.008s) 2022-12-01T10:10:23.4987490Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.009s) 2022-12-01T10:10:23.4988017Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-12-01T10:10:23.4988460Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.006s) 2022-12-01T10:10:23.4988630Z 2022-12-01T10:10:23.4988832Z ---------------------------------------------------------------------- 2022-12-01T10:10:23.4989059Z Ran 6 tests in 0.312s 2022-12-01T10:10:23.4989183Z 2022-12-01T10:10:23.4989244Z OK 2022-12-01T10:10:23.4989334Z 2022-12-01T10:10:23.4989418Z Generating XML reports... 2022-12-01T10:10:23.4989868Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221201101022.xml 2022-12-01T10:10:23.4990114Z 2022-12-01T10:10:23.4990337Z ##[endgroup] 2022-12-01T10:10:23.4990740Z FINISHED PRINTING LOG FILE of test_native_functions (/var/lib/jenkins/workspace/test/test-reports/test_native_functions_hiob7bgy) 2022-12-01T10:10:23.4990971Z 2022-12-01T10:10:25.0046759Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:25.0674846Z Ignoring disabled issues: [] 2022-12-01T10:10:25.0814007Z Running test_pytree ... [2022-12-01 10:10:25.081099] 2022-12-01T10:10:25.0816234Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:25.081388] 2022-12-01T10:10:26.5411646Z 2022-12-01T10:10:26.5412194Z Expand the folded group to see the log file of test_pytree 2022-12-01T10:10:26.5413194Z ##[group]PRINTING LOG FILE of test_pytree (/var/lib/jenkins/workspace/test/test-reports/test_pytree_921x8ra_) 2022-12-01T10:10:26.5414052Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-12-01T10:10:26.5414353Z 2022-12-01T10:10:26.5414476Z Running tests... 2022-12-01T10:10:26.5414989Z ---------------------------------------------------------------------- 2022-12-01T10:10:26.5415484Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.234s) 2022-12-01T10:10:26.5416030Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.004s) 2022-12-01T10:10:26.5416557Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:10:26.5417318Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:10:26.5417955Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:10:26.5418509Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:10:26.5419042Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:10:26.5419580Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:10:26.5420148Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:10:26.5420814Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:10:26.5421311Z test_tree_all_any (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:10:26.5421790Z test_tree_only (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:10:26.5422264Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:10:26.5422754Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:10:26.5423232Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:10:26.5423519Z 2022-12-01T10:10:26.5423938Z ---------------------------------------------------------------------- 2022-12-01T10:10:26.5424395Z Ran 15 tests in 0.256s 2022-12-01T10:10:26.5424614Z 2022-12-01T10:10:26.5424711Z OK 2022-12-01T10:10:26.5424884Z 2022-12-01T10:10:26.5425045Z Generating XML reports... 2022-12-01T10:10:26.5425800Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20221201101026.xml 2022-12-01T10:10:26.5426220Z 2022-12-01T10:10:26.5426690Z ##[endgroup] 2022-12-01T10:10:26.5427398Z FINISHED PRINTING LOG FILE of test_pytree (/var/lib/jenkins/workspace/test/test-reports/test_pytree_921x8ra_) 2022-12-01T10:10:26.5427787Z 2022-12-01T10:10:28.0129274Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:28.0748005Z Ignoring disabled issues: [] 2022-12-01T10:10:28.0885597Z Running test_nvfuser_frontend ... [2022-12-01 10:10:28.088298] 2022-12-01T10:10:28.0888343Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:28.088611] 2022-12-01T10:10:29.2559766Z 2022-12-01T10:10:29.2560323Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-12-01T10:10:29.2561389Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_8q4gcefv) 2022-12-01T10:10:29.2561628Z 2022-12-01T10:10:29.2561689Z Running tests... 2022-12-01T10:10:29.2562110Z ---------------------------------------------------------------------- 2022-12-01T10:10:29.2562588Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-12-01T10:10:29.2562904Z skip: requires CUDA (0.002s) 2022-12-01T10:10:29.2563161Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:29.2563508Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:29.2563853Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:29.2564186Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:29.2564538Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:29.2564882Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.004s) 2022-12-01T10:10:29.2565215Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-12-01T10:10:29.2565534Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:29.2565714Z 2022-12-01T10:10:29.2565917Z ---------------------------------------------------------------------- 2022-12-01T10:10:29.2566160Z Ran 9 tests in 0.013s 2022-12-01T10:10:29.2566466Z 2022-12-01T10:10:29.2566525Z OK (skipped=9) 2022-12-01T10:10:29.2566633Z 2022-12-01T10:10:29.2566718Z Generating XML reports... 2022-12-01T10:10:29.2567231Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201101029.xml 2022-12-01T10:10:29.2567486Z 2022-12-01T10:10:29.2567700Z ##[endgroup] 2022-12-01T10:10:29.2568106Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_8q4gcefv) 2022-12-01T10:10:29.2568335Z 2022-12-01T10:10:30.8086403Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:30.8697406Z Ignoring disabled issues: [] 2022-12-01T10:10:30.8842496Z Running distributions/test_constraints ... [2022-12-01 10:10:30.883992] 2022-12-01T10:10:30.8845480Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-12-01 10:10:30.884317] 2022-12-01T10:10:33.1891563Z 2022-12-01T10:10:33.1892112Z Expand the folded group to see the log file of distributions/test_constraints 2022-12-01T10:10:33.1900863Z ##[group]PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_rrdvgim4) 2022-12-01T10:10:33.1901610Z ============================= test session starts ============================== 2022-12-01T10:10:33.1902433Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:10:33.1902908Z cachedir: .pytest_cache 2022-12-01T10:10:33.1903732Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T10:10:33.1904448Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:10:33.1905220Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:10:33.1905774Z collecting ... collected 132 items 2022-12-01T10:10:33.1944980Z Running 132 items in this shard: test/distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] 2022-12-01T10:10:33.1969580Z 2022-12-01T10:10:33.1970196Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-12-01T10:10:33.1971123Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-12-01T10:10:33.1972001Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-12-01T10:10:33.1972882Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-12-01T10:10:33.1973766Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-12-01T10:10:33.1974628Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-12-01T10:10:33.1975516Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-12-01T10:10:33.1976418Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-12-01T10:10:33.1977297Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-12-01T10:10:33.1978168Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-12-01T10:10:33.1979048Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-12-01T10:10:33.1979938Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-12-01T10:10:33.1980922Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-12-01T10:10:33.1981786Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-12-01T10:10:33.1982664Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-12-01T10:10:33.1983564Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-12-01T10:10:33.1984417Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-12-01T10:10:33.1985289Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-12-01T10:10:33.1986169Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-12-01T10:10:33.1987061Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-12-01T10:10:33.1987916Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-12-01T10:10:33.1988791Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-12-01T10:10:33.1989656Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-12-01T10:10:33.1990772Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-12-01T10:10:33.1991621Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-12-01T10:10:33.1992624Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-12-01T10:10:33.1993503Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-12-01T10:10:33.1994375Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-12-01T10:10:33.1995264Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-12-01T10:10:33.1996167Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-12-01T10:10:33.1997036Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-12-01T10:10:33.1997913Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-12-01T10:10:33.1998805Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-12-01T10:10:33.1999700Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-12-01T10:10:33.2000593Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-12-01T10:10:33.2001455Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-12-01T10:10:33.2002302Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-12-01T10:10:33.2003129Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-12-01T10:10:33.2003940Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-12-01T10:10:33.2004776Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-12-01T10:10:33.2005598Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-12-01T10:10:33.2006402Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-12-01T10:10:33.2007197Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-12-01T10:10:33.2008036Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-12-01T10:10:33.2008873Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-12-01T10:10:33.2009701Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-12-01T10:10:33.2010492Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-12-01T10:10:33.2011295Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-12-01T10:10:33.2012083Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-12-01T10:10:33.2012865Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-12-01T10:10:33.2013678Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-12-01T10:10:33.2014482Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-12-01T10:10:33.2015273Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-12-01T10:10:33.2016039Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-12-01T10:10:33.2016862Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-12-01T10:10:33.2017735Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-12-01T10:10:33.2018803Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-12-01T10:10:33.2019647Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-12-01T10:10:33.2020478Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-12-01T10:10:33.2021384Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-12-01T10:10:33.2022171Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-12-01T10:10:33.2022986Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-12-01T10:10:33.2023785Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-12-01T10:10:33.2024586Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-12-01T10:10:33.2025393Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-12-01T10:10:33.2026196Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-12-01T10:10:33.2026994Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-12-01T10:10:33.2027791Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-12-01T10:10:33.2028610Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-12-01T10:10:33.2029410Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-12-01T10:10:33.2030212Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-12-01T10:10:33.2030995Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-12-01T10:10:33.2031782Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-12-01T10:10:33.2032711Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-12-01T10:10:33.2033512Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-12-01T10:10:33.2034326Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-12-01T10:10:33.2035102Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-12-01T10:10:33.2035899Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-12-01T10:10:33.2036717Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-12-01T10:10:33.2037578Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-12-01T10:10:33.2038440Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-12-01T10:10:33.2039262Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-12-01T10:10:33.2040094Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-12-01T10:10:33.2040917Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-12-01T10:10:33.2041751Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-12-01T10:10:33.2042572Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-12-01T10:10:33.2043410Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-12-01T10:10:33.2044247Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-12-01T10:10:33.2045083Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-12-01T10:10:33.2045889Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-12-01T10:10:33.2046967Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-12-01T10:10:33.2047811Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-12-01T10:10:33.2048640Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-12-01T10:10:33.2049483Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-12-01T10:10:33.2050308Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-12-01T10:10:33.2051131Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-12-01T10:10:33.2051935Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-12-01T10:10:33.2052748Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-12-01T10:10:33.2053605Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-12-01T10:10:33.2054419Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-12-01T10:10:33.2055242Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-12-01T10:10:33.2056047Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-12-01T10:10:33.2056894Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-12-01T10:10:33.2057759Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-12-01T10:10:33.2058645Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-12-01T10:10:33.2059514Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-12-01T10:10:33.2060358Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-12-01T10:10:33.2061270Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-12-01T10:10:33.2062108Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-12-01T10:10:33.2062946Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-12-01T10:10:33.2063770Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-12-01T10:10:33.2064604Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-12-01T10:10:33.2065447Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-12-01T10:10:33.2066280Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-12-01T10:10:33.2067086Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-12-01T10:10:33.2067905Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-12-01T10:10:33.2068461Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-12-01T10:10:33.2069074Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-12-01T10:10:33.2069634Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-12-01T10:10:33.2070243Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-12-01T10:10:33.2070877Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-12-01T10:10:33.2071473Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-12-01T10:10:33.2072111Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-12-01T10:10:33.2073176Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-12-01T10:10:33.2073803Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-12-01T10:10:33.2074375Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-12-01T10:10:33.2075021Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-12-01T10:10:33.2075685Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-12-01T10:10:33.2076329Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-12-01T10:10:33.2076993Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-12-01T10:10:33.2077615Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-12-01T10:10:33.2078235Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-12-01T10:10:33.2078530Z 2022-12-01T10:10:33.2078682Z ======================== 65 passed, 67 skipped in 1.26s ======================== 2022-12-01T10:10:33.2078879Z 2022-12-01T10:10:33.2079301Z ##[endgroup] 2022-12-01T10:10:33.2079947Z FINISHED PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_rrdvgim4) 2022-12-01T10:10:33.2080307Z 2022-12-01T10:10:34.7169149Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:34.7788772Z Ignoring disabled issues: [] 2022-12-01T10:10:34.7926441Z Running test_comparison_utils ... [2022-12-01 10:10:34.792398] 2022-12-01T10:10:34.7929075Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:34.792710] 2022-12-01T10:10:35.9183338Z 2022-12-01T10:10:35.9183864Z Expand the folded group to see the log file of test_comparison_utils 2022-12-01T10:10:35.9185174Z ##[group]PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_33f6rxni) 2022-12-01T10:10:35.9185553Z 2022-12-01T10:10:35.9185939Z ##[endgroup] 2022-12-01T10:10:35.9186723Z FINISHED PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_33f6rxni) 2022-12-01T10:10:35.9187094Z 2022-12-01T10:10:37.4443234Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:37.5084400Z Ignoring disabled issues: [] 2022-12-01T10:10:37.5224363Z Running test_jiterator ... [2022-12-01 10:10:37.522167] 2022-12-01T10:10:37.5226915Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:37.522498] 2022-12-01T10:10:38.9429916Z 2022-12-01T10:10:38.9430664Z Expand the folded group to see the log file of test_jiterator 2022-12-01T10:10:38.9432301Z ##[group]PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/workspace/test/test-reports/test_jiterator_6l2wqhyr) 2022-12-01T10:10:38.9433052Z CUDA not available, skipping tests 2022-12-01T10:10:38.9433305Z 2022-12-01T10:10:38.9433427Z Running tests... 2022-12-01T10:10:38.9434053Z ---------------------------------------------------------------------- 2022-12-01T10:10:38.9434329Z 2022-12-01T10:10:38.9434662Z ---------------------------------------------------------------------- 2022-12-01T10:10:38.9435052Z Ran 0 tests in 0.000s 2022-12-01T10:10:38.9435254Z 2022-12-01T10:10:38.9435353Z OK 2022-12-01T10:10:38.9435524Z 2022-12-01T10:10:38.9435688Z Generating XML reports... 2022-12-01T10:10:38.9436326Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-12-01T10:10:38.9436665Z 2022-12-01T10:10:38.9437108Z ##[endgroup] 2022-12-01T10:10:38.9437844Z FINISHED PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/workspace/test/test-reports/test_jiterator_6l2wqhyr) 2022-12-01T10:10:38.9438527Z 2022-12-01T10:10:40.4485013Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:40.5102856Z Ignoring disabled issues: [] 2022-12-01T10:10:40.5243235Z Running test_schema_check ... [2022-12-01 10:10:40.524033] 2022-12-01T10:10:40.5245866Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:40.524358] 2022-12-01T10:13:56.8867422Z 2022-12-01T10:13:56.8867930Z Expand the folded group to see the log file of test_meta 2022-12-01T10:13:56.8871216Z ##[group]PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_zdso320i) 2022-12-01T10:13:56.8878167Z Test results will be stored in test-reports/python-unittest/test_meta 2022-12-01T10:13:56.8878510Z 2022-12-01T10:13:56.8881241Z Running tests... 2022-12-01T10:13:56.8881849Z ---------------------------------------------------------------------- 2022-12-01T10:13:56.8882377Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8882868Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8883304Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8883790Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8884262Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8884742Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8885184Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8885622Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8886081Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8886668Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.8887142Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.8887599Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.8888070Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.8888614Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8889057Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8889534Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8890026Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8890530Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8891031Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8891489Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8891919Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8892358Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8892793Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8893224Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8893673Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8894128Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8894620Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.8895119Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8895671Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.8896200Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.8897091Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.8897604Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.8898099Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.8898570Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.8899059Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.8899537Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8900127Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8900610Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8901082Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8901584Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8902048Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8902556Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8903048Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8903571Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8904097Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8904536Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8904989Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8905458Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8905947Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8906453Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8906911Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8907381Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8907827Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8908294Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8908736Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8909161Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8909600Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8910046Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8910493Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8910936Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8911399Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8911858Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8912301Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8912950Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8913411Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8913874Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8914308Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8914899Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8915411Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8915865Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.8916359Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.8916848Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.8917339Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.8917799Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.8918290Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.8918764Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.8919215Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.8919689Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.8920169Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.8920629Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8921075Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8921538Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8922003Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8922477Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8922922Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8923402Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8923889Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8924349Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8924822Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8925287Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8925753Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8926175Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8926626Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8927088Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8927527Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8927992Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8928463Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8928917Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8929352Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8929801Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8930262Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8930713Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.8931190Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8931681Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8932220Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.8932702Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.8933173Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.8933627Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8934077Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8934530Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8934994Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8935452Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8935900Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8936381Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8936868Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8937350Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8937808Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8938275Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8938739Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8939187Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8939649Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8940176Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8940628Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8941069Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8941535Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8941987Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8942424Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8942884Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8943340Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8943795Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8944251Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8944718Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8945190Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8945633Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8946085Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8946543Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8947001Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8947433Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8947880Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8948332Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8948770Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.8949210Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.8949685Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.8950242Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.8950711Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.8951197Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.8951652Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.8952092Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.8952661Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8953108Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8953601Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8954042Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8954534Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8955023Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8955488Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8955948Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8956407Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8956846Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8957275Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8957706Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8958137Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8958567Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8959006Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8959455Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.8959891Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8960319Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8960774Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8961231Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.8961667Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.8962104Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.8962536Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.8962979Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8963397Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.8963822Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8964252Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8964666Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8965095Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8965546Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.8966007Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.8966438Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8966876Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8967429Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8967944Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8968389Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8968824Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8969240Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8969707Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.8970186Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.8970665Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.8971128Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.8971579Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.8972050Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.8972522Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.8972977Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.8973435Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.8973887Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.8974312Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.8974756Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.8975204Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.8975660Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.8976107Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.8976574Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8977029Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8977475Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8977935Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8978372Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8978801Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8979219Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8979663Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8980158Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8980578Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8981044Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8981553Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8982050Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8982542Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8983031Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8983513Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8983985Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8984457Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8985048Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8985539Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.8985987Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8986473Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8986934Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8987384Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8987827Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.8988288Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8988729Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8989157Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8989598Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8990028Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8990450Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8990905Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8991366Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.8991819Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8992258Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8992803Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8993253Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.8993687Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8994125Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8994562Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8994993Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8995414Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.8995845Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8996281Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8996718Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8997181Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8997637Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8998090Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8998519Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8998945Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8999380Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.8999793Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9000213Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9000644Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9001099Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:13:56.9001562Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:13:56.9002126Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.213s) 2022-12-01T10:13:56.9002650Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.217s) 2022-12-01T10:13:56.9003114Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.213s) 2022-12-01T10:13:56.9003565Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:13:56.9004021Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9004455Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9004878Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9005308Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9005753Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9006179Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9006617Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9007050Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9007495Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9007924Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9008367Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9008819Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9009259Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9009707Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9010163Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9010628Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9011063Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9011532Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9011966Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9019206Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9019657Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9020186Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9020634Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9021094Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9021544Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9022011Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9022451Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9022900Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9023350Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9023799Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9024236Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9024691Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9025148Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9025579Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9026022Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9026589Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9027034Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9027456Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9027893Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9028333Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9028760Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9029204Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9029638Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9030075Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9030502Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9030936Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9031374Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9031777Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9032242Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9032816Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9033257Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9033681Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9034144Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9034645Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9035136Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9035771Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9036259Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9036719Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9037223Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9037719Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9038224Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9038725Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9039213Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9039704Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9040267Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9040829Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9041389Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9041937Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9042481Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9043043Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9043611Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9044164Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9044730Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9045465Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9046122Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9046673Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9047231Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9047779Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9048320Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9048889Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9049463Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9050028Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9050584Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9051159Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9051733Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9052273Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9052837Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9053395Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9053954Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9054514Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9055094Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9055673Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9056254Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9056843Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9057410Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9057983Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9058539Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9059110Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9059669Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9060321Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9060890Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9061478Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9062072Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9062642Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9063237Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9063830Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9064392Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9064980Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9065561Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9066137Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9066691Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9067403Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9067976Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9068529Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9069139Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9069765Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9070387Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9071007Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9071648Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9072273Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9073047Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9073666Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9074285Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9074886Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9075469Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9076085Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9076693Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9077266Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9077830Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9078398Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9078971Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9079518Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9080074Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9080626Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9081145Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9081691Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9082245Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9082790Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9083340Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9083913Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9084480Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9085045Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9085616Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9086184Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9086742Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9087283Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9087835Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9088385Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9089114Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9089680Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9090243Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9090803Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9091347Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9091898Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9092447Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9092978Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9093528Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9094089Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9094637Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9095193Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9095750Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9096322Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9096878Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9097439Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9097999Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9098528Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9099085Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9099646Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9100293Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9100829Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9101385Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9101949Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9102506Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9103075Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9103639Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9104195Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9104737Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9105310Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9105853Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9106393Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9106962Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9107545Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9108124Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9108717Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9109314Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9109904Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9110559Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9111191Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9111770Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9112341Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9113022Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9113601Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9114174Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9114742Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9115320Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9115910Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9116521Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9117106Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9117690Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9118274Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9118840Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9119420Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9119987Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9120547Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9121109Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9121683Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9122268Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9122835Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9123427Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9124023Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9124621Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9125199Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9125782Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9126369Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9126934Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9127509Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9128070Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9128637Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9129177Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9129740Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9130316Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9130881Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9131455Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9132152Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9132797Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9133357Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9133931Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9134496Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9135042Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9135623Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9136212Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9136796Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9137367Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9137934Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9138514Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9139091Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9139680Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9140352Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9140934Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9141493Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9142065Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9142630Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9143180Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9143750Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9144313Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9144877Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:13:56.9145429Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:13:56.9145987Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:13:56.9146552Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:13:56.9147092Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:13:56.9147666Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9148250Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9148831Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9149393Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9149976Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9150554Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9151132Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9151739Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9152345Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9153080Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9153783Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9154435Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9155008Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9155563Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9156119Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9156692Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9157265Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9157820Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9158398Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9158969Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9159531Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9160090Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9160662Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9161248Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9161847Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9162459Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9163068Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9163658Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9164249Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9164828Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9165405Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9165960Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9166529Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9167105Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9167671Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9168260Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9168850Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9169446Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9170030Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9170622Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9171216Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9171775Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9172350Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9172927Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9173510Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9174059Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9174638Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9175343Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9175897Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9176463Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9177015Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9177573Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9178106Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9178654Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9179200Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9179813Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9180393Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9180954Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9181501Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9182042Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9182616Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9183186Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9183736Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9184292Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9184840Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9185386Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9185916Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9186472Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9187013Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9187541Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9188119Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9188736Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9189358Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9189960Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9190603Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9191237Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9191838Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9192451Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9193158Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9193762Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9194358Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9194980Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9195583Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9196167Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9197009Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9197623Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9198238Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9198819Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9199418Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9200006Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9200567Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9201161Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9201739Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9202327Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9202900Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9203476Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.266s) 2022-12-01T10:13:56.9204060Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.266s) 2022-12-01T10:13:56.9204624Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.267s) 2022-12-01T10:13:56.9205212Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.269s) 2022-12-01T10:13:56.9205793Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.265s) 2022-12-01T10:13:56.9206368Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.265s) 2022-12-01T10:13:56.9206923Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:13:56.9207400Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.265s) 2022-12-01T10:13:56.9207778Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.277s) 2022-12-01T10:13:56.9208150Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9208582Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9208976Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9209386Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9209808Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9210244Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9210660Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9211061Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9211492Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9211895Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9212303Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9212704Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9213146Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9213587Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9214029Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9214514Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9214963Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9215521Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9216010Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9216474Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9216915Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9217342Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9217799Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9218251Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9218684Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9219089Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9219506Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9220035Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9220436Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9220850Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9221268Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9221670Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9222067Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9222469Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9222860Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9223230Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9223640Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9224060Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.136s) 2022-12-01T10:13:56.9224471Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.136s) 2022-12-01T10:13:56.9224870Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9225284Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9225715Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9226109Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9226506Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9226906Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9227305Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9227716Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9228127Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9228550Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9228948Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9229388Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9229817Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9230228Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9230608Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9231001Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9231489Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9231944Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9232376Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9232969Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9233378Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9233812Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9234227Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9234665Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9235091Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9235513Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9235943Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9236335Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9236742Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9237135Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9237538Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9237919Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9238319Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9238724Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9239119Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.193s) 2022-12-01T10:13:56.9239574Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.190s) 2022-12-01T10:13:56.9240025Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.187s) 2022-12-01T10:13:56.9240457Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.186s) 2022-12-01T10:13:56.9240896Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.147s) 2022-12-01T10:13:56.9241363Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:13:56.9241827Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:13:56.9242262Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.150s) 2022-12-01T10:13:56.9242731Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.206s) 2022-12-01T10:13:56.9243191Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.207s) 2022-12-01T10:13:56.9243649Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.201s) 2022-12-01T10:13:56.9244089Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.206s) 2022-12-01T10:13:56.9244522Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9244935Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9245327Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9245755Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9246191Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9246592Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9247031Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9247474Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9248112Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9248522Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9248952Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9249374Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9249786Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9250174Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9250611Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9251054Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9251462Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9251881Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9252300Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9252709Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9253105Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9253523Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9253942Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9254348Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9254770Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9255191Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9255622Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9256027Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9256437Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9256847Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9257253Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9257689Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9258110Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9258526Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9258932Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9259348Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9259882Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9260309Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9260826Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9261354Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9261881Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9262302Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9262685Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9263092Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9263510Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9263957Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9264587Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9265056Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9265512Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9265923Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9266325Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9266725Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9267143Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9267562Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9268007Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9268444Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9268902Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9269363Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9269812Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9270267Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9270702Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9271137Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9271575Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9272015Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9272676Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9273119Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9273559Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9273992Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.398s) 2022-12-01T10:13:56.9274420Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.388s) 2022-12-01T10:13:56.9274814Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.386s) 2022-12-01T10:13:56.9275273Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.388s) 2022-12-01T10:13:56.9275732Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.389s) 2022-12-01T10:13:56.9276173Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.386s) 2022-12-01T10:13:56.9276639Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.386s) 2022-12-01T10:13:56.9277065Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.386s) 2022-12-01T10:13:56.9277510Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.386s) 2022-12-01T10:13:56.9277951Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.386s) 2022-12-01T10:13:56.9278390Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.387s) 2022-12-01T10:13:56.9278809Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.386s) 2022-12-01T10:13:56.9279232Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9279660Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9280071Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9280629Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9281082Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9281516Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9281934Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9282498Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9282923Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9283341Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9283757Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9284153Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9284564Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9284963Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9285341Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9285737Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9286160Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9286609Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9287057Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9287518Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9287974Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9288403Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9288849Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9289294Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9289724Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9290135Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9290562Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9291000Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9291415Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9291867Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9292322Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9292791Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9293243Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9293693Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9294146Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9294583Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9295021Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9295438Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9295863Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9296269Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9296816Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9297317Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9297737Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9298180Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9298623Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9299080Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9299523Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9300069Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9300522Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9300950Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9301398Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9301835Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9302288Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9302709Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9303135Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9303560Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9303967Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9304406Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9304843Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9305275Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9305675Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9306091Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9306528Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9306941Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9307384Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:13:56.9307827Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:56.9308258Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:56.9308677Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-12-01T10:13:56.9309115Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9309542Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9309960Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9310371Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9310790Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9311205Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9311608Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9312011Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9312417Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9313083Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9313599Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9314026Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9314454Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9314859Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9315266Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9315681Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9316056Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9316454Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9316869Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9317301Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9317732Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9318156Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9318576Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9318973Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9319391Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9319780Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9320180Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9320580Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9321017Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:13:56.9321479Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:13:56.9321923Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:13:56.9322385Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:13:56.9322842Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:13:56.9323304Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:13:56.9323731Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:13:56.9324185Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:13:56.9324629Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:13:56.9325070Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.135s) 2022-12-01T10:13:56.9325529Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.135s) 2022-12-01T10:13:56.9325978Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.141s) 2022-12-01T10:13:56.9326422Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.010s) 2022-12-01T10:13:56.9326853Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.025s) 2022-12-01T10:13:56.9327290Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.012s) 2022-12-01T10:13:56.9327718Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (1.019s) 2022-12-01T10:13:56.9328120Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (1.009s) 2022-12-01T10:13:56.9328543Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (1.003s) 2022-12-01T10:13:56.9328966Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.980s) 2022-12-01T10:13:56.9329488Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.969s) 2022-12-01T10:13:56.9329913Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (1.008s) 2022-12-01T10:13:56.9330327Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.971s) 2022-12-01T10:13:56.9330710Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9331104Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9331524Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9331940Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9332350Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9332789Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9333199Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9333622Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9334030Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9334452Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9334870Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9335279Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9335707Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9336130Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9336557Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9336960Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9337385Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9337809Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9338209Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9338636Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9339070Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9339492Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9339993Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9340423Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9340837Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9341228Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9341640Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9342065Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9342485Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9342913Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9343361Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9343801Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9344216Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9344648Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9345082Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9345504Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9346069Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9346508Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9346938Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9347346Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9347777Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9348210Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9348627Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9349041Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9349468Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9349884Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9350262Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9350641Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9351087Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9351562Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9352024Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9352954Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9353452Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9353778Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9354126Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9354457Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9354782Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9355095Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9355409Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9355715Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9356007Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9356311Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9356606Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9356909Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9357197Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9357496Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9357790Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9358071Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9358364Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9358661Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9358958Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9359249Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9359547Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9360019Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9360301Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9360593Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9360881Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9361165Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9361439Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9361740Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9362055Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9362353Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9362674Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9362995Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9363307Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9363604Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9363914Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9364227Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9364516Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9364814Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9365118Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9365424Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9365720Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9366026Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9366338Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9366642Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9429279Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9429625Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9429923Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9430217Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9430508Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9430811Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9431095Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9431385Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9431678Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9431973Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9432271Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9432717Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9433016Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9433299Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9433744Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9434089Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9434375Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9434669Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9434969Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9435264Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9435557Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9435879Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9436191Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9436500Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9436818Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9437120Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9437428Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9437562Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9437700Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9437845Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9437976Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.306s) 2022-12-01T10:13:56.9438101Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.338s) 2022-12-01T10:13:56.9438243Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.312s) 2022-12-01T10:13:56.9438377Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.311s) 2022-12-01T10:13:56.9438505Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.306s) 2022-12-01T10:13:56.9438627Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.304s) 2022-12-01T10:13:56.9438762Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.304s) 2022-12-01T10:13:56.9438893Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.301s) 2022-12-01T10:13:56.9439018Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.301s) 2022-12-01T10:13:56.9439140Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.301s) 2022-12-01T10:13:56.9439269Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.302s) 2022-12-01T10:13:56.9439393Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.302s) 2022-12-01T10:13:56.9439530Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9439657Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9439788Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9439918Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9440052Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9440180Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9440304Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9440433Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9440556Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9440712Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9440873Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9441011Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9441145Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9441274Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9441398Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9441549Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9441704Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9441841Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9441979Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9442129Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9442270Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9442412Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9442560Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9442701Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9442857Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9442998Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9443144Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9443302Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9443456Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9443608Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9443754Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9443903Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9444052Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9444192Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9444326Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9444466Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9444621Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9444763Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9444907Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9445043Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9445190Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9445333Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9445480Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9445616Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9445796Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9445951Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9446084Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9446222Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9446348Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9446474Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9446603Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9446720Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9446850Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9446983Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9447116Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9447259Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9447392Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9447527Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9447662Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9447790Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9447926Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9448054Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9448184Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9448320Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9448449Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9448582Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9448708Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9448828Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9448968Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9449102Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9449237Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9449379Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9449523Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9449657Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9449796Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9449920Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9450056Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9450190Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9450323Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9450458Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9450590Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9450731Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9450893Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9451050Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9451193Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9451335Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9451472Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9451609Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9451745Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9451880Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9452014Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9452133Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9452270Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9452404Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9452544Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9452686Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9452819Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9452955Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9453083Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9453202Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9453333Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9453462Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9453594Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9453720Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9453855Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9453984Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9454117Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9454243Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9454380Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9454513Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9454650Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9454786Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9454914Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9455038Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9455169Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9455288Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9455410Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9455553Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9455684Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9455824Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9455968Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9456163Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9456306Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9456431Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9456573Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9456713Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9456853Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9456992Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9457133Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9457265Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9457402Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9457519Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9457650Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9457787Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9457921Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9458047Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9458178Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9458303Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9458425Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9458541Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9458673Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9458795Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9458922Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9459052Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9459177Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9459316Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9459450Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9459573Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9459706Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9459938Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9460071Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9460201Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9460324Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9460456Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9460581Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9460703Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9460825Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9460955Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9461079Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9461242Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9461402Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9461526Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9461649Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9461766Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9461901Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9462024Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9462159Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9462285Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9462409Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9462542Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9462675Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9462792Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9462922Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9463060Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9463196Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9463333Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9463465Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9463593Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9463725Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9463851Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9463977Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9464101Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9464237Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9464364Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9464495Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9464628Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9464750Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9464867Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9464998Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9465123Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9465245Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9465375Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9465510Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9465641Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9465781Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9465905Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9466033Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9466164Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9466334Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9466483Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9466613Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9466744Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9466876Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9467007Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9467146Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9467294Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9467440Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9467580Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9467727Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9467867Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9468008Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9468133Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9468265Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9468400Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9468529Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9468658Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9468786Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9468922Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9469059Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9469188Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9469313Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9469443Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9469572Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9469699Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9469830Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9469956Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9470085Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9470226Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9470346Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9470474Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9470603Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9470733Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9470861Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9470984Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9471115Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9471239Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9471386Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9471551Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9471683Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9471806Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9471936Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9472066Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9472188Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9472312Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9472426Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9472735Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:56.9472892Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:56.9473026Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9473169Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9473305Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9473448Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9473580Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9473701Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9473835Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9473968Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9474097Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9474225Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9474359Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:13:56.9474495Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9474634Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9474760Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:13:56.9474890Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:13:56.9475027Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:13:56.9475154Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9475285Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9475415Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9475549Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9475682Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9475813Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9475950Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9476082Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9476220Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9476349Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9476483Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9476685Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9476849Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9476972Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9477111Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9477250Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9477392Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9477538Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9477683Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9477821Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9477963Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9478090Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9478225Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9478356Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9478496Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9478635Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9478776Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9478906Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9479043Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9479176Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9479318Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9479448Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9479583Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9479718Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9479850Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9479978Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9480112Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9480248Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9480379Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9480528Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9480658Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9480795Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9480923Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9481058Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9481187Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9481320Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9481440Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9481566Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9481747Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9481919Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9482052Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9482183Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9482321Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9482456Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9482578Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9482707Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9482838Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9482975Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9483116Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9483259Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9483392Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9483523Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9483647Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9483780Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9483916Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9484051Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9484177Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9484309Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9484455Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9484600Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9484725Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9484857Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9484990Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9485126Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9485253Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9485379Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9485512Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9485653Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9485785Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9485922Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9486060Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9486194Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9486329Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9486459Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9486593Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9486721Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9486899Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9487039Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9487181Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9487332Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9487482Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9487624Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9487767Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9487902Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9488034Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9488170Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9488309Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9488446Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9488583Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9488719Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9488848Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9488988Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9489122Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9489247Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9489388Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9489526Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9489656Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:56.9489791Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:56.9489922Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9490062Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9490201Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9490324Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9490454Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9490590Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9490723Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9490852Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9490990Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9491134Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9491276Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9491400Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9491532Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9491662Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9491829Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9491993Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:56.9492123Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9492266Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9492412Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9492539Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9492669Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9492798Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9492932Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9493072Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9493211Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9493342Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9493471Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9493616Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9493747Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9493887Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9494017Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9494155Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9494282Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9494420Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9494550Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9494683Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9494807Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9494947Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9495091Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9495226Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9495359Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9495499Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9495638Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9495779Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9495903Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9496032Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9496161Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9496298Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9496430Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9496563Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9496698Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:56.9496861Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9497009Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9497136Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9497265Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9497401Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9497532Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9497670Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9497805Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9497942Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9498064Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9498203Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:56.9498341Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9498481Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9498620Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9498758Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9498897Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9499024Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9499144Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9499271Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9499401Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9499535Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9499664Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9499893Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9500027Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9500163Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9500285Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9500414Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9500540Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9500673Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9500798Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9500931Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9501065Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9501207Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9501331Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9501476Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9501618Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9501752Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9501888Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9502091Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9502259Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9502400Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9502535Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9502657Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9502786Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9502912Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9503045Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9503180Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9503322Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9503465Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9503601Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9503724Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9503855Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9503989Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9504117Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9504248Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9504381Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9504513Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9504651Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9504778Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9504920Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9505063Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9505201Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9505342Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9505476Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9505612Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9505747Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9505869Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9506005Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9506140Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9506278Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9506411Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9506553Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9506695Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9506833Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9506958Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9507094Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9507229Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9507423Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9507563Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9507697Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9507830Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9507967Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9508087Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9508227Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9508367Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9508506Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9508646Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9508786Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9508921Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9509054Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9509171Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9509293Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9509423Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9509544Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9509683Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9509825Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9509974Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9510115Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9510246Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9510385Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9510516Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9510647Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9510787Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9510919Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9511052Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9511192Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9511319Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9511449Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9511584Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9511712Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9511842Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9511965Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9512099Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9512233Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9512366Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.426s) 2022-12-01T10:13:56.9512715Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9512861Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:56.9513003Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:56.9513145Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9513283Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9513412Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9513544Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9513672Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9513808Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9513938Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9514067Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9514200Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9514328Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9514453Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9514584Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9514702Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9514825Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9514948Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9515085Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9515217Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9515353Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9515489Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9515623Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9515742Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9515873Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9516002Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9516133Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9516261Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9516399Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9516538Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9516672Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9516790Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9516913Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9517043Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9517173Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9517295Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9517427Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9517556Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9517727Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9517876Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9518006Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9518140Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9518275Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9518409Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9518544Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9518689Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9518826Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9518959Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9519106Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9519246Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9519379Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9519517Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9519648Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9519782Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9519919Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9520059Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9520179Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9520322Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9520459Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9520601Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9520739Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9520876Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9521016Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9521153Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9521277Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9521413Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9521551Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9521689Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9521825Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9521958Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9522090Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9522221Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9522340Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9522473Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9522607Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9522732Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9522906Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9523063Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9523188Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9523311Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9523426Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9523554Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9523685Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9523815Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9523957Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.213s) 2022-12-01T10:13:56.9524098Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:13:56.9524231Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:13:56.9524363Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:13:56.9524492Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9524637Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:13:56.9524774Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9524908Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9525049Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:13:56.9525184Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:13:56.9525319Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9525460Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9525586Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9525715Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9525849Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9525973Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9526104Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9526229Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9526353Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9526477Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9526591Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9526723Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9526849Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9526972Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9527110Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9527236Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9527376Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9527508Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9527632Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9527765Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9527890Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9528052Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9528214Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9528348Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9528473Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9528605Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9528736Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9528877Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9529019Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9529161Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9529298Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9529439Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9529573Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9529712Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9529836Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9529974Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9530115Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.084s) 2022-12-01T10:13:56.9530254Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (1.084s) 2022-12-01T10:13:56.9530389Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (1.090s) 2022-12-01T10:13:56.9530531Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.943s) 2022-12-01T10:13:56.9530676Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.942s) 2022-12-01T10:13:56.9530824Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (1.041s) 2022-12-01T10:13:56.9530952Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (1.051s) 2022-12-01T10:13:56.9531092Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9531229Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9531370Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9531511Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9531652Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9531794Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9531939Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9532064Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9532201Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9532336Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9532471Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9532605Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9532740Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9532878Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9533013Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9533142Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9533332Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9533474Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9533605Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9533734Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9533869Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9533998Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9534125Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9534246Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9534372Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9534504Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9534637Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9534769Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9534899Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9535031Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9535159Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9535276Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9535401Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9535531Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9535658Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9535788Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9535912Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9536039Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9536180Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9536306Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9536443Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9536580Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9536722Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9536862Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9536999Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9537141Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9537280Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9537406Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9537543Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9537688Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9537826Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9537969Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9538114Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9538249Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9538421Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9538575Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9538716Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9538851Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9538987Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9539128Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9539265Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9539400Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9539539Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9539670Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9539899Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9540050Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9540187Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9540327Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9540470Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9540609Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9540751Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9540892Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9541019Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9541161Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9541300Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9541435Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9541582Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9541728Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9541870Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9542004Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9542178Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9542363Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9542507Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9542645Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9542782Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9542912Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9543048Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9543187Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9543319Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9543464Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9543603Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9543816Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9543957Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9544097Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9544230Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9544367Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9544490Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9544628Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9544762Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9544908Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9545048Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9545191Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9545328Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9545472Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9545610Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9545736Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9545869Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9546010Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9546147Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9546291Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9546437Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9546579Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9546725Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9546858Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9547000Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9547142Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9547281Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9547414Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9547550Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9547684Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9547823Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9547947Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9548089Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9548227Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9548364Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9548500Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9548634Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9548767Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9548962Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9549081Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9549206Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9549339Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9549470Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9549608Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9549747Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9549873Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9549999Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9550117Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9550243Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9550371Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9550501Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9550632Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9550764Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9550906Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:56.9551042Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9551172Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:56.9551316Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:56.9551457Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.070s) 2022-12-01T10:13:56.9551592Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:13:56.9551724Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9551853Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9551984Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9552111Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9552233Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9552366Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9552666Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9552833Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9552981Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9553126Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9553266Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9553406Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9553532Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9553672Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9553809Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9553944Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9554080Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9554313Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9554446Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9554585Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9554707Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9554838Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9554972Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9555098Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9555222Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9555353Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9555490Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9555620Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9555747Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9555884Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9556022Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9556154Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9556288Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9556418Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9556551Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9556679Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9556812Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9556935Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9557067Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9557201Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9557336Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9557471Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9557609Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9557746Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9557882Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9558003Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9558133Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9558258Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9558389Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9558521Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9558648Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9558792Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9558929Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9559058Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9559197Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9559375Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9559541Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9559681Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9559816Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9559953Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9560090Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9560218Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9560349Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9560487Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9560628Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9560771Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9560908Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9561043Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9561173Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9561297Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9561434Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9561573Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9561710Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9561852Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9561999Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9562134Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9562265Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9562387Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9562522Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9562658Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9562794Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9562927Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9563056Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9563186Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9563327Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:13:56.9563453Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.159s) 2022-12-01T10:13:56.9563587Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.154s) 2022-12-01T10:13:56.9563717Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.154s) 2022-12-01T10:13:56.9563905Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9564085Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9564270Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9564457Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9564700Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9564883Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9565047Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9565228Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9565403Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9565573Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9565751Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9565935Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9566128Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9566315Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9566507Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9566700Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9566876Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9567064Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9567253Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9567439Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9567622Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9567803Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9567990Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9568174Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9568351Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9568521Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9568683Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9568860Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9569031Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9569202Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9569373Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9569573Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9569773Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9569939Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9570106Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9570265Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9570449Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9570630Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9570819Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9571011Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9571196Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9571380Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9571563Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9571742Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9571924Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9572091Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9572272Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9572453Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9572629Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9572797Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9572975Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9573149Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9573323Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9573496Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9573653Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9573820Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9573988Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9574152Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9574318Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9574483Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:56.9574688Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9574823Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9574965Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9575092Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9575233Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9575369Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9575505Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9575637Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9575771Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9575902Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9576036Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9576154Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9576298Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:56.9576438Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:13:56.9576580Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:13:56.9576720Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:56.9576857Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:56.9576993Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:56.9577134Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:56.9577260Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:56.9577391Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9577523Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9577653Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9577783Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9577914Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9578051Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9578190Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9578318Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9578464Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9578605Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9578741Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9578877Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9579012Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9579145Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9579276Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9579398Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9579532Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9579667Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9579925Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9580092Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9580227Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9580359Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9580490Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9580608Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9580737Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9580869Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9580998Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9581137Z test_dispatch_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9581280Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9581423Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9581559Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9581681Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9581822Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9581959Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9582097Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9582237Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9582374Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9582508Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9582645Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9582767Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9582903Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9583057Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9583211Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9583364Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:56.9583516Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9583678Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9583834Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9583975Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9584125Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9584274Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9584421Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9584571Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9584710Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9584854Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9585000Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9585134Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9585347Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9585492Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9585637Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9585776Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9585912Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9586055Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9586199Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9586347Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9586481Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9586623Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9586761Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9586921Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9587079Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9587236Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9587392Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9587538Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:56.9587670Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:56.9587816Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:56.9587957Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:56.9588107Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9588256Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9588400Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9588541Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9588691Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:13:56.9588828Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9588977Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.167s) 2022-12-01T10:13:56.9589128Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.167s) 2022-12-01T10:13:56.9589282Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9589433Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9589583Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9589735Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9589903Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:13:56.9590072Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.096s) 2022-12-01T10:13:56.9590225Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.096s) 2022-12-01T10:13:56.9590386Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.096s) 2022-12-01T10:13:56.9590605Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9590753Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9590896Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9591040Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9591189Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9591336Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9591467Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9591609Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9591768Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9591924Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9592073Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9592222Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9592380Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9592665Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9592821Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9592959Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9593114Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:56.9593267Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:56.9593417Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9593565Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9593716Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.276s) 2022-12-01T10:13:56.9593865Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.275s) 2022-12-01T10:13:56.9594011Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.274s) 2022-12-01T10:13:56.9594142Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.274s) 2022-12-01T10:13:56.9594309Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.277s) 2022-12-01T10:13:56.9594474Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.279s) 2022-12-01T10:13:56.9594639Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.274s) 2022-12-01T10:13:56.9594796Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.273s) 2022-12-01T10:13:56.9594942Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9595088Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9595231Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9595371Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9595512Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9595663Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9595870Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9596060Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9596218Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9596374Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9596523Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9596676Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9596813Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9596962Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9597110Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.103s) 2022-12-01T10:13:56.9597265Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.102s) 2022-12-01T10:13:56.9597417Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9597573Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:13:56.9597726Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:13:56.9597877Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:56.9598025Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.127s) 2022-12-01T10:13:56.9598160Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-12-01T10:13:56.9598318Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9598477Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9598630Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:13:56.9598781Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.083s) 2022-12-01T10:13:56.9598934Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.213s) 2022-12-01T10:13:56.9599088Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:13:56.9599237Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.210s) 2022-12-01T10:13:56.9599372Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.207s) 2022-12-01T10:13:56.9599541Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:56.9599709Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:56.9599880Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9600041Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9600190Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9600341Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9600495Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9600641Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9600777Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9600924Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9601133Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9601276Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9601422Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9601566Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9601711Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9601856Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:13:56.9601987Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.137s) 2022-12-01T10:13:56.9602129Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:13:56.9602270Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.134s) 2022-12-01T10:13:56.9602412Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.135s) 2022-12-01T10:13:56.9602584Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9602760Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:56.9602935Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:13:56.9603107Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9603280Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:56.9603436Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.096s) 2022-12-01T10:13:56.9603585Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:56.9603738Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9603883Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9604024Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9604190Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9604351Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9604509Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9604663Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9604882Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:56.9605113Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:56.9605332Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:56.9605549Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:56.9605699Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9605845Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9605985Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9606127Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9606340Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9606478Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9606624Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9606771Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9606921Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:56.9607071Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:56.9607215Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:56.9607361Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:56.9607515Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9607654Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9607803Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9607951Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9608114Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.684s) 2022-12-01T10:13:56.9608278Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.701s) 2022-12-01T10:13:56.9608438Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (1.668s) 2022-12-01T10:13:56.9608601Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (1.661s) 2022-12-01T10:13:56.9608748Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.126s) 2022-12-01T10:13:56.9608900Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:13:56.9609030Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:13:56.9609169Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9609320Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9609475Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9609620Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9609767Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9609923Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9610076Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9610220Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9610367Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9610528Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9610683Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9610836Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9610987Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9611138Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9611288Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9611478Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9611634Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9611783Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9611926Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9612066Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9612209Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9612350Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9612498Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9612648Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9612786Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9612933Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9613075Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9613227Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:13:56.9613381Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:13:56.9613539Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:13:56.9613690Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:13:56.9613841Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:13:56.9613991Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:13:56.9614125Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9614273Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9614420Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9614562Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9614705Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9614847Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9614986Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9615125Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9615251Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9615393Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9615531Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9615666Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9615800Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9615942Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9616082Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9616215Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9616338Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9616474Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9616611Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9616801Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9616934Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9617066Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9617210Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9617346Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9617470Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9617608Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9617742Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9617872Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9618005Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9618140Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9618271Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9618406Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9618526Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9618667Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9618805Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9618940Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9619074Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9619208Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9619344Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9619474Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9619591Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9619839Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9619983Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9620118Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9620257Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9620396Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9620529Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9620663Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9620787Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9620917Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9621049Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9621183Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9621313Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9621462Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9621608Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9621753Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9621892Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9622081Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9622266Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9622422Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9622576Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9622726Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9622877Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9623024Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9623162Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9623306Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9623456Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9623606Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9623753Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9623899Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9624045Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9624188Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9624327Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9624458Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9624601Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9624754Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.091s) 2022-12-01T10:13:56.9624901Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9625047Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9625191Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9625333Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9625473Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9625598Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9625743Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9625884Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9626035Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9626185Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9626328Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9626471Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9626614Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9626742Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9626884Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9627025Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9627166Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9627337Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9627510Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9627653Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9627802Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9627935Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9628080Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9628220Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9628359Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9628496Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9628637Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9628778Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9628920Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9629061Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9629190Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9629331Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9629478Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9629626Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9629770Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9629914Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9630055Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9630193Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9630317Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9630458Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9630598Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9630734Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9630878Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9631015Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9631162Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9631317Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9631446Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9631591Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9631729Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9631870Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9632008Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9632148Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9632286Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9632423Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9632825Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9632966Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9633104Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9633242Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9633376Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9633509Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9633639Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9633771Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9633894Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9634038Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:13:56.9634186Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.145s) 2022-12-01T10:13:56.9634332Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:13:56.9634473Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.147s) 2022-12-01T10:13:56.9634615Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:13:56.9634755Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.136s) 2022-12-01T10:13:56.9634895Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.136s) 2022-12-01T10:13:56.9635020Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.136s) 2022-12-01T10:13:56.9635156Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9635293Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9635446Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9635586Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9635727Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9635868Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9636012Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9636151Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9636275Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9636412Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9636550Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9636690Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9636824Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9636962Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9637101Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9637242Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9637365Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9637502Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9637635Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9637768Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9637900Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9638101Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9638233Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9638366Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9638486Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9638616Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9638747Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9638879Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9639008Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9639140Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9639271Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9639393Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9639521Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9639652Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9639793Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9639930Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9640063Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9640193Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9640336Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9640466Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9640608Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:56.9640749Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:56.9640897Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9641042Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9641182Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9641324Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9641457Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9641585Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9641709Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9641848Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9641988Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9642120Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9642251Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9642381Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9642513Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9642641Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9642758Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9642942Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9643111Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9643245Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9643438Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9643576Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9643712Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9643849Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9643967Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9644097Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9644225Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9644354Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9644485Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9644617Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9644750Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9644867Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9645020Z test_dispatch_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.111s) 2022-12-01T10:13:56.9645163Z test_dispatch_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:13:56.9645305Z test_dispatch_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:56.9645444Z test_dispatch_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:13:56.9645585Z test_dispatch_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-12-01T10:13:56.9645725Z test_dispatch_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.099s) 2022-12-01T10:13:56.9645864Z test_dispatch_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9646010Z test_dispatch_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9646137Z test_dispatch_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9646283Z test_dispatch_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:56.9646426Z test_dispatch_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:56.9646569Z test_dispatch_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:56.9646709Z test_dispatch_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:13:56.9646852Z test_dispatch_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:13:56.9646991Z test_dispatch_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9647134Z test_dispatch_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9647266Z test_dispatch_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9647406Z test_dispatch_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.091s) 2022-12-01T10:13:56.9647559Z test_dispatch_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9647707Z test_dispatch_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9647849Z test_dispatch_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9647989Z test_dispatch_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:56.9648131Z test_dispatch_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9648273Z test_dispatch_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:56.9648397Z test_dispatch_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:56.9648594Z test_dispatch_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:56.9648766Z test_dispatch_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:13:56.9648917Z test_dispatch_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.070s) 2022-12-01T10:13:56.9649061Z test_dispatch_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-12-01T10:13:56.9649204Z test_dispatch_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:13:56.9649344Z test_dispatch_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:56.9649486Z test_dispatch_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:13:56.9649611Z test_dispatch_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:13:56.9649746Z test_dispatch_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9649888Z test_dispatch_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9650028Z test_dispatch_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:56.9650180Z test_dispatch_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9650332Z test_dispatch_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9650488Z test_dispatch_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9650637Z test_dispatch_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9650786Z test_dispatch_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9650919Z test_dispatch_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9651066Z test_dispatch_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9651212Z test_dispatch_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9651356Z test_dispatch_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9651497Z test_dispatch_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9651643Z test_dispatch_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9651794Z test_dispatch_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9651944Z test_dispatch_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9652074Z test_dispatch_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9652215Z test_dispatch_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9652359Z test_dispatch_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9652500Z test_dispatch_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9652639Z test_dispatch_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9652783Z test_dispatch_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9652924Z test_dispatch_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9653068Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9653195Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9653344Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9653491Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9653634Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9653840Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9653981Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9654121Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9654262Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9654402Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9654529Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9654670Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9654811Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9654963Z test_dispatch_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9655120Z test_dispatch_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9655273Z test_dispatch_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9655431Z test_dispatch_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:56.9655582Z test_dispatch_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:56.9655721Z test_dispatch_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9655874Z test_dispatch_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:13:56.9656024Z test_dispatch_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:13:56.9656177Z test_dispatch_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:13:56.9656323Z test_dispatch_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:13:56.9656476Z test_dispatch_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:13:56.9656624Z test_dispatch_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.117s) 2022-12-01T10:13:56.9656770Z test_dispatch_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:13:56.9656901Z test_dispatch_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:13:56.9657047Z test_dispatch_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.255s) 2022-12-01T10:13:56.9657188Z test_dispatch_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:13:56.9657331Z test_dispatch_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.210s) 2022-12-01T10:13:56.9657479Z test_dispatch_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.211s) 2022-12-01T10:13:56.9657625Z test_dispatch_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.256s) 2022-12-01T10:13:56.9657766Z test_dispatch_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.253s) 2022-12-01T10:13:56.9657905Z test_dispatch_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.256s) 2022-12-01T10:13:56.9658044Z test_dispatch_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.209s) 2022-12-01T10:13:56.9658173Z test_dispatch_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:13:56.9658309Z test_dispatch_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.211s) 2022-12-01T10:13:56.9658449Z test_dispatch_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.213s) 2022-12-01T10:13:56.9658587Z test_dispatch_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:13:56.9658733Z test_dispatch_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9658883Z test_dispatch_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9659089Z test_dispatch_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9659235Z test_dispatch_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.580s) 2022-12-01T10:13:56.9659364Z test_dispatch_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.577s) 2022-12-01T10:13:56.9659505Z test_dispatch_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.578s) 2022-12-01T10:13:56.9659642Z test_dispatch_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.580s) 2022-12-01T10:13:56.9659879Z test_dispatch_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9660037Z test_dispatch_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:13:56.9660193Z test_dispatch_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:13:56.9660345Z test_dispatch_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9660496Z test_dispatch_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9660633Z test_dispatch_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9660778Z test_dispatch_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:13:56.9660926Z test_dispatch_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:13:56.9661074Z test_dispatch_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:13:56.9661217Z test_dispatch_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:13:56.9661356Z test_dispatch_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9661498Z test_dispatch_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:13:56.9661642Z test_dispatch_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:56.9661775Z test_dispatch_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:13:56.9661915Z test_dispatch_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:13:56.9662055Z test_dispatch_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:56.9662204Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9662349Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9662501Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9662651Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9662796Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9662947Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9663081Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9663228Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9663374Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9663516Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9663658Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9663798Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9663945Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.103s) 2022-12-01T10:13:56.9664089Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9664264Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9664441Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:13:56.9664586Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9664729Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9664866Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:13:56.9665009Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9665147Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:13:56.9665283Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9665412Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9665550Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9665704Z test_dispatch_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9665850Z test_dispatch_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9665995Z test_dispatch_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9666142Z test_dispatch_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9666287Z test_dispatch_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:56.9666429Z test_dispatch_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9666572Z test_dispatch_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.994s) 2022-12-01T10:13:56.9666703Z test_dispatch_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.838s) 2022-12-01T10:13:56.9666851Z test_dispatch_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.835s) 2022-12-01T10:13:56.9666996Z test_dispatch_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.965s) 2022-12-01T10:13:56.9667135Z test_dispatch_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.983s) 2022-12-01T10:13:56.9667280Z test_dispatch_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (0.810s) 2022-12-01T10:13:56.9667421Z test_dispatch_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (0.801s) 2022-12-01T10:13:56.9667561Z test_dispatch_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (0.832s) 2022-12-01T10:13:56.9667701Z test_dispatch_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (0.904s) 2022-12-01T10:13:56.9667827Z test_dispatch_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.031s) 2022-12-01T10:13:56.9667971Z test_dispatch_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.138s) 2022-12-01T10:13:56.9668113Z test_dispatch_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.096s) 2022-12-01T10:13:56.9668263Z test_dispatch_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:56.9668410Z test_dispatch_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:13:56.9668552Z test_dispatch_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9668691Z test_dispatch_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9668824Z test_dispatch_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:13:56.9668946Z test_dispatch_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:13:56.9669086Z test_dispatch_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.134s) 2022-12-01T10:13:56.9669223Z test_dispatch_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.134s) 2022-12-01T10:13:56.9669360Z test_dispatch_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:56.9669564Z test_dispatch_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.093s) 2022-12-01T10:13:56.9669710Z test_dispatch_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.945s) 2022-12-01T10:13:56.9669857Z test_dispatch_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.803s) 2022-12-01T10:13:56.9670004Z test_dispatch_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.097s) 2022-12-01T10:13:56.9670133Z test_dispatch_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (1.180s) 2022-12-01T10:13:56.9670272Z test_dispatch_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (1.058s) 2022-12-01T10:13:56.9670410Z test_dispatch_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.993s) 2022-12-01T10:13:56.9670549Z test_dispatch_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (0.759s) 2022-12-01T10:13:56.9670685Z test_dispatch_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (0.761s) 2022-12-01T10:13:56.9670828Z test_dispatch_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (0.753s) 2022-12-01T10:13:56.9670966Z test_dispatch_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (0.766s) 2022-12-01T10:13:56.9671104Z test_dispatch_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.814s) 2022-12-01T10:13:56.9671231Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9671373Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9671512Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9671651Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9671790Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9671927Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9672065Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9672205Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:56.9672326Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9672606Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9672753Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9672899Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9673043Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9673185Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9673327Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9673474Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9673614Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9673743Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9673881Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9674018Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9674158Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9674295Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9674434Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9674574Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9674710Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9674947Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9675099Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9675252Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9675405Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9675555Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9675703Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9675854Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9676004Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9676141Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9676295Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9676451Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9676603Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9676759Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9676915Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9677069Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9677224Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9677372Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9677515Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9677666Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9677816Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9677955Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9678095Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9678234Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9678371Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9678511Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9678637Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9678775Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9678911Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9679046Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9679184Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9679323Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9679460Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9679598Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9679720Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9679855Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9680018Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9680183Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9680323Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9680462Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:13:56.9680593Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:13:56.9680725Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:13:56.9680843Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:13:56.9680978Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:13:56.9681111Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:13:56.9681271Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9681431Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9681595Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9681756Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9681915Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9682077Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9682222Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9682379Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9682536Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9682694Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9682849Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9683000Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9683168Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9683326Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9683478Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9683641Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9683803Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9683967Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9684125Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9684284Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9684445Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9684602Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9684757Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9684900Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9685044Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9685232Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9685400Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9685540Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9685678Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9685817Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9685956Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9686082Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9686220Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9686360Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9686517Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9686668Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9686822Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9686971Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9687122Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9687273Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9687408Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9687557Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9687706Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9687857Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9688014Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9688166Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9688322Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9688478Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9688616Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9688766Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9688916Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9689066Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9689222Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9689374Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9689514Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9689651Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9689794Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9689919Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9690058Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9690196Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9690370Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9690532Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9690669Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9690799Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9690931Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9691053Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9691191Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9691325Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9691458Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9691589Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9691719Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9691853Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9691983Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9692100Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9692237Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9692370Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9692506Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9692644Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9692779Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9692911Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9693048Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9693166Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9693299Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9693430Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9693573Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9693709Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9693855Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9693997Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9694141Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9694272Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9694414Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9694552Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9694690Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9694825Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9694963Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9695100Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9695235Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9695360Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9695495Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9695662Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9695824Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9695961Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9696096Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9696230Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9696361Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9696482Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9696616Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9696753Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9696884Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9697028Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9697165Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9697303Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9697435Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9697553Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9697684Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9697817Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9697949Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9698080Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9698213Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9698344Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9698491Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:13:56.9698623Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9698766Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:13:56.9698899Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9699036Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9699172Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9699303Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9699437Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9699569Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9699689Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9699913Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9700050Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9700181Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9700341Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9700498Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9700655Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9700811Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9700988Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9701168Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9701321Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9701468Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9701628Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9701782Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9701934Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9702081Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9702229Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9702371Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9702524Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9702673Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9702828Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9702981Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9703134Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9703280Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9703430Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9703568Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9703718Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9703867Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9704010Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9704148Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9704291Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9704430Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9704565Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9704705Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9704833Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9704973Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9705111Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9705248Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9705387Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:13:56.9705524Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:13:56.9705661Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:13:56.9705797Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:13:56.9705927Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9706100Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9706274Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9706414Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9706552Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9706690Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9706831Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9706968Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9707100Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.727s) 2022-12-01T10:13:56.9707243Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.735s) 2022-12-01T10:13:56.9707380Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9707519Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9707656Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9707794Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9707930Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9708065Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9708187Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9708320Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9708453Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9708584Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9708731Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9708875Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9709026Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9709176Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9709305Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9709449Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9709592Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9709735Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9709875Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9710018Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9710162Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9710303Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9710430Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9710574Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9710712Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9710850Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:56.9710991Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:56.9711132Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:56.9711267Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9711486Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9711610Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9711746Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9711882Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9712015Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:56.9712150Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:56.9712286Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:13:56.9712437Z test_dispatch_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9712776Z test_dispatch_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9712940Z test_dispatch_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9713075Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9713224Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9713369Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9713506Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9713638Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9713775Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9713910Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9714044Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9714168Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9714302Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9714435Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9714565Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9714696Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9714825Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9714954Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9715092Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9715218Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9715356Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9715494Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9715629Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9715765Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9715896Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9716029Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9716161Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9716279Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9716408Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9716537Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9716680Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9716921Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9717070Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9717214Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9717360Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9717488Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9717629Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9717769Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9717905Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9718044Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9718184Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9718327Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9718463Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9718601Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9718748Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9718901Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9719055Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9719208Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9719359Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9719513Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9719658Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9719793Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9719942Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9720087Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9720235Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9720383Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9720525Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9720659Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9720807Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9720950Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9721078Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9721218Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9721358Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9721496Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9721632Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9721767Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9721903Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9722085Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9722234Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9722376Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9722512Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9722658Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9722801Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9722945Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9723083Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9723225Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9723351Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9723489Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9723628Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9723763Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9723897Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9724033Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9724175Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9724310Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9724442Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9724587Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9724730Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9724870Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9725010Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9725148Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9725285Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9725422Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9725544Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9725681Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9725818Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9725964Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9726106Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9726248Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9726432Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9726614Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9726789Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9726948Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9727119Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9727349Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9727522Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9727689Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9727855Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9728017Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9728187Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9728359Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9728519Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9728687Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9728849Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9729019Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9729182Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9729347Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9729514Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9729676Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9729844Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9729991Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9730152Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9730311Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9730470Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9730627Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9730784Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9730942Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9731100Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9731257Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9731397Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9731557Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9731714Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9731870Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9732031Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9732188Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9732373Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9732553Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9732692Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9732844Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9732997Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9733151Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9733322Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9733492Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9733681Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9733864Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9734044Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9734181Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9734334Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9734485Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9734638Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9734795Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:56.9734954Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-12-01T10:13:56.9735110Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9735264Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9735416Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9735556Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9735715Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.221s) 2022-12-01T10:13:56.9735870Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.265s) 2022-12-01T10:13:56.9736022Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9736175Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9736330Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:56.9736501Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:13:56.9736673Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:13:56.9736842Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9736994Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9737161Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9737326Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9737523Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9737715Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9737883Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9738048Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9738213Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9738390Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:13:56.9738546Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9738718Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9738895Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9739064Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9739228Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9739395Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:56.9739564Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:56.9739817Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:56.9739989Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:56.9740142Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:56.9740315Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:56.9740478Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:56.9740639Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:13:56.9740801Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9740959Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9741116Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:13:56.9741278Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9741422Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9741584Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9741746Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9741901Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9742056Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9742214Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9742371Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9742529Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9742681Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9742883Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9743034Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9743199Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:56.9743360Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:56.9743519Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:56.9743680Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9743841Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9744000Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9744158Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9744331Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9744517Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9744702Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9744891Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9745078Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9745270Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9745464Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9745651Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9745837Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9746009Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9746193Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9746372Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9746553Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9746740Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9746924Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9747095Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:56.9747268Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9747435Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:13:56.9747602Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:13:56.9747757Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (4.127s) 2022-12-01T10:13:56.9747950Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (4.120s) 2022-12-01T10:13:56.9748147Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (4.130s) 2022-12-01T10:13:56.9748302Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9748453Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9748602Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9748754Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9748903Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9749038Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9749201Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.271s) 2022-12-01T10:13:56.9749365Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.233s) 2022-12-01T10:13:56.9749524Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9749685Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9749843Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9750004Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9750165Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9750324Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9750476Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9750641Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9750801Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9750961Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9751120Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9751278Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9751434Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9751592Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9751748Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9751893Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9752048Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9752199Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9752352Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9752650Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9752825Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9752996Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9753154Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9753404Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9753549Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9753706Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9753870Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:56.9754033Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:13:56.9754191Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:13:56.9754359Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9754527Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9754704Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9754860Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9755031Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9755207Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9755378Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9755548Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9755717Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9755888Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9756058Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9756227Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9756392Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9756547Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9756717Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9756892Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9757063Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9757241Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9757394Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9757547Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9757698Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9757839Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9757997Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9758153Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9758306Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9758495Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9758675Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9758836Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9758993Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9759150Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9759291Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9759446Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9759601Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9759756Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9759914Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:56.9760072Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9760225Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9760379Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9760531Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9760668Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9760819Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9760970Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9761120Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9761292Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9761462Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9761627Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9761795Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9761957Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9762106Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9762266Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9762441Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9762607Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9762774Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9762946Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:13:56.9763114Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:13:56.9763275Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:56.9763429Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:56.9763628Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:13:56.9763813Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.043s) 2022-12-01T10:13:56.9763973Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.078s) 2022-12-01T10:13:56.9764132Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.048s) 2022-12-01T10:13:56.9764288Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.660s) 2022-12-01T10:13:56.9764443Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.646s) 2022-12-01T10:13:56.9764601Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.682s) 2022-12-01T10:13:56.9764760Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (3.793s) 2022-12-01T10:13:56.9764903Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (3.877s) 2022-12-01T10:13:56.9765067Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.083s) 2022-12-01T10:13:56.9765228Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.102s) 2022-12-01T10:13:56.9765394Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.125s) 2022-12-01T10:13:56.9765559Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:13:56.9765719Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.888s) 2022-12-01T10:13:56.9765876Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.819s) 2022-12-01T10:13:56.9766037Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.174s) 2022-12-01T10:13:56.9766205Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.197s) 2022-12-01T10:13:56.9766353Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.606s) 2022-12-01T10:13:56.9766515Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.606s) 2022-12-01T10:13:56.9766676Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.111s) 2022-12-01T10:13:56.9766843Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:13:56.9766995Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9767148Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9767303Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9767460Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9767617Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9767766Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:56.9767929Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:56.9768104Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9768276Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9768456Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9768631Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9768867Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9769026Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.207s) 2022-12-01T10:13:56.9769183Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.208s) 2022-12-01T10:13:56.9769324Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.208s) 2022-12-01T10:13:56.9769485Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9769649Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9769808Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9769966Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9770130Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9770284Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:13:56.9770449Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:13:56.9770606Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9770760Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:13:56.9770925Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:56.9771086Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9771247Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9771409Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9771569Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:56.9771730Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:56.9771889Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:56.9772034Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:56.9772190Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:56.9772353Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9772509Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9772680Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9772846Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9773008Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9773165Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9773319Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9773462Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9773622Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9773781Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9774002Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9774160Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9774325Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9774486Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9774646Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9774816Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9774984Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9775151Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9775306Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9775461Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9775632Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9775803Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9775973Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9776141Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9776308Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9776469Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9776639Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9776785Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9776943Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9777108Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9777275Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9777426Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:56.9777579Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:56.9777744Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9777908Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9778077Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9778230Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9778393Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9778553Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9778709Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9778869Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9779028Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9779247Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9779408Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9779565Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9779793Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9779970Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9780140Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9780311Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9780476Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9780644Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9780806Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9780970Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9781128Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9781269Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9781429Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9781590Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9781759Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.202s) 2022-12-01T10:13:56.9781929Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.194s) 2022-12-01T10:13:56.9782093Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.197s) 2022-12-01T10:13:56.9782259Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.194s) 2022-12-01T10:13:56.9782417Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.193s) 2022-12-01T10:13:56.9782575Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.197s) 2022-12-01T10:13:56.9782723Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.194s) 2022-12-01T10:13:56.9782881Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.194s) 2022-12-01T10:13:56.9783038Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9783194Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9783347Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9783500Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9783647Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9783800Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9783935Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9784085Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9784234Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9784446Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9784592Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9784747Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9784895Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9785046Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9785194Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9785324Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9785470Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9785619Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9785769Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9785923Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9786074Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9786222Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:56.9786371Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9786507Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9786655Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9786819Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9786988Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9787138Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9787286Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9787434Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9787595Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9787755Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9787897Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9788049Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9788217Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9788378Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9788542Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9788698Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9788853Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9789007Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9789174Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9789334Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9789561Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9789728Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9789894Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9790055Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9790222Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9790384Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9790546Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9790706Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9790859Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9791018Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9791174Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9791330Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9791489Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9791646Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9791803Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9791960Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9792110Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9792269Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9792422Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9792694Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9792851Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9793002Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9793156Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9793307Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9793462Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9793598Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9793760Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9793923Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9794084Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9794243Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9794399Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9794555Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9794778Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9794966Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9795109Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9795263Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9795419Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9795577Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9795732Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9795888Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9796048Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9796201Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9796343Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9796496Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9796665Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:56.9796838Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9797011Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9797177Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9797343Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9797515Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9797683Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9797836Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9797999Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9798162Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9798348Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9798535Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9798723Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9798904Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9799085Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9799264Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9799438Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9799606Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9799784Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9800019Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9800174Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.156s) 2022-12-01T10:13:56.9800330Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.174s) 2022-12-01T10:13:56.9800487Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.168s) 2022-12-01T10:13:56.9800639Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:13:56.9800791Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.241s) 2022-12-01T10:13:56.9800940Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.168s) 2022-12-01T10:13:56.9801097Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9801268Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9801435Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9801599Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9801763Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9801927Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9802091Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9802230Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.230s) 2022-12-01T10:13:56.9802356Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.238s) 2022-12-01T10:13:56.9802504Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.253s) 2022-12-01T10:13:56.9802645Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:13:56.9802788Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:13:56.9802927Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:13:56.9803065Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:13:56.9803201Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:13:56.9803339Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:13:56.9803474Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.226s) 2022-12-01T10:13:56.9803597Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:13:56.9803733Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:13:56.9803868Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.226s) 2022-12-01T10:13:56.9804001Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:56.9804141Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:56.9804278Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9804413Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:56.9804550Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:56.9804671Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:56.9804812Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9804986Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9805159Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9805299Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9805440Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9805577Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9805718Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9805847Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9805983Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9806117Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9806253Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9806402Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9806543Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9806679Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9806817Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9806942Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9807080Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9807217Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9807353Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9807504Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9807656Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9807805Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9807951Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9808075Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9808207Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9808345Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9808482Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9808618Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9808751Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9808886Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9809023Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9809142Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9821809Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9822033Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9822172Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9822309Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9822454Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9822580Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9822726Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9823036Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9823176Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9823317Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9823455Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9823596Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9823732Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9823857Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9823996Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9824132Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9824271Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9824417Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.729s) 2022-12-01T10:13:56.9824556Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.837s) 2022-12-01T10:13:56.9824691Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (1.720s) 2022-12-01T10:13:56.9824825Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (1.716s) 2022-12-01T10:13:56.9824950Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9825084Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9825225Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9825362Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9825499Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9825635Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9825766Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9825898Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9826019Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9826148Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9826281Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9826409Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9826553Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (2.006s) 2022-12-01T10:13:56.9826695Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (2.051s) 2022-12-01T10:13:56.9826836Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9826976Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9827106Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9827247Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9827387Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9827523Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9827659Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9827795Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9827928Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9828093Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9828254Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9828377Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9828510Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9828655Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9828799Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9828940Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9829080Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9829214Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:13:56.9829347Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:13:56.9829503Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9829659Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9829817Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9829973Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9830127Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9830280Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9830431Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9830585Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9830731Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9830892Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9831047Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9831203Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9831358Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9831509Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9831662Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9831810Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9831965Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9832104Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9832263Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9832415Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9832860Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9833022Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9833172Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9833324Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9833477Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9833738Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9833877Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9834036Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9834189Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9834347Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9834505Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9834655Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9834805Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9834964Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9835104Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9835253Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9835410Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9835564Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9835720Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9835876Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9836026Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9836179Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9836328Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9836467Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9836616Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9836758Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9836903Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9837046Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9837191Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9837331Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9837472Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9837601Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9837737Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9837872Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9838009Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9838144Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9838281Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9838415Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9838551Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9838676Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9838863Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9838997Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9839126Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9839256Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9839386Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9839515Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9839645Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9839763Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9839893Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9840034Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9840176Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9840312Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9840447Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9840580Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9840712Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9840832Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9840961Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9841089Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9841225Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9841359Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9841499Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9841636Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9841771Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9841891Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9842023Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9842152Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9842280Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9842408Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9842540Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9842673Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9842811Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9842933Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9843065Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9843195Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9843334Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.735s) 2022-12-01T10:13:56.9843473Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.701s) 2022-12-01T10:13:56.9843611Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9843746Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9843885Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9844128Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9844269Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9844405Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9844539Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9844674Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9844808Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9844942Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9845087Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9845218Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9845364Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9845506Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9845646Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9845786Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9845926Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9846072Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9846219Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9846359Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9846483Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9846626Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9846765Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9846901Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9847039Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9847181Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9847317Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9847457Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9847584Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9847722Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9847861Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9847998Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9848131Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9848275Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9848418Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9848562Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9848693Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9848834Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9848969Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9849103Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9849305Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9849439Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9849578Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9849715Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9849842Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9849974Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9850105Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9850239Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9850370Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9850504Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9850635Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9850767Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9850882Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9851014Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9851145Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9851281Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9851419Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9851557Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9851694Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9851833Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9851953Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9852085Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9852215Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9852343Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9852474Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9852605Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9852750Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9852889Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9853027Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9853175Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9853318Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9853461Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9853598Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9853739Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9853880Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9854017Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9854144Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9854284Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9854484Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9854625Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9854765Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9854904Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9855050Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9855261Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9855443Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9855570Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9855708Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9855848Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9855988Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9856127Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9856263Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9856400Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9856535Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9856660Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9856796Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9856939Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9857086Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9857225Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9857360Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9857496Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:56.9857630Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9857752Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9857884Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9858018Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9858150Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9858304Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9858456Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:56.9858610Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:56.9858762Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9858902Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9859052Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9859201Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9859347Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9859496Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9859683Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9859950Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9860102Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9860237Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9860382Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9860521Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9860668Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9860815Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9860956Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9861103Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9861245Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9861381Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9861509Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9861650Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9861789Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9861926Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9862066Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9862204Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9862345Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9862492Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9862623Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9862764Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9862901Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9863037Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9863175Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9863309Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9863444Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9863580Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9863704Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9863840Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9863980Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9864114Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9864255Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9864394Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9864531Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9864668Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9864791Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9864952Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9865115Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9865248Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9865381Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9865514Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9865654Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9865789Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9865922Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9866066Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9866205Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9866345Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9866480Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9866618Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9866753Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9866889Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9867012Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9867149Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9867293Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9867433Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9867582Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9867730Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9867871Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9868009Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9868144Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9868273Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9868409Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9868544Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9868682Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9868823Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9868968Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9869107Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9869252Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9869387Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9869528Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9869671Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9869808Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9869954Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9870122Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9870287Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9870425Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9870551Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9870686Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9870822Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9870953Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9871091Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9871229Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9871368Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9871505Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9871627Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9871759Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9871889Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9872019Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9872148Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9872276Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9872405Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9872672Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9872794Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9872936Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:56.9873074Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9873209Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9873344Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9873477Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9873608Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9873740Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9873855Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9873983Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9874119Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:56.9874257Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9874391Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9874528Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9874658Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9874792Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9874911Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9875044Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9875174Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9875379Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9875560Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9875705Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9875854Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9876002Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9876136Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9876292Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9876446Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9876595Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9876734Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9876869Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9877010Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9877149Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9877283Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9877405Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9877537Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9877667Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9877795Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9877926Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9878062Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9878197Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9878338Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9878462Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9878595Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9878728Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9878861Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9878989Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9879119Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9879247Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9879380Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9879499Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9879643Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9879783Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9879931Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9880077Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9880221Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9880359Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9880545Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9880702Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9880845Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9880983Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9881121Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9881257Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9881396Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9881532Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9881674Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9881801Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:56.9881942Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9882079Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9882215Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9882351Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9882487Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9882621Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9882756Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9882876Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:56.9883029Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9883180Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:13:56.9883336Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:56.9883488Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9883635Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9883783Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9883925Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9884072Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9884206Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9884356Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9884511Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9884658Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9884809Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9884957Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9885104Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9885251Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9885385Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9885530Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9885704Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9885880Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9886032Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9886182Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9886331Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9886477Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:56.9886620Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9886749Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9886893Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9887048Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9887194Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9887348Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9887496Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9887646Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9887795Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9887929Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9888071Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9888219Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9888365Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9888510Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9888656Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9888806Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9888953Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9889101Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9889237Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9889381Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:56.9889530Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9889674Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9889819Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9889965Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9890113Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9890260Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.394s) 2022-12-01T10:13:56.9890394Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (2.410s) 2022-12-01T10:13:56.9890538Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (2.611s) 2022-12-01T10:13:56.9890675Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (2.418s) 2022-12-01T10:13:56.9890876Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (2.400s) 2022-12-01T10:13:56.9891016Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (2.419s) 2022-12-01T10:13:56.9891151Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (2.403s) 2022-12-01T10:13:56.9891294Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (2.366s) 2022-12-01T10:13:56.9891436Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.478s) 2022-12-01T10:13:56.9891582Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.509s) 2022-12-01T10:13:56.9891738Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.517s) 2022-12-01T10:13:56.9891893Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.511s) 2022-12-01T10:13:56.9892046Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.512s) 2022-12-01T10:13:56.9892207Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.509s) 2022-12-01T10:13:56.9892359Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.510s) 2022-12-01T10:13:56.9892512Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.521s) 2022-12-01T10:13:56.9892664Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.540s) 2022-12-01T10:13:56.9892803Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9892926Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9893066Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9893206Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9893351Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9893492Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9893626Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9893761Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9893897Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9894019Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9894151Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9894283Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9894418Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9894568Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9894718Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9894864Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9895009Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9895142Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9895285Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9895426Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9895564Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9895707Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9895845Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9896044Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9896176Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9896301Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9896436Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9896570Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9896703Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9896835Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9896967Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9897097Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9897227Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9897345Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9897474Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9897603Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9897739Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9897873Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9898013Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9898152Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9898288Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9898408Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9898546Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9898680Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9898810Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9898939Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9899073Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9899200Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:56.9899339Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9899463Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9899607Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9899841Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9899994Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9900133Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9900269Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9900405Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9900538Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9900660Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9900792Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9900926Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9901056Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9901227Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9901388Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9901521Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9901653Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9901772Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9901901Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9902031Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9902162Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9902301Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9902436Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9902576Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9902716Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9902840Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9902975Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9903107Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9903240Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9903376Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9903510Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9903642Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9903776Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9903902Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9904038Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9904171Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9904301Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9904431Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9904559Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9904686Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9904814Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9904930Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9905066Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9905194Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9905331Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9905468Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9905601Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9905736Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9905867Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9905996Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9906112Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9906239Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9906401Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9906562Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9906689Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9906828Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9906966Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9907099Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9907220Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9907348Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9907477Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9907604Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9907734Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9907865Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9908001Z test_dispatch_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9908129Z test_dispatch_meta_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9908257Z test_dispatch_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9908395Z test_dispatch_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9908533Z test_dispatch_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9908669Z test_dispatch_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9908803Z test_dispatch_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9908940Z test_dispatch_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9909074Z test_dispatch_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9909206Z test_dispatch_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9909324Z test_dispatch_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9909455Z test_dispatch_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9909582Z test_dispatch_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9909730Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9909874Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9910019Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9910160Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9910302Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9910432Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9910577Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9910715Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9910857Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9910995Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9911135Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9911272Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9911408Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9911604Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9911752Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9911907Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9912061Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9912212Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9912360Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9912654Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9912861Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9913000Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9913146Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9913293Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9913442Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9913579Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9913708Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9913843Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9913978Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9914112Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9914230Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9914364Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9914495Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9914625Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9914754Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9914913Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9915072Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9915226Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9915367Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9915514Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9915665Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9915812Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9915958Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9916102Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9916240Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9916384Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9916510Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9916654Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9916804Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9917063Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9917211Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9917355Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9917500Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9917646Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9917790Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9917924Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9918073Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9918222Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9918368Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9918509Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9918652Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9918800Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9918945Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9919076Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9919222Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9919368Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9919516Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9919661Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9919803Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9919945Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9920089Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9920221Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9920368Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9920512Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9920653Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9920799Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9920944Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9921088Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9921231Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9921396Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9921554Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9921722Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9921887Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9922077Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9922309Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9922475Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9922635Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9922799Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9922963Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9923110Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9923270Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9923430Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9923585Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9923747Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9923908Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9924371Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9924723Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9925063Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9925394Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9925725Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9926052Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9926390Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9926726Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9927064Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9927402Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9927733Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9928061Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9928397Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9928781Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9929113Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9929442Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9929578Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9929720Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9929866Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9930013Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9930159Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9930299Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9930434Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9930573Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9930704Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9930847Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9930991Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9931133Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9931277Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9931417Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9931555Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9931700Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9931829Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9931992Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9932159Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9932318Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9932480Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9932635Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9932793Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9932952Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9933112Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9933260Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9933424Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9933583Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9933743Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9933898Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9934124Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9934285Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9934444Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9934590Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9934719Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9934860Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9934998Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9935138Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9935278Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9935422Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9935564Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9935700Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9935827Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9935969Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9936106Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9936242Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9936380Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9936517Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9936657Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9936794Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9936923Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9937065Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9937202Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9937343Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9937481Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9937616Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9937753Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9937891Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9938047Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9938214Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9938375Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9938538Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9938695Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9938859Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9939020Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9939236Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9939591Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9940032Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9940355Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9940687Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9941020Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9941361Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9941694Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9942026Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9942180Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9942330Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9942481Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9942632Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9942765Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9942911Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9943054Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9943200Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9943358Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9943520Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9943677Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9943835Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9943984Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9944141Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9944297Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9944450Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9944606Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9944767Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9944922Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9945078Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9945308Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9945451Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9945606Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9945759Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9945911Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9946066Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9946220Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9946376Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9946532Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9946688Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9946831Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9946983Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9947139Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9947297Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9947453Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9947604Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9947760Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9947917Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9948071Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9948213Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9948359Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9948501Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9948645Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9948785Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9948929Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9949071Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9949207Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9949335Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9949476Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9949614Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9949757Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9949898Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9950040Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9950180Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9950375Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9950505Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9950648Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9950828Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9951006Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9951184Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9951362Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9951537Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9951715Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9951885Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9952045Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9952214Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9952379Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9952698Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9952869Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9953038Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9953208Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9953370Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9953537Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9953691Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9953860Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9954030Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9954193Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9954363Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9954526Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9954691Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9954857Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9955023Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9955378Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9955739Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9956314Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9956669Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9957019Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9957364Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9957710Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9958065Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9958414Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9958768Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9959121Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9959469Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9959819Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9960155Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9960499Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9960845Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9961191Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9961550Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9961900Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9962244Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9962585Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9962933Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9963344Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9963686Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9964034Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9964385Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9964720Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9965066Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9965416Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9965754Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9966101Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9966445Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:56.9966606Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9966773Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9966935Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9967094Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9967240Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9967397Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9967554Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9967709Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9967860Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9968012Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9968160Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9968309Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9968453Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9968585Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9968727Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9968864Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9969007Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9969145Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9969342Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9969488Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9969630Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9969759Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9969896Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9970037Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9970176Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9970316Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9970454Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9970592Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9970733Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9970862Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9971001Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9971137Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9971272Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9971404Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9971536Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9971668Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9971802Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9971925Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9972058Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9972206Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9972351Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9972501Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9972651Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9972798Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9972944Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9973094Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9973227Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9973364Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9973507Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9973648Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9973788Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9973935Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9974074Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9974225Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9974393Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9974571Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9974720Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9974865Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9975010Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9975154Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9975298Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9975437Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9975576Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9975713Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9975849Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9975981Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9976119Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9976257Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9976391Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9976526Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9976656Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9976776Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9976906Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9977039Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9977168Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9977307Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9977440Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9977582Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9977723Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9977849Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9977985Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9978120Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9978256Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9978392Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9978524Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9978657Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9978789Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9978916Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9979046Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9979189Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9979329Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9979469Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9979686Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9979917Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9980056Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:56.9980180Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9980317Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9980453Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9980588Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9980722Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:56.9980860Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9980997Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9981141Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9981266Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9981407Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9981544Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9981678Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9981809Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9981942Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9982072Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9982204Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9982327Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9982457Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9982595Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9982734Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9982869Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9982999Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9983129Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9983259Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9983386Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9983532Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9983678Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9983822Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9983960Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9984097Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:56.9984236Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:56.9984373Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:56.9984493Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9984627Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9984759Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9984962Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:56.9985098Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9985233Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9985364Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9985494Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9985612Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9985742Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9985871Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9986000Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9986131Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9986263Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:56.9986397Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9986526Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9986651Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9986785Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9986916Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9987047Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9987177Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9987306Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9987436Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9987563Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9987681Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9987810Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:56.9987951Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9988089Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9988235Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9988379Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:56.9988518Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9988656Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9988782Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9988920Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9989056Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9989192Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9989328Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9989466Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:56.9989603Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.247s) 2022-12-01T10:13:56.9989739Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.248s) 2022-12-01T10:13:56.9989858Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.185s) 2022-12-01T10:13:56.9990028Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.197s) 2022-12-01T10:13:56.9990198Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (2.799s) 2022-12-01T10:13:56.9990338Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (2.791s) 2022-12-01T10:13:56.9990479Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:56.9990617Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:56.9990755Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:56.9990891Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:56.9991021Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9991136Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9991277Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9991413Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9991542Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9991669Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9991796Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9991926Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9992051Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9992166Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9992292Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9992419Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9992762Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9992920Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9993071Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9993221Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9993369Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9993499Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9993645Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9993788Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:56.9993929Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9994068Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9994213Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9994356Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:56.9994492Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9994612Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:13:56.9994751Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9994891Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.117s) 2022-12-01T10:13:56.9995025Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:13:56.9995160Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.117s) 2022-12-01T10:13:56.9995290Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9995535Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9995668Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9995785Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9995915Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9996044Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:13:56.9996179Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9996309Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9996451Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9996588Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9996725Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9996847Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9996976Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9997104Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9997231Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9997359Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9997486Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9997621Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9997750Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9997875Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9998016Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9998152Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9998286Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9998418Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9998549Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9998679Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9998808Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9998927Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:56.9999073Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9999214Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9999368Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:56.9999515Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9999659Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:56.9999801Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:56.9999939Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0000068Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0000205Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0000339Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0000477Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0000675Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0000815Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0000958Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0001102Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0001230Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0001370Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0001509Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0001647Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0001784Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0001925Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0002064Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0002199Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0002329Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0002456Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0002592Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0002727Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0002860Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0002992Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0003124Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0003259Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0003387Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0003505Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0003635Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0003767Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0003897Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0004032Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0004167Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0004296Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0004428Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0004545Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0004675Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0004803Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0004932Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0005061Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0005190Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0005330Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0005456Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0005600Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0005773Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0005938Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0006081Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0006219Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0006358Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0006495Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0006628Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0006751Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0006884Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0007021Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0007159Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0007291Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0007423Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0007552Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0007681Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0007800Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0007930Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0008071Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0008208Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0008347Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0008483Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0008615Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0008746Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0008864Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0008997Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0009127Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0009270Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0009411Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0009561Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0009710Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0009850Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0009978Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0010117Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0010257Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0010394Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0010532Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0010668Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0010805Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0011002Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0011161Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0011309Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:57.0011453Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0011593Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0011733Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0011873Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0012010Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0012150Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0012276Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0012417Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0012553Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0012690Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0012831Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0012967Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0013104Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0013239Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0013357Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0013490Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0013627Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0013759Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0013891Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0014021Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0014176Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0014330Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0014468Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0014615Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0014749Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0014881Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0015020Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0015156Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0015290Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0015423Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0015542Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0015673Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0015803Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0015930Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0016061Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0016243Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0016385Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0016522Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0016658Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0016775Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0016913Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0017051Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0017185Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0017318Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0017451Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0017584Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0017712Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0017828Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0017955Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0018090Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0018232Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0018369Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0018514Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0018654Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0018804Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0018939Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0019081Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0019218Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0019358Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0019498Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0019637Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0019873Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0020021Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0020149Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0020289Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0020425Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0020563Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0020695Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0020827Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0020957Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0021089Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0021209Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0021347Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0021546Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0021688Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0021829Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0021968Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0022104Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0022241Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0022365Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0022501Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0022634Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0022768Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0022902Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0023033Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0023175Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0023312Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0023445Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0023590Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0023729Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0023870Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0024013Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0024154Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0024293Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0024431Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0024556Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0024693Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0024830Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0024965Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0025097Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0025239Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0025383Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0025522Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0025646Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0025782Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0025918Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0026050Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0026184Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0026316Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0026448Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0026608Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0026761Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0026904Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0027043Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0027178Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0027313Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0027449Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0027601Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.501s) 2022-12-01T10:13:57.0027749Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (1.502s) 2022-12-01T10:13:57.0027902Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (1.509s) 2022-12-01T10:13:57.0028042Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (1.485s) 2022-12-01T10:13:57.0028192Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (1.472s) 2022-12-01T10:13:57.0028340Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (1.533s) 2022-12-01T10:13:57.0028486Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (1.498s) 2022-12-01T10:13:57.0028635Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (1.475s) 2022-12-01T10:13:57.0028783Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.539s) 2022-12-01T10:13:57.0028921Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.968s) 2022-12-01T10:13:57.0029054Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... ok (3.015s) 2022-12-01T10:13:57.0029179Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (3.025s) 2022-12-01T10:13:57.0029318Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (2.986s) 2022-12-01T10:13:57.0029453Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (3.031s) 2022-12-01T10:13:57.0029586Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (3.008s) 2022-12-01T10:13:57.0029717Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (3.022s) 2022-12-01T10:13:57.0029849Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (3.022s) 2022-12-01T10:13:57.0029982Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (3.013s) 2022-12-01T10:13:57.0030124Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0030247Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0030392Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0030543Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0030684Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0030826Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0030965Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0031105Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0031242Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0031367Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0031504Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0031641Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0031819Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0031979Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0032116Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0032255Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0032388Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0032637Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0032769Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0032908Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0033051Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0033194Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0033337Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0033476Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0033614Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0033738Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0033876Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0034016Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0034153Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0034288Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0034424Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0034559Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0034690Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0034808Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0034941Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0035094Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0035242Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0035389Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0035528Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0035661Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0035805Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0035945Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0036072Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0036209Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0036344Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0036478Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0036615Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0036748Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0036882Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0037014Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0037214Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0037364Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0037511Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0037646Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0037777Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0037915Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0038053Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0038190Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0038314Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0038451Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0038585Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0038717Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0038849Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0038979Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0039112Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0039241Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0039368Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0039503Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0039646Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0039792Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0039935Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0040071Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0040207Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0040343Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0040465Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0040598Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0040730Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0040861Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0040999Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0041139Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0041272Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0041412Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0041540Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0041681Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0041817Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0041953Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0042088Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0042222Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0042386Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0042547Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0042670Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0042802Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0042936Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0043068Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0043207Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0043344Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0043481Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0043617Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0043741Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0043874Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0044004Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0044137Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0044267Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0044399Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0044529Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0044666Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0044786Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0044923Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0045060Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0045191Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0045321Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0045451Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0045577Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0045707Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0045826Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0045961Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0046091Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0046235Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0046372Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0046504Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0046638Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0046768Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0046886Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0047016Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0047143Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0047273Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0047428Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0047590Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0047723Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0047861Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0047987Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0048124Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0048256Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0048388Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0048518Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0048648Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0048780Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0048913Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0049032Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0049160Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0049304Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0049445Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0049590Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0049735Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0049878Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0050020Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0050147Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0050280Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0050417Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0050553Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0050689Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0050825Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0050961Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0051084Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0051219Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0051329Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0051449Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0051573Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0051694Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0051813Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0051931Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0052049Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0052154Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0052269Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0052385Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0052499Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0052649Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0052790Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0052911Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053027Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053140Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053260Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053378Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053496Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053613Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053732Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053849Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0053965Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0054069Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0054184Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0054300Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0054429Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0054596Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0054785Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0054918Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0055037Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0055166Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0055295Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0055423Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0055550Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0055677Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0055804Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0055930Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0056042Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0056168Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0056292Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0056422Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0056553Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0056681Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0056806Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0056932Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0057043Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0057164Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0057282Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0057403Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0057520Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0057640Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0057802Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0057949Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0058058Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0058178Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0058296Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0058421Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0058542Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0058672Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0058798Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0058923Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0059038Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0059165Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0059287Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0059408Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0059528Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0059648Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0059852Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0059982Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0060102Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0060234Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0060364Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0060492Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0060619Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0060744Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0060869Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0060992Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0061105Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0061230Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0061355Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0061480Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0061604Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0061731Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0061853Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0061968Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0062095Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0062218Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0062342Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0062464Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0062585Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0062705Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0062824Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0063007Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0063128Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0063249Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0063367Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0063486Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0063604Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0063723Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0063840Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0063954Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0064081Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0064212Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0064339Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0064461Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0064585Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0064706Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0064825Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0064934Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0065054Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0065173Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0065297Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0065429Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0065557Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0065679Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0065801Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0065912Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0066035Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0066154Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0066272Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0066392Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0066510Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0066632Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0066751Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0066854Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0066968Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0067085Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0067204Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0067327Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0067450Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0067574Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0067682Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0067804Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0067964Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0068112Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0068232Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0068353Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0068470Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0068588Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0068693Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0068819Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0068936Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0069065Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0069190Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0069317Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0069437Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0069557Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0069663Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0069782Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0069897Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070014Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070139Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070256Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070385Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070514Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070627Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070751Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070871Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0070989Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0071104Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0071222Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0071342Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0071453Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0071570Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0071697Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0071824Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0071948Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0072067Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0072184Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0072302Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0072408Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0072648Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0072768Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0072891Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0073008Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0073138Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0073363Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0073493Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0073608Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0073729Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0073852Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0073974Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0074096Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0074216Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0074339Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0074470Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0074593Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0074724Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0074850Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0074978Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0075103Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0075234Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0075363Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0075477Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0075599Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0075724Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0075848Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0075971Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0076093Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0076212Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0076338Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0076454Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0076581Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0076705Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0076830Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0076951Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0077070Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0077193Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0077319Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0077428Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0077572Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0077718Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0077860Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0077998Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0078136Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0078273Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0078437Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0078586Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0078723Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0078860Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0078986Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0079114Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0079242Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0079367Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0079487Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0079597Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0079716Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0079833Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0079953Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0080075Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0080200Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0080319Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0080446Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0080561Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0080683Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0080803Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0080921Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0081043Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0081164Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0081281Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0081387Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0081505Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0081626Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0081743Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0081869Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0081992Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0082114Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0082235Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0082343Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0082461Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0082579Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0082697Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0082814Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0082933Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0083062Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.147s) 2022-12-01T10:13:57.0083195Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.147s) 2022-12-01T10:13:57.0083314Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.150s) 2022-12-01T10:13:57.0083442Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:13:57.0083600Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.144s) 2022-12-01T10:13:57.0083755Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.144s) 2022-12-01T10:13:57.0083881Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0083999Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0084121Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0084241Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0084347Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0084465Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0084583Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0084700Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0084819Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0084938Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0085063Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0085171Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0085293Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0085410Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0085527Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0085643Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0085761Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0085877Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0085994Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0086100Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0086226Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0086351Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0086476Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0086600Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0086722Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0086840Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0086962Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0087073Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0087197Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0087315Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0087445Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0087574Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0087696Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0087818Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0087938Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0088048Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0088164Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0088280Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0088398Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0088517Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0088669Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0088845Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0088965Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0089089Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0089209Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0089327Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0089444Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0089562Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0089681Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0089799Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0089904Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0090024Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0090155Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0090282Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0090406Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0090527Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0090650Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0090770Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0090876Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0090997Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0091118Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0091244Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0091371Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0091493Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0091612Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0091732Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0091839Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0091958Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0092077Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0092196Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0092321Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0092443Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0092565Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0092674Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0092792Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0092908Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0093024Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0093142Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0093258Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0093385Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0093507Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0093619Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0093775Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0093928Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0094053Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0094176Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0094295Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0094418Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0094542Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0094659Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0094779Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:57.0094914Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0095046Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0095174Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0095303Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0095433Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0095558Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0095671Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0095790Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0095912Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0096036Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0096165Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0096292Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0096428Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0096563Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0096683Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0096811Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0096937Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0097066Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0097193Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0097321Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0097443Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0097567Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0097684Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0097828Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0097963Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0098106Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0098248Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0098386Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0098525Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0098662Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0098787Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0098950Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0099112Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0099248Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0099384Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0099517Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0099644Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0099863Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0099983Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0100109Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0100231Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0100352Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0100475Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0100593Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0100711Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0100828Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0100935Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0101060Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0101178Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0101307Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0101435Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0101560Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0101684Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0101794Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0101915Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0102031Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0102148Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0102269Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0102395Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0102513Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0102637Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0102746Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0102866Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0102983Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0103097Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0103215Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0103334Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0103458Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0103576Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0103693Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0103819Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0103943Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0104064Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0104240Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0104384Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0104503Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0104621Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0104727Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0104852Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0104972Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0105101Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0105229Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0105354Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0105475Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0105587Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0105705Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0105824Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0105941Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0106061Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0106192Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0106320Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0106456Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0106575Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0106707Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0106837Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0106966Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0107093Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0107219Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0107343Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0107467Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0107581Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0107706Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0107836Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0107961Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0108094Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0108228Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0108359Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0108487Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0108600Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0108727Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0108851Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0108975Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0109098Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0109222Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0109378Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0109535Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0109651Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0109783Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0109914Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0110044Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0110171Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0110297Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0110422Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0110546Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0110660Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0110786Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0110911Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0111037Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0111164Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0111293Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0111424Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0111550Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0111664Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0111790Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0111916Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0112039Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0112162Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0112283Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0112412Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0112647Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0112815Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0112944Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0113069Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0113201Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0113333Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0113465Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0113591Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0113704Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0113831Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0113955Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0114080Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0114199Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0114323Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0114449Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0114628Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:57.0114771Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:57.0114894Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:57.0115017Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:57.0115143Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:57.0115270Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0115398Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0115527Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0115654Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0115767Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0115896Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0116037Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0116172Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0116307Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0116443Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0116575Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0116702Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0116816Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0116942Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0117068Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0117195Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0117322Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0117449Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0117573Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0117698Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0117810Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0117934Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0118058Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0118200Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0118339Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0118479Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0118617Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0118752Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0118865Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0118989Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0119114Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0119239Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0119362Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0119487Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0119619Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0119779Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0119930Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0120064Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0120197Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0120327Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0120456Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0120582Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0120708Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0120834Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0120947Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0121075Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0121201Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0121322Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0121448Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0121572Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0121693Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0121810Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0121917Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0122033Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:57.0122150Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0122267Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0122388Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0122513Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0122629Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0122744Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0122871Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0122998Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0123119Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0123240Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0123357Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0123476Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0123596Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0123702Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0123820Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0123937Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0124075Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0124217Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0124353Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0124497Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0124640Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0124767Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0124935Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0125101Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0125239Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0125373Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0125509Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0125644Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0125776Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0125898Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0126028Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0126165Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0126303Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0126434Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0126564Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0126694Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0126822Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0126936Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0127063Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0127191Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0127320Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0127446Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.207s) 2022-12-01T10:13:57.0127577Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.208s) 2022-12-01T10:13:57.0127702Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.209s) 2022-12-01T10:13:57.0127829Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.209s) 2022-12-01T10:13:57.0127944Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.208s) 2022-12-01T10:13:57.0128071Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.208s) 2022-12-01T10:13:57.0128197Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.206s) 2022-12-01T10:13:57.0128323Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.206s) 2022-12-01T10:13:57.0128449Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.206s) 2022-12-01T10:13:57.0128576Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0128694Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0128821Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0128934Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0129054Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0129172Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0129293Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0129412Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0129531Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0129648Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0129752Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0129870Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0130037Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0130197Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0130339Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0130479Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0130612Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0130746Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0130878Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0130999Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0131128Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0131256Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0131389Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0131519Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0131642Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0131759Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0131874Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0131999Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0132121Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0132242Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0132361Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0132481Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0132600Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0132720Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0132825Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0132943Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0133058Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0133184Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:57.0133306Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0133426Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0133550Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0133667Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0133774Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0133893Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0134012Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0134130Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0134247Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0134373Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0134491Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0134619Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0134736Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0134862Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0134984Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0135135Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0135279Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0135399Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0135515Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0135619Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0135736Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0135854Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0135976Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0136093Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0136220Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0136349Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0136474Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0136586Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0136708Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0136828Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0136947Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0137063Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0137181Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0137299Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0137416Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0137536Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.140s) 2022-12-01T10:13:57.0137667Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:13:57.0137799Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:13:57.0137927Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:13:57.0138069Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.102s) 2022-12-01T10:13:57.0138210Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.102s) 2022-12-01T10:13:57.0138348Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.155s) 2022-12-01T10:13:57.0138485Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.102s) 2022-12-01T10:13:57.0138612Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.138s) 2022-12-01T10:13:57.0138749Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.137s) 2022-12-01T10:13:57.0138882Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.136s) 2022-12-01T10:13:57.0139022Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.137s) 2022-12-01T10:13:57.0139150Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0139270Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0139399Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0139527Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0139642Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0139864Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0139992Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0140113Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0140235Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0140412Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0140554Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0140673Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0140782Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0140908Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0141034Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0141156Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0141276Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0141395Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0141510Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0141616Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0141739Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0141877Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0142003Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0142131Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0142260Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0142385Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0142514Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0142627Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0142753Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0142881Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0143009Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0143139Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0143264Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0143390Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0143517Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0143631Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0143757Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0143882Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0144005Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0144130Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0144256Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0144381Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0144500Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0144616Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0144742Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0144868Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0144992Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0145114Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0145234Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0145354Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0145470Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0145603Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0145748Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0145869Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0146001Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0146128Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0146265Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0146400Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0146535Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0146654Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0146784Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0146913Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0147044Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0147171Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0147298Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0147425Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0147552Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0147678Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.098s) 2022-12-01T10:13:57.0147808Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:57.0147946Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:57.0148083Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:57.0148220Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:57.0148355Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.099s) 2022-12-01T10:13:57.0148487Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:13:57.0148605Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:57.0148734Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:57.0148863Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:57.0148992Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.098s) 2022-12-01T10:13:57.0149121Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.098s) 2022-12-01T10:13:57.0149247Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0149371Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0149500Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0149613Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0149733Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0149857Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0149983Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0150107Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0150228Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0150348Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0150464Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0150570Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0150716Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0150862Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0150984Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0151101Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0151236Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0151365Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0151505Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0151630Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0151766Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0151898Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0152035Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0152169Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0152299Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0152430Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0152684Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0152801Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0152932Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0153072Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0153205Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0153347Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0153493Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0153631Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0153766Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0153889Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0154026Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0154157Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0154290Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0154422Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0154554Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0154688Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0154819Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0154942Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0155075Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0155217Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0155420Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0155550Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0155681Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0155809Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0155935Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0156108Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0156272Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0156402Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0156531Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0156659Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0156785Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0156912Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0157040Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0157154Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0157279Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0157399Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0157531Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0157656Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0157783Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:57.0157916Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0158047Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0158164Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0158288Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:57.0158412Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0158534Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0158653Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:57.0158772Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:57.0158899Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0159032Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0159149Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0159274Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0159401Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0159522Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0159632Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0159751Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0159870Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0159989Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0160112Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0160229Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0160354Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0160460Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0160589Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0160718Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0160842Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0160963Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0161084Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0161204Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0161357Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0161490Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0161609Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0161747Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0161879Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0162020Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0162158Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0162296Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0162432Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0162551Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0162685Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0162818Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0162949Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0163081Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0163212Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.093s) 2022-12-01T10:13:57.0163336Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:13:57.0163467Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:13:57.0163580Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.243s) 2022-12-01T10:13:57.0163703Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:13:57.0163824Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:13:57.0163947Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:13:57.0164069Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:13:57.0164189Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.243s) 2022-12-01T10:13:57.0164309Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:13:57.0164430Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:13:57.0164545Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0164678Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0164807Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0164933Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0165058Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0165179Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0165303Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0165422Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0165530Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0165654Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0165786Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0165907Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0166030Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0166154Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0166277Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0166384Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0166533Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0166678Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0166804Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0166931Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0167052Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0167175Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0167299Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0167407Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0167524Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0167644Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0167767Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0167888Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0168022Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0168153Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0168288Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0168402Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0168529Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0168654Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0168775Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0168899Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0169020Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0169146Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0169272Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0169389Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0169517Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0169642Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0169766Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0169887Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0170006Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0170122Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0170230Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0170345Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0170495Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0170645Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0170795Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0170939Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0171078Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0171219Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0171360Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0171488Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0171627Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0171857Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0171988Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0172111Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0172238Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0172361Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0172488Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0172602Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0172725Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0172844Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0172966Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0173094Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0173218Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0173338Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0173453Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0173580Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0173702Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0173822Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0173942Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0174063Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0174180Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0174301Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0174409Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0174542Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0174669Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0174803Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0174937Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0175068Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0175197Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0175327Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0175443Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0175570Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0175702Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0175829Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0175954Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0176078Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0176207Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0176334Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0176454Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0176587Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0176712Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0176839Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0177036Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0177161Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0177284Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0177410Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0177520Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0177648Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0177773Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0177908Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0178038Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0178169Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0178298Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0178429Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0178545Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0178670Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0178794Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0178918Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0179041Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0179164Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0179303Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0179427Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0179568Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0179707Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0179926Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0180063Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0180201Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0180335Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0180470Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0180605Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0180717Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:57.0180836Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0180970Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.057s) 2022-12-01T10:13:57.0181095Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:57.0181217Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:13:57.0181337Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:13:57.0181455Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:13:57.0181563Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:57.0181681Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:57.0181797Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:57.0181914Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:57.0182029Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:57.0182193Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0182343Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0182471Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0182587Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0182711Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0182832Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0182951Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0183074Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0183198Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0183319Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0183446Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:57.0183565Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0183687Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0183805Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0183926Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:57.0184067Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0184206Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0184345Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0184482Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0184606Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0184743Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0184880Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0185017Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0185152Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0185294Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0185431Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0185577Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0185710Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0185849Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0185986Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0186126Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0186264Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0186400Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0186537Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0186675Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0186800Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0186942Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0187078Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0187215Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0187408Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0187538Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0211024Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0211245Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0211382Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0211513Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0211631Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0211751Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0211865Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0211978Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0212097Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0212207Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0212318Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0212427Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0212537Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0212645Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0212762Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0212874Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0212995Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0213116Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0213238Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0213357Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0213470Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0213581Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0213692Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0213803Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0213911Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214024Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214133Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214250Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214363Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214487Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214608Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214725Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214839Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0214950Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0215060Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0215169Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0215277Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0215383Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0215497Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0215743Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0215922Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0216049Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0216180Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0216309Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0216440Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0216555Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0216679Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0216798Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0216919Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0217040Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0217159Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0217281Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0217398Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0217512Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0217642Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0217771Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0217898Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0218021Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0218142Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0218259Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0218378Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0218488Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0218606Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0218730Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0218852Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0218983Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0219112Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0219238Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0219350Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0219474Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0219598Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0219839Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0219963Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0220082Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0220203Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0220322Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0220441Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0220569Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0220704Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0220839Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0221009Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0221173Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0221304Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0221434Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0221549Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0221675Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0221803Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0221931Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0222056Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0222179Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0222296Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0222425Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0222536Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0222658Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0222777Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0222896Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0223014Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0223134Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0223252Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0223371Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0223477Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0223597Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0223729Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0223850Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0223980Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0224109Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0224232Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0224341Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0224462Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0224585Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0224702Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0224818Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0224940Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0225062Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0225185Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0225290Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0225411Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0225530Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0225650Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0225769Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0225886Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0226003Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0226120Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0226263Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0226409Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0226534Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0226655Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0226773Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0226892Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0227008Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0227113Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0227230Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0227358Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0227480Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0227607Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0227729Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0227850Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0227970Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0228074Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0228192Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0228314Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0228439Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0228558Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0228678Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0228799Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0228919Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229025Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229141Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229261Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229379Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229497Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229621Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229738Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229864Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0229980Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0230106Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0230224Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0230344Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0230459Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0230577Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0230696Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0230800Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0230931Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0231059Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0231192Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0231353Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0231510Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0231639Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0231766Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0231880Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0232006Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0232131Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0232257Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0232382Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0232654Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0232783Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0232916Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0233034Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0233161Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0233285Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0233410Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0233535Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0233658Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0233777Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0233901Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0234007Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0234135Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0234258Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0234384Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0234510Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0234631Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0234752Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0234868Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0234974Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0235095Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0235214Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0235344Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0235471Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0235591Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0235709Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0235814Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0235932Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0236049Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0236168Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0236285Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0236400Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0236526Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0236721Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0236874Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0237005Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0237131Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0237257Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0237380Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0237500Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0237624Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0237748Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0237857Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0237989Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0238122Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0238249Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0238375Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0238499Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0238623Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0238741Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0238848Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0238966Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0239086Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0239220Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0239354Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0239481Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0239606Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0239718Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0239837Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0239955Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0240078Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0240199Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0240333Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0240461Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0240599Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0240724Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0240859Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0240990Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0241123Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0241251Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0241380Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0241507Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0241634Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0241750Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0241939Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0242066Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0242195Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0242329Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0242455Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0242581Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0242705Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0242820Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0242942Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0243068Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0243197Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0243320Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0243449Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0243577Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0243704Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0243819Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0243943Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0244065Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0244186Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0244310Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0244432Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0244554Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0244686Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0244806Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0244932Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0245057Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0245182Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0245304Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0245429Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0245553Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0245678Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0245791Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0245923Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0246054Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0246181Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0246308Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0246432Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0246553Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0246675Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0246785Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0246943Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0247096Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0247229Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0247358Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0247483Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0247609Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0247731Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0247839Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0247959Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0248086Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0248209Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0248329Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0248461Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0248591Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0248707Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0248832Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0248956Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0249081Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0249206Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0249330Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0249455Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0249596Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0249715Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0249852Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0249989Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0250126Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0250261Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0250394Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0250527Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0250657Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0250776Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0250905Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0251036Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0251166Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0251292Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0251418Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0251546Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0251674Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0251788Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0251911Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0252071Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0252224Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0252351Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0252478Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0252605Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0252729Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0252841Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0252966Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0253091Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0253216Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0253344Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0253474Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0253601Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0253726Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0253841Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0253963Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0254089Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0254213Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0254339Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0254473Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0254605Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0254735Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0254850Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0254978Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0255102Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0255227Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0255350Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0255475Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0255602Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0255735Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0255854Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0255985Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0256112Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0256236Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0256360Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0256483Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0256609Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0256737Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0256847Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0256983Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0257114Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0257323Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0257452Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0257578Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0257706Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0257830Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0257945Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0258072Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0258198Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0258325Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0258453Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0258578Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0258709Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0258818Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0258945Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0259070Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0259200Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0259326Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0259454Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0259577Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0259697Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0259910Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0260046Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0260166Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0260286Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0260414Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0260541Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0260665Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0260791Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0260900Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0261024Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0261151Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0261280Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0261402Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0261528Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0261653Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0261775Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0261883Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0262003Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0262119Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0262239Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0262357Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0262518Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0262666Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0262785Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0262901Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0263022Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0263154Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0263284Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0263414Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0263540Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0263666Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0263796Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0263909Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0264034Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0264156Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0264279Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0264400Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0264526Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0264645Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0264759Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0264886Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0265007Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0265132Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0265250Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0265369Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0265488Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0265610Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0265717Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0265834Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0265961Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0266085Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0266214Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0266345Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0266472Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0266595Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0266703Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0266826Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0266945Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0267063Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0267185Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0267303Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0267428Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0267556Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0267737Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0267868Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0267995Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0268117Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0268239Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0268362Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0268482Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0268588Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0268710Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0268830Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0268956Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0269078Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0269205Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0269334Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0269463Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0269575Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0269698Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0269819Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0269942Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0270062Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0270181Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0270304Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0270424Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0270543Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0270669Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0270806Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0270939Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0271070Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0271202Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0271331Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0271458Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0271578Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0271705Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0271833Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0271958Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0272084Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0272208Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0272329Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0272449Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0272733Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0272897Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0273106Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0273300Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0273437Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0273577Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:13:57.0273710Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:13:57.0273839Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:13:57.0273956Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0274086Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0274215Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0274347Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0274477Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0274606Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0274730Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0274841Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0274960Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0275077Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0275197Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0275314Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0275433Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0275552Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0275671Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0275786Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0275904Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0276025Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0276143Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0276262Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0276380Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0276499Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0276615Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0276721Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0276837Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0276965Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0277090Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0277211Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0277328Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0277447Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0277564Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0277671Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0277789Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0277907Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0278033Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0278152Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0278300Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0278449Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0278563Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0278687Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0278807Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0278926Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0279057Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0279183Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0279315Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0279446Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0279564Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0279693Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0279819Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0279943Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0280069Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0280190Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0280313Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0280436Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0280551Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0280674Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0280806Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0280939Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0281064Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0281187Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0281307Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0281431Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0281538Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0281655Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0281777Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0281895Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0282015Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0282137Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0282257Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0282376Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0282482Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0282603Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0282722Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0282841Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0282961Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0283079Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0283196Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0283302Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0283445Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0283590Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0283709Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0283837Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.159s) 2022-12-01T10:13:57.0283967Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.159s) 2022-12-01T10:13:57.0284093Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:13:57.0284214Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:13:57.0284334Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0284467Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0284599Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0284730Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0284860Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0284989Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0285116Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0285238Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0285347Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0285472Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0285593Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0285711Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0285830Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0285949Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0286071Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0286189Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0286295Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0286411Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0286529Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0286646Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0286776Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0286898Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0287027Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0287142Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0287265Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0287386Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0287502Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0287622Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0287739Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0287857Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0287976Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0288082Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0288213Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0288340Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0288470Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0288632Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0288791Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0288920Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0289047Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0289164Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0289290Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0289416Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0289542Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.814s) 2022-12-01T10:13:57.0289665Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.813s) 2022-12-01T10:13:57.0289786Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.817s) 2022-12-01T10:13:57.0289918Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.724s) 2022-12-01T10:13:57.0290048Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.723s) 2022-12-01T10:13:57.0290171Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.524s) 2022-12-01T10:13:57.0290304Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.647s) 2022-12-01T10:13:57.0290432Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0290554Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0290683Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0290813Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0290941Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0291055Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0291180Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0291304Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0291427Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0291548Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0291666Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0291787Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0291907Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0292022Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0292142Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0292270Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0292398Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0292530Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0292656Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0292780Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0292905Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0293012Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0293132Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0293250Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0293372Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0293492Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0293615Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0293782Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0293934Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0294043Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0294161Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0294280Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0294398Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0294517Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0294636Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0294753Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0294859Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0294976Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0295107Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0295238Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0295363Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0295486Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0295615Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0295745Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0295859Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0295986Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0296112Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0296239Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0296368Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0296502Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0296629Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0296764Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0296883Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0297014Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0297143Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0297272Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0297400Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0297527Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0297655Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0297784Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0297896Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0298021Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0298154Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0298283Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0298418Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0298552Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0298681Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0298810Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0298958Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0299113Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0299242Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0299369Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0299495Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0299620Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0299845Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0299973Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0300095Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0300227Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0300360Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0300489Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0300620Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0300746Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0300874Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0301000Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0301112Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0301238Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0301368Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0301495Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0301630Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0301765Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0301899Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0302027Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0302142Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0302270Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0302397Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0302522Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0302647Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0302770Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0302895Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0303037Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:57.0303158Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:57.0303290Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:57.0303420Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:57.0303549Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0303677Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0303804Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0303931Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0304058Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0304224Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0304381Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0304522Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0304659Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0304794Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0304924Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0305054Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0305184Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0305300Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0305431Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0305560Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0305688Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0305816Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0305940Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0306067Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0306182Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0306305Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0306427Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0306548Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0306665Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0306782Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0306903Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0307025Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0307135Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0307253Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0307377Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0307503Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0307623Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0307741Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0307859Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0307979Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0308087Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0308207Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0308324Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0308442Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0308571Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0308696Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0308826Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0308957Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0309070Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0309198Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0309322Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0309518Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0309642Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0309761Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0309883Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0309991Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0310119Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0310243Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0310376Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0310507Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0310638Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0310769Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0310899Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0311012Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0311140Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0311263Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0311384Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0311508Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0311629Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0311751Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0311870Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0311981Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0312101Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0312219Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0312337Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0312580Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0312737Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0312880Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0313010Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0313124Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0313251Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0313376Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0313505Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0313627Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0313749Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0313870Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0313988Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0314095Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0314215Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0314342Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0314462Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0314591Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0314782Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0314942Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0315050Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0315170Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0315290Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0315408Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0315525Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0315644Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0315765Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0315897Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316008Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316138Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316269Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316394Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316517Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316639Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316761Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316889Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0316997Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0317126Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0317250Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0317377Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0317506Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0317632Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0317756Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0317876Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0317983Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0318107Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0318227Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0318354Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0318475Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0318608Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0318736Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0318862Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0318971Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0319092Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0319213Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0319335Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0319454Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0319573Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0319694Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0319801Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0319995Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:57.0320123Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:13:57.0320252Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:57.0320376Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:13:57.0320551Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0320725Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0320899Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0321073Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0321233Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0321406Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0321577Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0321745Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0321915Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0322081Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0322248Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0322411Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0322594Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0322756Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0322935Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0323116Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0323294Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0323464Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0323632Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0323810Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0323980Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0324145Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0324315Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0324469Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0324631Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0324790Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0325014Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0325181Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0325340Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0325498Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0325650Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0325806Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0325947Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0326095Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0326254Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0326412Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0326586Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0326757Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0326933Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0327109Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0327282Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0327441Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0327605Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0327777Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0327948Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0328117Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0328289Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0328456Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0328624Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0328783Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0328933Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0329094Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0329250Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0329404Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0329555Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0329709Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0329897Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0330081Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0330237Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0330378Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:57.0330504Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0330627Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0330755Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0330882Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331005Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331125Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331247Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331357Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331475Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331595Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331717Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331837Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0331968Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0332097Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0332212Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0332338Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0332465Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0332587Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0332714Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0332835Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:13:57.0332954Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0333076Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0333181Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0333301Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0333418Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0333545Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0333669Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0333800Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0333932Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0334059Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0334169Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0334291Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0334413Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0334536Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0334656Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0334776Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0334896Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0335045Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0335179Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0335299Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0335419Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0335537Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0335657Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0335774Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0335891Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0335996Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0336112Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0336238Z test_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0336371Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0336500Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0336624Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0336746Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0336874Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0336982Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0337107Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0337231Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0337354Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0337476Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0337593Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0337718Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0337836Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0337968Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0338109Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0338246Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0338384Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0338530Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0338674Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0338813Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0338957Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0339084Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0339223Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0339354Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0339486Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0339620Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0339850Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0339990Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0340125Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0340244Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0340416Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0340577Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0340707Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0340836Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0340967Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0341102Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0341235Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0341352Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0341480Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0341628Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:57.0341778Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:57.0341919Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:57.0342055Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:13:57.0342190Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:13:57.0342324Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:57.0342440Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:57.0342567Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:57.0342704Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0342838Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0342970Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0343104Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0343243Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:13:57.0343384Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:13:57.0343507Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:13:57.0343639Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:13:57.0343780Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0343921Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0344056Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0344193Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0344354Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:57.0344509Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:57.0344647Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:57.0344798Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:13:57.0344931Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0345066Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0345194Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0345322Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0345458Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0345638Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0345784Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0345918Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0346059Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0346200Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0346340Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0346479Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0346624Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0346769Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0346913Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0347039Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0347182Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:57.0347322Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:57.0347459Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0347597Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0347737Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.203s) 2022-12-01T10:13:57.0347873Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.204s) 2022-12-01T10:13:57.0348003Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.201s) 2022-12-01T10:13:57.0348124Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.201s) 2022-12-01T10:13:57.0348288Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.204s) 2022-12-01T10:13:57.0348439Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.203s) 2022-12-01T10:13:57.0348589Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.202s) 2022-12-01T10:13:57.0348738Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.203s) 2022-12-01T10:13:57.0348868Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0349002Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0349131Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0349247Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0349388Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0349532Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0349669Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0349806Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0349950Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0350093Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0350231Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0350354Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0350491Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0350631Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0350821Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.093s) 2022-12-01T10:13:57.0350956Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:13:57.0351091Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0351233Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0351375Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0351499Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0351635Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0351770Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0351915Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0352061Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0352202Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0352340Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0352627Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0352773Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0352899Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:13:57.0353037Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:57.0353193Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0353351Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0353509Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0353658Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0353797Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0353940Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0354065Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0354203Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0354340Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0354474Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0354608Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0354743Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0354879Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0355013Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0355132Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0355262Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:13:57.0355397Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:13:57.0355530Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0355661Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:57.0355789Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:13:57.0355950Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:57.0356240Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:13:57.0356388Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:57.0356545Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0356702Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0356858Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:57.0356997Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0357132Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0357265Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0357399Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0357549Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0357685Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0357829Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0357970Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0358190Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:57.0358402Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:57.0358608Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:57.0358812Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:57.0358947Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0359079Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0359197Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0359326Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0359467Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0359606Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0359741Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0359874Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0360014Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0360147Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0360267Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0360401Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0360540Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0360678Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0360813Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0360947Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0361097Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.296s) 2022-12-01T10:13:57.0361276Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.295s) 2022-12-01T10:13:57.0361439Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (1.294s) 2022-12-01T10:13:57.0361584Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (1.289s) 2022-12-01T10:13:57.0361718Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:57.0361851Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:57.0361980Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:57.0362108Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:13:57.0362247Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0362386Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:13:57.0362511Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:57.0362646Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:57.0362790Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0362930Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0363068Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0363204Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0363349Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0363493Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0363620Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0363756Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0363900Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0364036Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0364170Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0364304Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0364435Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0364565Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0364680Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0364809Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0364940Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0365077Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0365217Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:57.0365352Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:57.0365486Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0365620Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0365747Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0365888Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.098s) 2022-12-01T10:13:57.0366030Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:13:57.0366166Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0366303Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0366497Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:13:57.0366629Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0366762Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0366892Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0367007Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0367138Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0367267Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0367392Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0367517Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0367638Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0367766Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0367876Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0367994Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0368114Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0368240Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0368367Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0368491Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0368611Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0368731Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0368835Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0368952Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0369075Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0369193Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0369316Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0369478Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0369655Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0369782Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0369892Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0370011Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0370128Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0370248Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0370373Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0370502Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0370624Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0370755Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0370871Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0370993Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0371117Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0371237Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0371355Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0371472Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0371634Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0371766Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0371888Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372006Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372132Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372257Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372377Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372497Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372615Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372720Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372838Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0372959Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0373080Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0373217Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0373350Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0373482Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0373623Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0373746Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0373894Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0374035Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0374173Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0374316Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0374458Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0374596Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0374731Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0374854Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0374990Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0375124Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0375259Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0375392Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0375526Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0375660Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0375792Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0375911Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0376039Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0376177Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0376313Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0376447Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0376577Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0376707Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0376866Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0377004Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0377138Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0377265Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0377400Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0377536Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0377669Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0377801Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0377930Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0378046Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0378175Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0378303Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0378431Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0378556Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0378688Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0378815Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0378956Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0379076Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0379205Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0379335Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0379466Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0379594Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0379802Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0379936Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0380065Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0380179Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0380312Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0380440Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0380576Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0380708Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0380839Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0380971Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0381099Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0381214Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0381342Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0381471Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0381598Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0381726Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0381860Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0381986Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0382169Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0382323Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0382453Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0382582Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0382711Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0382840Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0382966Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0383094Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0383221Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0383335Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0383465Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0383589Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0383715Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0383839Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0383961Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0384080Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0384185Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0384306Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0384427Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0384558Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:13:57.0384693Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:13:57.0384828Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:13:57.0384956Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:13:57.0385086Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:13:57.0385199Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:13:57.0385320Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:57.0385440Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:57.0385565Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0385685Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:57.0385814Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0385941Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0386073Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0386188Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0386316Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0386441Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0386569Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0386694Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0386820Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0386944Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0387065Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0387178Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0387338Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0387490Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0387615Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0387735Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0387851Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0387971Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0388091Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0388198Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0388316Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0388439Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0388561Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0388682Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0388801Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0388920Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0389024Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0389142Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0389260Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0389376Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0389493Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0389609Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0389735Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0389860Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0389967Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0390088Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0390218Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:57.0390347Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:13:57.0390476Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:57.0390603Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:57.0390734Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0390866Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0390983Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0391113Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0391240Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0391358Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0391483Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0391608Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0391728Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0391847Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0391952Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0392069Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0392186Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0392303Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0392449Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0392813Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0392934Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0393044Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0393163Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0393292Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0393416Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0393537Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0393658Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0393776Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0393895Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0394000Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0394120Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0394239Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0394356Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0394473Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0394608Z test_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.309s) 2022-12-01T10:13:57.0394739Z test_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.309s) 2022-12-01T10:13:57.0394868Z test_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.311s) 2022-12-01T10:13:57.0394984Z test_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.309s) 2022-12-01T10:13:57.0395111Z test_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.267s) 2022-12-01T10:13:57.0395243Z test_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.266s) 2022-12-01T10:13:57.0395375Z test_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.267s) 2022-12-01T10:13:57.0395503Z test_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.267s) 2022-12-01T10:13:57.0395631Z test_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.268s) 2022-12-01T10:13:57.0395764Z test_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.311s) 2022-12-01T10:13:57.0395893Z test_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.311s) 2022-12-01T10:13:57.0396010Z test_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.313s) 2022-12-01T10:13:57.0396135Z test_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.311s) 2022-12-01T10:13:57.0396261Z test_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.268s) 2022-12-01T10:13:57.0396389Z test_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.268s) 2022-12-01T10:13:57.0396518Z test_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.269s) 2022-12-01T10:13:57.0396647Z test_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.269s) 2022-12-01T10:13:57.0396771Z test_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.270s) 2022-12-01T10:13:57.0396907Z test_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:13:57.0397030Z test_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:13:57.0397164Z test_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:13:57.0397299Z test_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.179s) 2022-12-01T10:13:57.0397431Z test_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.154s) 2022-12-01T10:13:57.0397561Z test_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.155s) 2022-12-01T10:13:57.0397688Z test_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:13:57.0397866Z test_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.154s) 2022-12-01T10:13:57.0398024Z test_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.154s) 2022-12-01T10:13:57.0398149Z test_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:13:57.0398282Z test_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:13:57.0398414Z test_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:13:57.0398545Z test_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:13:57.0398674Z test_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.154s) 2022-12-01T10:13:57.0398801Z test_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.154s) 2022-12-01T10:13:57.0398929Z test_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:13:57.0399057Z test_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.153s) 2022-12-01T10:13:57.0399177Z test_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.155s) 2022-12-01T10:13:57.0399316Z test_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:57.0399458Z test_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:57.0399599Z test_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:57.0399736Z test_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0399874Z test_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:57.0400008Z test_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0400141Z test_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0400258Z test_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0400388Z test_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0400522Z test_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0400655Z test_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0400793Z test_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:57.0400930Z test_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:57.0401065Z test_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0401197Z test_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0401314Z test_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0401445Z test_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0401571Z test_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0401701Z test_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0401833Z test_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0401965Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0402094Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0402227Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0402347Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0402479Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0402608Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0402738Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0402867Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0403029Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0403191Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0403318Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0403433Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0403559Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0403701Z test_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:13:57.0403842Z test_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:57.0403980Z test_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:57.0404122Z test_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:13:57.0404262Z test_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:13:57.0404405Z test_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:13:57.0404533Z test_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.343s) 2022-12-01T10:13:57.0404669Z test_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.339s) 2022-12-01T10:13:57.0404805Z test_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.338s) 2022-12-01T10:13:57.0404941Z test_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.296s) 2022-12-01T10:13:57.0405076Z test_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.293s) 2022-12-01T10:13:57.0405209Z test_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.294s) 2022-12-01T10:13:57.0405344Z test_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.295s) 2022-12-01T10:13:57.0405477Z test_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.296s) 2022-12-01T10:13:57.0405599Z test_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.706s) 2022-12-01T10:13:57.0405730Z test_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.578s) 2022-12-01T10:13:57.0405865Z test_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.583s) 2022-12-01T10:13:57.0405998Z test_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.581s) 2022-12-01T10:13:57.0406130Z test_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.706s) 2022-12-01T10:13:57.0406264Z test_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.702s) 2022-12-01T10:13:57.0406391Z test_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.706s) 2022-12-01T10:13:57.0406517Z test_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.580s) 2022-12-01T10:13:57.0406633Z test_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.579s) 2022-12-01T10:13:57.0406758Z test_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.580s) 2022-12-01T10:13:57.0406887Z test_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.578s) 2022-12-01T10:13:57.0407015Z test_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.582s) 2022-12-01T10:13:57.0407149Z test_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:57.0407282Z test_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:57.0407416Z test_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:13:57.0407551Z test_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.442s) 2022-12-01T10:13:57.0407670Z test_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (1.471s) 2022-12-01T10:13:57.0407800Z test_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (1.431s) 2022-12-01T10:13:57.0407927Z test_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (1.431s) 2022-12-01T10:13:57.0408066Z test_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:57.0408243Z test_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:57.0408410Z test_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:13:57.0408549Z test_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0408687Z test_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0408810Z test_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:57.0408938Z test_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.287s) 2022-12-01T10:13:57.0409074Z test_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.286s) 2022-12-01T10:13:57.0409211Z test_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.290s) 2022-12-01T10:13:57.0409340Z test_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.341s) 2022-12-01T10:13:57.0409471Z test_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.340s) 2022-12-01T10:13:57.0409602Z test_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.287s) 2022-12-01T10:13:57.0409730Z test_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.287s) 2022-12-01T10:13:57.0409845Z test_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.287s) 2022-12-01T10:13:57.0409973Z test_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.289s) 2022-12-01T10:13:57.0410098Z test_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.288s) 2022-12-01T10:13:57.0410237Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0410368Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0410507Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0410647Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0410782Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0410906Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0411038Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0411170Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0411303Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0411433Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0411563Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0411689Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0411821Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0411940Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0412080Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0412218Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0412351Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0412486Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0412619Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0412750Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0412879Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0412996Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0413125Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:57.0413255Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:13:57.0413456Z test_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:57.0413590Z test_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:57.0413723Z test_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:57.0413857Z test_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:57.0413991Z test_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:57.0414113Z test_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:13:57.0414242Z test_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.194s) 2022-12-01T10:13:57.0414376Z test_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.801s) 2022-12-01T10:13:57.0414509Z test_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.796s) 2022-12-01T10:13:57.0414639Z test_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (2.218s) 2022-12-01T10:13:57.0414772Z test_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (2.225s) 2022-12-01T10:13:57.0414902Z test_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (1.820s) 2022-12-01T10:13:57.0415029Z test_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (1.826s) 2022-12-01T10:13:57.0415143Z test_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (1.825s) 2022-12-01T10:13:57.0415271Z test_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (1.940s) 2022-12-01T10:13:57.0415396Z test_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.826s) 2022-12-01T10:13:57.0415528Z test_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.313s) 2022-12-01T10:13:57.0415652Z test_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.262s) 2022-12-01T10:13:57.0415786Z test_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.262s) 2022-12-01T10:13:57.0415921Z test_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.262s) 2022-12-01T10:13:57.0416051Z test_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.312s) 2022-12-01T10:13:57.0416166Z test_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.314s) 2022-12-01T10:13:57.0416295Z test_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.312s) 2022-12-01T10:13:57.0416421Z test_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.262s) 2022-12-01T10:13:57.0416546Z test_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.262s) 2022-12-01T10:13:57.0416672Z test_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.261s) 2022-12-01T10:13:57.0416803Z test_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.262s) 2022-12-01T10:13:57.0416927Z test_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.262s) 2022-12-01T10:13:57.0417059Z test_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.171s) 2022-12-01T10:13:57.0417184Z test_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.772s) 2022-12-01T10:13:57.0417317Z test_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.764s) 2022-12-01T10:13:57.0417445Z test_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (2.159s) 2022-12-01T10:13:57.0417573Z test_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (2.160s) 2022-12-01T10:13:57.0417700Z test_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (2.163s) 2022-12-01T10:13:57.0417826Z test_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (1.783s) 2022-12-01T10:13:57.0417952Z test_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (1.782s) 2022-12-01T10:13:57.0418063Z test_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (1.799s) 2022-12-01T10:13:57.0418190Z test_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (1.786s) 2022-12-01T10:13:57.0418315Z test_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.782s) 2022-12-01T10:13:57.0418482Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0418650Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0418780Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0418908Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0419029Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0419140Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0419259Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0419378Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0419500Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0419621Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0419845Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0419991Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0420124Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0420239Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0420371Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0420501Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0420628Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0420755Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0420885Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0421013Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0421139Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0421258Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0421385Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0421512Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0421638Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0421783Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0421923Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0422068Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0422207Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0422329Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0422471Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0422612Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0422751Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0422889Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0423026Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0423174Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0423315Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0423447Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0423585Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0423761Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0423930Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0424067Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0424204Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0424342Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0424476Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0424602Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0424715Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0424841Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0424967Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0425094Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0425221Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0425345Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0425469Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0425578Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0425698Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0425819Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0425947Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0426075Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0426198Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0426319Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0426437Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0426552Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:57.0426679Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:57.0426801Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:57.0426922Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:57.0427041Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:57.0427158Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:57.0427279Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:57.0427396Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:13:57.0427532Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0427682Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0427834Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0427982Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0428130Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0428276Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0428419Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0428561Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0428687Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0428857Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0429027Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0429164Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0429313Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0429461Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0429614Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0429766Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0429912Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0430048Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0430197Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0430346Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0430491Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0430636Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0430780Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0430926Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0431057Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0431171Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0431342Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0431521Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0431703Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0431833Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0431960Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0432086Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0432213Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0432326Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0432595Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0432737Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0432880Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0433022Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0433164Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0433304Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0433443Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0433567Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0433705Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0433841Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0433987Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0434130Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0434334Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0434548Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0434694Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0434822Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0434960Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0435095Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0435237Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0435372Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0435501Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0435630Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0435762Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0435876Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0436002Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0436127Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0436250Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0436371Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0436495Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0436614Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0436736Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0436845Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0436970Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0437091Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0437209Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0437329Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0437447Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0437562Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0437677Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0437783Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0437908Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438027Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438149Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438271Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438390Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438509Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438628Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438734Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438851Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0438968Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0439097Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0439220Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0439351Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0439508Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0439653Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0439782Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0439907Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0440034Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0440160Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0440282Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0440403Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0440527Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0440634Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0440762Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0440885Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0441008Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0441130Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0441249Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0441372Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0441492Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0441596Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0441714Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0441836Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0441957Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0442078Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0442206Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0442332Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0442455Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0442564Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0442682Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0442798Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0442917Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0443034Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0443152Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0443271Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0443379Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0443518Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0443650Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0443782Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:13:57.0443900Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0444024Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0444149Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0444267Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0444372Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0444491Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0444636Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0444784Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0444902Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0445021Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0445168Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0445311Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0445438Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0445580Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0445716Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0445849Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0445988Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0446132Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0446277Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0446420Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0446546Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0446684Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0446818Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0446951Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0447092Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0447233Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0447379Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0447519Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0447644Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0447782Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0447916Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0448047Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0448186Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0448320Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0448451Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0448580Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0448707Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0448822Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0448949Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0449077Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0449202Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0449328Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0449453Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0449576Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0449718Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0449872Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0450000Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0450127Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0450257Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0450390Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0450520Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0450649Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0450762Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0450891Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0451018Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0451148Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0451281Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0451413Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0451539Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0451661Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0451773Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0451894Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0452013Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0452136Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0452256Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0452376Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0452499Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0452615Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0452735Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0452862Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0453000Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0453135Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0453272Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0453402Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0453534Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0453664Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0453783Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0453910Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0454039Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0454166Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0454293Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0454421Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0454545Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0454673Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0454787Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0454961Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0455113Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0455236Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0455356Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0455479Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0455598Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0455722Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0455833Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0455953Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0456093Z test_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0456232Z test_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0456375Z test_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0456514Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0456654Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0456795Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0456907Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0457026Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0457152Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0457277Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0457396Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0457517Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0457638Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0457745Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0457862Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0457978Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0458097Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0458216Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0458338Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0458463Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0458587Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0458697Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0458822Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0458941Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0459057Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0459173Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0459292Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0459410Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0459527Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0459631Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0459854Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0459984Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0460119Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0460329Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0460463Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0460594Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0460721Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0460837Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0460964Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0461091Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0461216Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0461342Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0461472Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0461619Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0461742Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0461886Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0462029Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0462168Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0462308Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0462452Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0462589Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0462724Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0462861Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0462986Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0463121Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0463253Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0463382Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0463505Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0463635Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0463767Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0463897Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0464012Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0464139Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0464264Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0464390Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0464511Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0464629Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0464752Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0464860Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0464985Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0465110Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0465241Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0465401Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0465555Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0465683Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0465808Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0465921Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0466040Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0466159Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0466276Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0466399Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0466517Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0466646Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0466772Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0466893Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0467022Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0467152Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0467280Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0467410Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0467540Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0467666Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0467793Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0467907Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0468034Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0468158Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0468289Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0468419Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0468547Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0468721Z test_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0468895Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0469053Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0469217Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0469379Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0469538Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0469699Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0469856Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0470015Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0470196Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0470425Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0470571Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0470792Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0470947Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0471101Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0471257Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0471412Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0471567Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0471722Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0471876Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0472019Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0472167Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0472315Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0472571Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0472721Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0472868Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0473013Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0473158Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0473293Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0473442Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0473587Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0473733Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0473876Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0474019Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0474165Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0474308Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0474434Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0474579Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0474722Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0474860Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0475003Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0475141Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0475301Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0475457Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0475629Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0475788Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0476045Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0476190Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0476327Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0476468Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0476614Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0476761Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0476907Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0477035Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0477175Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0477317Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0477458Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:13:57.0477602Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:57.0477746Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:13:57.0477885Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:57.0478021Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:13:57.0478163Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0478311Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0478473Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0478630Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0478784Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0478937Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0479087Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0479240Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0479393Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0479529Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0479678Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0479833Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0479996Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0480151Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0480312Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0480467Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0480626Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0480781Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0480925Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0481141Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0481299Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0481454Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0481612Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0481766Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0481916Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0482064Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0482214Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0482347Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:57.0482488Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:13:57.0482635Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0482781Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0482927Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0483074Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0483221Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0483364Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0483496Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0483647Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0483789Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0483930Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0484070Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0484211Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0484364Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:13:57.0484513Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:13:57.0484647Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0484792Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0484942Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0485087Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0485231Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0485407Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0485580Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0485752Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0485928Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0486088Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0486330Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0486509Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0486682Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0486861Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0487035Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0487209Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0487378Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0487552Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0487709Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0487876Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0488038Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0488195Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0488349Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0488501Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:13:57.0488656Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.045s) 2022-12-01T10:13:57.0488812Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (2.046s) 2022-12-01T10:13:57.0488966Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (2.048s) 2022-12-01T10:13:57.0489096Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0489235Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0489375Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0489512Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0489649Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0489789Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0489940Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0490090Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0490224Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0490370Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0490514Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0490661Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0490808Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0490953Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0491103Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0491296Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0491470Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0491602Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0491748Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0491893Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0492037Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0492182Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0492322Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0492464Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0492606Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0492732Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0492872Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0493032Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0493191Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0493350Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0493494Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0493639Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0493781Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0493929Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0494067Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0494214Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0494363Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0494518Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0494671Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0494828Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0494989Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0495150Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0495301Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0495459Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0495615Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0495773Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0495932Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0496091Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0496244Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0496430Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0496615Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0496760Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0496920Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0497082Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0497237Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0497380Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0497521Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0497659Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0497804Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0497935Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0498079Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0498218Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0498354Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0498491Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0498637Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0498784Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0498931Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0499078Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0499210Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0499352Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0499495Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0499640Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0499888Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0500032Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0500171Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0500313Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0500443Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0500579Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0500720Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0500859Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0501019Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0501177Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0501336Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0501491Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0501691Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0501841Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0501988Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0502145Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0502303Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0502460Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0502614Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0502768Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0502925Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0503067Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0503217Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0503365Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.340s) 2022-12-01T10:13:57.0503509Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.338s) 2022-12-01T10:13:57.0503657Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.340s) 2022-12-01T10:13:57.0503803Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.577s) 2022-12-01T10:13:57.0503946Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.557s) 2022-12-01T10:13:57.0504088Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.595s) 2022-12-01T10:13:57.0504232Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (2.757s) 2022-12-01T10:13:57.0504364Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (2.755s) 2022-12-01T10:13:57.0504510Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.626s) 2022-12-01T10:13:57.0504658Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.626s) 2022-12-01T10:13:57.0504812Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:13:57.0504964Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:13:57.0505110Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.229s) 2022-12-01T10:13:57.0505255Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.275s) 2022-12-01T10:13:57.0505407Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.159s) 2022-12-01T10:13:57.0505547Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:13:57.0505692Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.442s) 2022-12-01T10:13:57.0505835Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.434s) 2022-12-01T10:13:57.0505984Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:13:57.0506135Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:13:57.0506275Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0506417Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0506559Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0506729Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0506880Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0507032Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0507181Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0507342Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0507498Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0507665Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0507832Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0507999Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0508134Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0508277Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0508415Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0508562Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0508709Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0508860Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0509004Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0509148Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0509290Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0509428Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0509572Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0509725Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0509879Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0510025Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0510171Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0510318Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0510466Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0510602Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0510746Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0510893Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0511036Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0511189Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0511334Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0511485Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0511639Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0511815Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0511978Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0512125Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0512269Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0512413Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0512673Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0512821Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0512966Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0513119Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0513261Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0513409Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0513557Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0513716Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0513870Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0514020Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0514173Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0514332Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0514483Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0514646Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0514802Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0514957Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0515112Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0515264Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0515418Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0515565Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0515717Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0515855Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0515997Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:13:57.0516141Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:13:57.0516292Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0516438Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0516591Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0516738Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0516887Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0517128Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0517295Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0517446Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0517594Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0517741Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0517888Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0518035Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0518196Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0518345Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0518493Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0518649Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0518800Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0518951Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0519100Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0519248Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0519396Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0519541Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0519678Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0519830Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0519982Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:13:57.0520134Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:13:57.0520285Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:13:57.0520435Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:57.0520584Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:57.0520728Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:57.0520877Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:13:57.0521014Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:13:57.0521154Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0521298Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0521433Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0521572Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0521707Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0521841Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0521980Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0522106Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0522295Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0522436Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0522572Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0522712Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0522849Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0522988Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0523124Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0523247Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0523382Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0523520Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0523655Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0523796Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0523935Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0524070Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0524205Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0524346Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0524471Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0524623Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0524788Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0524981Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0525167Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0525309Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0525463Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0525612Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0525745Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0525888Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0526043Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0526201Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0526353Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0526496Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0526640Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0526782Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0526926Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0527087Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0527245Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0527452Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0527637Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0527793Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0527943Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0528096Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0528244Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0528384Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0528530Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0528681Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0528831Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0528973Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0529122Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0529271Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0529418Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0529560Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0529694Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0529838Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0529985Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0530128Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0530266Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0530409Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0530546Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0530683Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0530810Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0530947Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0531095Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0531248Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0531398Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0531542Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0531688Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0531833Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0531960Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0532096Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0532239Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0532380Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0532553Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0532724Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0532872Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0533014Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0533153Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0533277Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0533419Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0533561Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0533719Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0533885Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0534045Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0534202Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0534356Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0534498Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0534651Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0534804Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0534956Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0535109Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0535286Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0535463Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0535641Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0535813Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0535975Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0536144Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0536313Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0536481Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0536650Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0536815Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0536959Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:13:57.0537110Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.164s) 2022-12-01T10:13:57.0537246Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.158s) 2022-12-01T10:13:57.0537393Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:13:57.0537530Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.147s) 2022-12-01T10:13:57.0537732Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:13:57.0537892Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0538046Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0538201Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0538359Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0538513Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0538655Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0538806Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0538938Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.161s) 2022-12-01T10:13:57.0539066Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:13:57.0539201Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.161s) 2022-12-01T10:13:57.0539338Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.161s) 2022-12-01T10:13:57.0539471Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:13:57.0539600Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.161s) 2022-12-01T10:13:57.0539715Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.161s) 2022-12-01T10:13:57.0539913Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.161s) 2022-12-01T10:13:57.0540041Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:13:57.0540164Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:13:57.0540288Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:13:57.0540416Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:13:57.0540540Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:13:57.0540664Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0540778Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:13:57.0540908Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:13:57.0541033Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0541154Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:13:57.0541275Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:13:57.0541406Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0541542Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0541678Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0541794Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0541924Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0542054Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0542188Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0542319Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0542447Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0542575Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0542688Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0542821Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0543023Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0543152Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0543280Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0543408Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0543536Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0543664Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0543772Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0543914Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0544055Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0544196Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0544341Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0544470Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0544592Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0544722Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0544836Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0544961Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0545085Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0545208Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0545328Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0545447Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0545572Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0545693Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0545800Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0545920Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0546052Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0546179Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0546312Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0546442Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0546575Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0546702Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0546819Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0546951Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0547076Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0547202Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0547329Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0547453Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0547576Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0547704Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.312s) 2022-12-01T10:13:57.0547818Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.312s) 2022-12-01T10:13:57.0547946Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (1.423s) 2022-12-01T10:13:57.0548100Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (1.303s) 2022-12-01T10:13:57.0548256Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0548377Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0548505Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0548635Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0548758Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0548868Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0548986Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0549110Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0549229Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0549345Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0549464Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0549586Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0549705Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.995s) 2022-12-01T10:13:57.0549838Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.999s) 2022-12-01T10:13:57.0549966Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0550091Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0550221Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0550353Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0550482Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0550607Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0550724Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0550852Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0550975Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0551097Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0551216Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0551339Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0551461Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0551593Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0551711Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0551839Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0551968Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0552095Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:13:57.0552218Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:13:57.0552369Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0552635Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0552782Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0552916Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0553060Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0553199Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0553338Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0553567Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0553706Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0553852Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0553995Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0554129Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0554273Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0554416Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0554556Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0554693Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0554840Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0554978Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0555124Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0555264Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0555401Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0555545Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0555686Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0555827Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0555963Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0556106Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0556242Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0556387Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0556517Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0556664Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0556808Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0556948Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0557087Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0557221Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0557367Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0557503Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0557635Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0557777Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0557922Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0558065Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0558208Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0558347Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0558515Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0558683Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0558872Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0559026Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0559162Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0559295Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0559427Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0559557Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0559685Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0559812Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0559929Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0560053Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0560172Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0560299Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0560421Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0560543Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0560664Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0560788Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0560899Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0561022Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0561138Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0561261Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0561381Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0561498Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0566291Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0566458Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0566573Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0566705Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0566840Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0566968Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0567091Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0567218Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0567343Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0567466Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0567577Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0567698Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0567826Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0567949Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0568078Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0568207Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0568332Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0568453Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0568649Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0568804Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0568928Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0569051Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0569171Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0569291Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0569419Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0569545Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0569653Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0569774Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0569904Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:57.0570035Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:13:57.0570167Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0570293Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0570424Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0570539Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0570668Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0570795Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0570921Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0571041Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0571165Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0571290Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0571423Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0571545Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0571680Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0571812Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0571942Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0572073Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0572205Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0572342Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0572478Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0572601Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0572737Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0572869Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0572997Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0573128Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0573257Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0573388Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0573516Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0573633Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0573764Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0573923Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0574083Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0574209Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0574331Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0574465Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0574601Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0574724Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0574856Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0574987Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0575118Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0575251Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0575381Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0575505Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0575636Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0575750Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0575880Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576006Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576130Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576252Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576376Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576499Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576621Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576730Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576852Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0576980Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0577102Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0577231Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0577361Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0577488Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0577598Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0577722Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0577844Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0577968Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0578088Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0578209Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0578330Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0578451Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0578574Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0578705Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0578845Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0578983Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0579151Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0579314Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0579448Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0579579Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0579696Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0579923Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0580062Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0580191Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0580323Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0580456Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0580593Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0580727Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0580844Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0580973Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0581103Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0581234Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0581361Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0581489Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0581618Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0581751Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0581865Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0581993Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0582116Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0582243Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0582371Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0582502Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0582632Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0582746Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0582875Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0582999Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0583123Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0583249Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0583371Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0583495Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0583615Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0583746Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0583889Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0584036Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0584182Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0584327Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0584469Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0584679Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0584821Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0584945Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0585083Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0585221Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0585359Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0585495Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0585629Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0585759Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0585899Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0586022Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0586155Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0586286Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0586417Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0586547Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0586677Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0586808Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0586936Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0587051Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0587184Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0587316Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0587443Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0587576Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0587712Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0587848Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0587978Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0588092Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0588219Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0588347Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0588474Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0588599Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0588723Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0588848Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0588977Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0589089Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0589219Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0589350Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0589476Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0589604Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0589730Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0589887Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0590042Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0590150Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0590274Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0590395Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0590526Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0590654Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0590791Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0590927Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0591059Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0591176Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0591308Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0591438Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0591565Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0591691Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0591818Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0591944Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0592080Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0592197Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0592335Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0592677Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0592849Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0592984Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0593114Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0593244Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0593373Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0593489Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0593619Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0593746Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0593880Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0594015Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0594151Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0594293Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0594429Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0594548Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0594680Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0594809Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0594941Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0595069Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0595201Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0595437Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0595552Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0595680Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0595801Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0595932Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0596061Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0596187Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0596310Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0596433Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0596537Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0596663Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0596785Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0596905Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0597029Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0597149Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0597276Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0597394Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0597508Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0597640Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0597767Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0597890Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0598015Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0598141Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0598259Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0598377Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0598483Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0598604Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:13:57.0598731Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0598857Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0598981Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0599103Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0599224Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0599345Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0599453Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0599575Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0599716Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0599860Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0599998Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0600140Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0600280Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0600405Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0600584Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0600789Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0600927Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0601056Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0601180Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0601310Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0601440Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0601553Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0601679Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0601801Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0601924Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0602044Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0602165Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0602289Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0602416Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0602530Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0602659Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0602784Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0602907Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0603028Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0603151Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0603275Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0603394Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0603501Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0603622Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0603758Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0603890Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0604032Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0604172Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0604305Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0604439Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0604561Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0604695Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0604826Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0604956Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0605086Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0605218Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0605348Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0605473Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0605592Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0605723Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0605895Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0606050Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0606182Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0606310Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0606436Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0606560Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0606670Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0606792Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:13:57.0606938Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0607079Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0607227Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0607373Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0607512Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0607655Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0607782Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0607922Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0608061Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0608199Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0608347Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0608488Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0608633Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0608773Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0608895Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0609036Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0609178Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0609315Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0609452Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0609588Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0609736Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0609881Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0610005Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0610141Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:13:57.0610281Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0610421Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0610560Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0610700Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0610837Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:13:57.0610984Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0611169Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0611314Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0611455Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0611596Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0611735Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0611873Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0612011Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0612151Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0612275Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0612418Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0612559Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0612701Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0612842Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0612983Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:13:57.0613119Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0613261Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0613384Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0613525Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0613663Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0613804Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.716s) 2022-12-01T10:13:57.0613941Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (1.717s) 2022-12-01T10:13:57.0614078Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (1.718s) 2022-12-01T10:13:57.0614210Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (1.716s) 2022-12-01T10:13:57.0614345Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (1.714s) 2022-12-01T10:13:57.0614465Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (1.712s) 2022-12-01T10:13:57.0614597Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (1.724s) 2022-12-01T10:13:57.0614733Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (1.716s) 2022-12-01T10:13:57.0614867Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.713s) 2022-12-01T10:13:57.0615020Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.372s) 2022-12-01T10:13:57.0615169Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.372s) 2022-12-01T10:13:57.0615312Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.372s) 2022-12-01T10:13:57.0615451Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.375s) 2022-12-01T10:13:57.0615599Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.372s) 2022-12-01T10:13:57.0615732Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.372s) 2022-12-01T10:13:57.0615872Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.372s) 2022-12-01T10:13:57.0616011Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.375s) 2022-12-01T10:13:57.0616142Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0616297Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0616462Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0616596Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0616728Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0616842Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0616966Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0617089Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0617214Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0617338Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0617460Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0617586Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0617695Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0617834Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0617968Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0618106Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0618243Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0618377Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0618511Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0618647Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0618763Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0618899Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0619031Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0619157Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0619282Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0619412Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0619541Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0619668Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0619865Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0619990Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0620108Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0620231Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0620355Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0620479Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0620600Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0620721Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0620835Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0620958Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0621089Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0621221Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0621347Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0621470Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0621629Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0621777Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0621884Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0622002Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0622123Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0622245Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0622375Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0622502Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0622636Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0622756Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0622885Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0623015Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0623144Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0623268Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0623390Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0623513Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0623635Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0623741Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0623863Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0623986Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0624107Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0624229Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0624352Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0624474Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0624595Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0624699Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0624817Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0624950Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0625075Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0625203Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0625332Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0625461Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0625590Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0625704Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0625827Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0625953Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0626075Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0626200Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0626321Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0626452Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0626565Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0626689Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0626840Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0626988Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0627111Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0627231Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0627351Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0627468Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0627582Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0627703Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0627832Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0627963Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0628087Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0628211Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0628335Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0628454Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0628561Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0628679Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0628803Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0628932Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0629052Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0629184Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0629314Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0629435Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0629547Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0629670Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0629791Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0629909Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0630029Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0630148Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0630277Z test_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0630384Z test_meta_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0630512Z test_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0630642Z test_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0630772Z test_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0630900Z test_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0631023Z test_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0631144Z test_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0631268Z test_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0631374Z test_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0631492Z test_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0631614Z test_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0631737Z test_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0631874Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0632007Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0632208Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0632344Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0632723Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0632858Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0632992Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0633120Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0633253Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0633386Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0633516Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0633647Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0633766Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0633910Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0634049Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0634195Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0634343Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0634484Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0634626Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0634766Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0634891Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0635032Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0635172Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0635310Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0635449Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0635579Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0635700Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0635826Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0635936Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0636055Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0636176Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0636299Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0636420Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:13:57.0636541Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0636663Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0636814Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0636949Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0637096Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0637238Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0637374Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0637514Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0637738Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0637875Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0638011Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0638130Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0638265Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0638397Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0638534Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0638674Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0638814Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0638953Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0639091Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0639213Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0639351Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0639483Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0639619Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0639758Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0639898Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0640033Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0640168Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0640295Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0640434Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0640567Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0640704Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0640842Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0640980Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0641116Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0641250Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0641370Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0641509Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0641643Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0641779Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0641918Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0642057Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0642192Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0642327Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0642450Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0642585Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0642718Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0642949Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0643114Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0643272Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0643427Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0643580Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0643731Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0643870Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0644018Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0644169Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0644326Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0644483Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0644634Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0644786Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0644932Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0645066Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0645214Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0645668Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0646006Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0646337Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0646661Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0646987Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0647308Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0647640Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0647961Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0648292Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0648603Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0648925Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0649246Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0649639Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0649959Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0650279Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0650596Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0650735Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0650871Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0651009Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0651131Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0651267Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0651401Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0651532Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0651663Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0651795Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0651927Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0652064Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0652185Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0652324Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0652460Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0652589Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0652719Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0652853Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0653006Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0653162Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0653303Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0653452Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0653605Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0653758Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0653907Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0654484Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0654636Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0654793Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0654944Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0655080Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0655228Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0655448Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0655595Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0655745Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0655879Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0656012Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0656144Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0656275Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0656391Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0656518Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0656649Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0656778Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0656904Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0657033Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0657162Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0657279Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0657406Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0657530Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0657657Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0657784Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0657912Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0658042Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0658172Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0658290Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0658418Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0658547Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0658674Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0658800Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0658927Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0659080Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0659241Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0659389Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0659613Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0659875Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0660026Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0660180Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0660329Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0660675Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0661083Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0661416Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0661740Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0662051Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0662373Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0662692Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0663021Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0663158Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0663298Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0663440Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0663576Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0663710Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0663829Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0663966Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0664099Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0664248Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0664400Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0664550Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0664698Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0664845Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0664979Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0665126Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0665275Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0665423Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0665575Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0665723Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0665866Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0666009Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0666152Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0666281Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0666425Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0666571Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0666779Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0666927Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0667070Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0667211Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0667353Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0667482Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0667623Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0667766Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0667912Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0668061Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0668206Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0668348Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0668488Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0668630Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0668757Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0668896Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0669025Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0669162Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0669301Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0669434Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0669564Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0669695Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0669811Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0669939Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0670067Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0670204Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0670339Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0670473Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0670609Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0670742Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0670858Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0670993Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0671164Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0671333Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0671501Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0671670Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0671865Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0672054Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0672201Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0672362Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0672682Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0672881Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0673043Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0673202Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0673366Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0673526Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0673681Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0673821Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0673974Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0674129Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0674287Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0674446Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0674598Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0674757Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0674911Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0675063Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0675201Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0675559Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0675905Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0676239Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0676578Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0676914Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0677250Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0677584Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0677916Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0678377Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0678719Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0679036Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0679366Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0679702Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0680036Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0680367Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0680695Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0681028Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0681364Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0681693Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0682028Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0682359Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0682691Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0683007Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0683336Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0683674Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0684009Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0684339Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0684667Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0684998Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0685401Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0685732Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0686063Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:13:57.0686216Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0686368Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0686508Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0686656Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0686805Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0686955Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0687101Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0687248Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0687387Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0687526Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0687650Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0687791Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0687928Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0688066Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0688204Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0688341Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0688477Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0688612Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0688731Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0688865Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0688998Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0689125Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0689262Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0689394Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0689524Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0689652Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0689768Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0689892Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0690023Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0690152Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0690282Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0690409Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0690531Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0690720Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0690856Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0690981Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0691101Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0691222Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0691345Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0691485Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0691621Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0691750Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0691889Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0692029Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0692167Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0692303Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0692436Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0692568Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0692700Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0692831Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0692947Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0693088Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0693223Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0693367Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0693509Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0693649Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0693789Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0693927Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0694050Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0694185Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0694317Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0694448Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0694585Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0694716Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0694841Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0694963Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0695081Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0695209Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0695336Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0695455Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0695575Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0695694Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0695815Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0695952Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0696098Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0696230Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0696354Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0696485Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0696616Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0696743Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0696868Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0696978Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0697102Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0697225Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0697347Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0697472Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0697597Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0697728Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0697853Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0697970Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0698101Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0698231Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0698359Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0698490Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0698619Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0698744Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0698868Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0698975Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0699098Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0699217Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0699345Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0699466Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0699594Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0699812Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0699959Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0700073Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0700196Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0700315Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0700437Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0700557Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0700674Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0700794Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0700902Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0701024Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0701189Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0701345Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0701467Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0701586Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0701702Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0701833Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0701954Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0702087Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0702221Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0702347Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0702473Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0702606Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0702733Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0702855Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0702963Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0703083Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0703210Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:13:57.0703337Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0703460Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0703582Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0703700Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0703820Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0703929Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0704051Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0704173Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0704291Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0704410Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0704536Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0704654Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0704768Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0704893Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0705016Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0705136Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0705255Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0705374Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0705494Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0705612Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0705716Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0705833Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0705963Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0706091Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0706226Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0706390Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0706557Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0706688Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0706803Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0706931Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0707062Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0707190Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0707315Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0707441Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0707568Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:13:57.0707696Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:13:57.0707806Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.109s) 2022-12-01T10:13:57.0707926Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:13:57.0708058Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.183s) 2022-12-01T10:13:57.0708190Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.188s) 2022-12-01T10:13:57.0708321Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:57.0708452Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:13:57.0708581Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:57.0708707Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:13:57.0708817Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0708937Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0709065Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0709189Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0709310Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0709428Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0709548Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0709654Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0709774Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0709893Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0710009Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0710127Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0710264Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0710399Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0710540Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0710667Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0710802Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0710937Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0711067Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0711200Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0711332Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0711462Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0711624Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0711765Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0711891Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0712013Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.084s) 2022-12-01T10:13:57.0712142Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0712269Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0712392Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0712663Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0712787Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0712893Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0713012Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0713134Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.084s) 2022-12-01T10:13:57.0713257Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0713376Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:13:57.0713500Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0713619Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0713748Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0713862Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0713986Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0714106Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0714224Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0714345Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0714466Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0714584Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0714689Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0714814Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0714933Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0715063Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0715191Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0715312Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0715432Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0715552Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0715660Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0715788Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0715908Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0716027Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0716164Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0716295Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0716433Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0716570Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0716690Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0716823Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0717004Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0717171Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0717300Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0717430Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0717560Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0717688Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0717805Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0717940Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0718076Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0718207Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0718341Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0718471Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0718600Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0718727Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0718843Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0718971Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0719095Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0719215Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:13:57.0719345Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:13:57.0719472Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:13:57.0719596Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0719718Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0719824Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:13:57.0719945Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0720065Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0720182Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0720302Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0720420Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:13:57.0720560Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0720680Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0720822Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0720965Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0721101Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0721237Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0721369Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0721501Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0721634Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0721752Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0721883Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0722010Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:57.0722195Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0722351Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0722485Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0722617Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0722747Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0722863Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0722990Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0723118Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0723243Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0723370Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0723496Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0723625Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0723752Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0723863Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0723985Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0724107Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0724229Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0724347Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0724468Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0724586Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0724722Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0724842Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0724971Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0725096Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0725220Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0725339Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0725457Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0725576Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0725700Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0725818Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0725948Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0726081Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0726220Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0726355Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0726484Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0726613Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0726743Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0726858Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0726986Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0727113Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0727238Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0727367Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0727563Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0727702Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0727822Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0727954Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0728085Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0728215Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0728346Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0728474Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0728602Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0728728Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0728847Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0728974Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0729104Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0729232Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0729360Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0729484Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0729608Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0729732Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0729838Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0729959Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0730083Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0730207Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0730352Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0730496Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0730636Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0730775Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0730889Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0731013Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0731140Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0731267Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0731391Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0731514Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0731635Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0731755Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0731862Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0731980Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0732102Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0732221Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0732353Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0732484Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0732610Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0732762Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0732904Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0733036Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0733159Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0733278Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0733397Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0733516Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0733636Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0733742Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0733864Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0733985Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0734115Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0734244Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0734377Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0734506Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0734641Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:13:57.0734763Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0734898Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0735029Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0735159Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:13:57.0735292Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0735422Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0735551Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0735679Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0735794Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0735920Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0736045Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0736165Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0736294Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0736411Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0736528Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0736652Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0736760Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0736888Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0737008Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0737138Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0737268Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0737396Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0737523Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0737646Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0737756Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0737909Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0738059Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0738179Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0738300Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0738423Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0738553Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0738668Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0738802Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0738936Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0739069Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0739202Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0739335Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0739466Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0739593Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0739708Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0739922Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0740049Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0740176Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0740304Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0740426Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0740559Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0740692Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0740808Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0740935Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0741060Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0741183Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0741306Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0741428Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0741546Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0741668Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0741774Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:13:57.0741905Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0742042Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0742173Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0742301Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0742427Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0742556Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0742700Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.132s) 2022-12-01T10:13:57.0742825Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (1.010s) 2022-12-01T10:13:57.0742966Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (1.015s) 2022-12-01T10:13:57.0743109Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (1.014s) 2022-12-01T10:13:57.0743316Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (1.012s) 2022-12-01T10:13:57.0743458Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (1.009s) 2022-12-01T10:13:57.0743597Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (1.009s) 2022-12-01T10:13:57.0743736Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (1.010s) 2022-12-01T10:13:57.0743874Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.013s) 2022-12-01T10:13:57.0743988Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.028s) 2022-12-01T10:13:57.0744112Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... ok (2.025s) 2022-12-01T10:13:57.0744239Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (2.031s) 2022-12-01T10:13:57.0744362Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (2.031s) 2022-12-01T10:13:57.0744486Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (2.026s) 2022-12-01T10:13:57.0744610Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (2.023s) 2022-12-01T10:13:57.0744729Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (2.023s) 2022-12-01T10:13:57.0744852Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (2.022s) 2022-12-01T10:13:57.0744957Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.025s) 2022-12-01T10:13:57.0745088Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0745217Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0745352Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0745485Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0745620Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0745750Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0745886Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0746003Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0746130Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0746257Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0746384Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0746515Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0746643Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0746770Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0746897Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0747010Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0747133Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0747255Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0747376Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0747503Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0747634Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0747765Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0747880Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0748006Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0748131Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0748259Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0748416Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0748572Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0748695Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0748817Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0748925Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0749045Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0749164Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0749284Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0749403Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0749541Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0749677Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0749817Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0749931Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0750054Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0750184Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0750313Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0750443Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0750568Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0750694Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0750818Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0750931Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0751056Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0751177Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0751298Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0751422Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0751557Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0751698Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0751822Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0751928Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0752055Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0752180Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0752305Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0752433Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0752725Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0752877Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0752998Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0753105Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0753222Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0753344Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0753462Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0753592Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0753715Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0753942Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0754061Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0754188Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0754316Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0754440Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0754565Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0754689Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0754813Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0754932Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0755042Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0755165Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0755294Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0755417Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0755548Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0755679Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0755809Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0755934Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0756043Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0756167Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0756289Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0756411Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0756529Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0756651Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0756768Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:13:57.0756891Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0756999Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0757129Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0757258Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0757385Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0757513Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0757637Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0757759Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:13:57.0757869Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0757989Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0758106Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0758228Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0758348Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:13:57.0758475Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0758596Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0758724Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0758835Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0758999Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0759146Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0759265Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:13:57.0759381Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0759502Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0759623Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:13:57.0759747Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0759853Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0759981Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0760110Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0760236Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0760358Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0760480Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0760599Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0760716Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0760818Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0760936Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0761057Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0761184Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0761309Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0761436Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0761568Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0761685Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0761808Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0761931Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0762051Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0762171Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0762288Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0762404Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0762523Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0762631Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:13:57.0762762Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0762891Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0763028Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0763160Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0763292Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0763421Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0763550Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0763666Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0763792Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0763919Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0764042Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0764200Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0764366Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:13:57.0764511Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0764628Z test_imag (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0764730Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0764851Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0764982Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0765124Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0765252Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0765375Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0765501Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0765627Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0765743Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:13:57.0765863Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:13:57.0765875Z 2022-12-01T10:13:57.0766126Z ---------------------------------------------------------------------- 2022-12-01T10:13:57.0766209Z Ran 10212 tests in 471.491s 2022-12-01T10:13:57.0766215Z 2022-12-01T10:13:57.0766288Z OK (skipped=252) 2022-12-01T10:13:57.0766293Z 2022-12-01T10:13:57.0766378Z Generating XML reports... 2022-12-01T10:13:57.0766669Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221201100603.xml 2022-12-01T10:13:57.0766955Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201100603.xml 2022-12-01T10:13:57.0766960Z 2022-12-01T10:13:57.0767524Z ##[endgroup] 2022-12-01T10:13:57.0767779Z FINISHED PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_zdso320i) 2022-12-01T10:13:57.0767787Z 2022-12-01T10:13:58.4371355Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:13:58.5011064Z Ignoring disabled issues: [] 2022-12-01T10:13:58.5152923Z Running test_unary_ufuncs ... [2022-12-01 10:13:58.515006] 2022-12-01T10:13:58.5155664Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:13:58.515354] 2022-12-01T10:16:19.8835403Z 2022-12-01T10:16:19.8835775Z Expand the folded group to see the log file of test_schema_check 2022-12-01T10:16:19.8838142Z ##[group]PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_evtlqsxq) 2022-12-01T10:16:19.8843802Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-12-01T10:16:19.8844682Z 2022-12-01T10:16:19.8845410Z Running tests... 2022-12-01T10:16:19.8846084Z ---------------------------------------------------------------------- 2022-12-01T10:16:19.8847446Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.026s) 2022-12-01T10:16:19.8848054Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8848677Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8849195Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:16:19.8849690Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:16:19.8850187Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:16:19.8850675Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8851165Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8851915Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:16:19.8852472Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8852972Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.009s) 2022-12-01T10:16:19.8853508Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8854074Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8854669Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:16:19.8855243Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:16:19.8855858Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:16:19.8856434Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:16:19.8857011Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:16:19.8857615Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.012s) 2022-12-01T10:16:19.8858219Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.010s) 2022-12-01T10:16:19.8858794Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8859445Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8860855Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:276: 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-12-01T10:16:19.8862183Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:16:19.8862524Z ok (0.002s) 2022-12-01T10:16:19.8863010Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8864103Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:179: 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-12-01T10:16:19.8865380Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:16:19.8865735Z ok (0.002s) 2022-12-01T10:16:19.8866202Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8866663Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8867100Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:16:19.8867504Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:16:19.8867925Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8868322Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:16:19.8869470Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:16:19.8869916Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:16:19.8870526Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8871120Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8871670Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8872273Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8873029Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8873620Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8874252Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8874823Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8875414Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8876009Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8876585Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8877175Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8877760Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8878339Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8878938Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8879558Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8880165Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8880783Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8881371Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8881955Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8882522Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8883133Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8883713Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8884291Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8884861Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8885426Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.8886017Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.8886611Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.8887226Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.8887868Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8888482Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.8889083Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.8889873Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.8890423Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.8890948Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.8891437Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.8891994Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.8892595Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.8893205Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.8893820Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8894456Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8895080Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8895710Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8896321Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8896938Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8897550Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8898161Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8898802Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8899479Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8900120Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8900726Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8901372Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8902022Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8902639Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8903271Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8903909Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8904534Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8905202Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8905840Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8906470Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.8907149Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.8907816Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8908449Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8909182Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8909817Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8910439Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8911059Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8911667Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8912299Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8913045Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:16:19.8913709Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:16:19.8914373Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:16:19.8915077Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:16:19.8915467Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:16:19.8915827Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:16:19.8916202Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:16:19.8916573Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:16:19.8916942Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:16:19.8917303Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:16:19.8917674Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8918041Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8918397Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8918762Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8919131Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8919496Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8919854Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8920235Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8920605Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8920972Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8921325Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8921689Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8922055Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8922408Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8922770Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8923240Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8923604Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8923954Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8924315Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8924677Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8925037Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8925385Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8926296Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:16:19.8926880Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:16:19.8927145Z ok (0.085s) 2022-12-01T10:16:19.8927438Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:16:19.8927818Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:16:19.8928193Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:16:19.8928564Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:16:19.8928921Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:16:19.8929294Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:16:19.8929658Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:16:19.8930026Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:16:19.8930375Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:16:19.8930737Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:16:19.8931110Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8931471Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8931847Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8932220Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8932584Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8932936Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8933300Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8933662Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8934024Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8934373Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8954753Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8955454Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8956138Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8956574Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8956948Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8957316Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8957670Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8958039Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8958418Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8958791Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8959144Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8959515Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8959885Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8960251Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8960602Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8960960Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8961323Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8961668Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8962027Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8962392Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8962758Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8963114Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8963488Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8963859Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8964231Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8964581Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8964944Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8965304Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8965653Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8966010Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8966378Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8966743Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8967197Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8967576Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8967952Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8968318Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8968671Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8969040Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8969405Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8969764Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8970130Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.8970498Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8970863Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8971219Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8971591Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.8971960Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8972324Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8972672Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8973045Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.8973407Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8973752Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8974110Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8974468Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8974825Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8975179Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8975559Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.8975941Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.8976320Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8976673Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8977046Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8977407Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8977754Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8978114Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8978482Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8978910Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.8979368Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.8979756Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.8980136Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.8980515Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8980874Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.8981260Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.8981650Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.8982024Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.8982396Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8982771Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8983139Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8983490Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8983857Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8984222Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.8984595Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8984978Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.8985385Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.8985777Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8986132Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8986497Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8986861Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8987227Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8987579Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8987948Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8988331Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8988751Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.8989166Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.8989579Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8989977Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8990369Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8990805Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8991195Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8991583Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8991954Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8992331Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8992846Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8993226Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8993592Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8993963Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.8994331Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8994698Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8995049Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8995412Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8995782Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8996133Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8996500Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8996876Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.8997252Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.8997610Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8997971Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8998333Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.8998695Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8999047Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8999411Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.8999779Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9000126Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9000491Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9000857Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9001743Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:16:19.9002261Z return self.op(*args, **kwargs) 2022-12-01T10:16:19.9002501Z ok (0.006s) 2022-12-01T10:16:19.9002814Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9003187Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9003538Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9003901Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9004261Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9004620Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9004966Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9005325Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9005691Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9006053Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9006440Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9006825Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9007205Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9007568Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9007938Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9008316Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9008683Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9009030Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9009393Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9009761Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9010108Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9010472Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9010828Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9011187Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9011537Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9011903Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9012267Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9012627Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9012974Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9013341Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9013703Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9014049Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9014464Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9014818Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9015173Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9016403Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:16:19.9017151Z return self.op(*args, **kwargs) 2022-12-01T10:16:19.9017337Z ok (0.004s) 2022-12-01T10:16:19.9017615Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9017990Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9018344Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9018714Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9019083Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9019528Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9019894Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9020273Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9020645Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9021007Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9021386Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9021759Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9022128Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9022475Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9022846Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9023222Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9023575Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9023936Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9024298Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9024663Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9025012Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9025385Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9025757Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9026186Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9026537Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9026903Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9027263Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9027609Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9027963Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9028321Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9028680Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9029037Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:16:19.9029417Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:16:19.9029786Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:16:19.9030160Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:16:19.9030512Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:16:19.9030879Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:16:19.9031242Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:16:19.9031592Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:16:19.9031962Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:16:19.9032335Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9032836Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9033196Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9033562Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9033937Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9034300Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9034649Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9035021Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9035387Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9035743Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9036117Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9036488Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9036852Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9037205Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9037569Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9038076Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9038442Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9038793Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9039168Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9039545Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9039905Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9040276Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9040645Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9041019Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9041378Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9041746Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9042119Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9042483Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9042842Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9043215Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9043597Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9043971Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9044352Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9044729Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9045107Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9045464Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9045829Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9046195Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9046562Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9046923Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9047302Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9047680Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9048056Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9048439Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9048829Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9049209Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9049606Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9050005Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9050381Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9050753Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9051112Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9051487Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9051867Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9052259Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9052647Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9053044Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9053444Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9053827Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9054224Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9054622Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9055017Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9055404Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9055797Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9056179Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9056565Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9056941Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9057326Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9057690Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9058058Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9058424Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9058798Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9059162Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9059595Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9059955Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9060315Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9060680Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9061029Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9061461Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9061829Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9062204Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9062564Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9062939Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9063306Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9063660Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9064023Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9064390Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9064753Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9065101Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9065468Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9065832Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9066196Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9066547Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9066909Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9067272Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9067620Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9067981Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9068343Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9068709Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9069064Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9069434Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9069806Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9070178Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9070529Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9070892Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9071253Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9071600Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9071960Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9072320Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9072852Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9073315Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9073691Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9074064Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9074434Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9074786Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9075152Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9075517Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9075868Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9076241Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9076604Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9076974Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9077338Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9077719Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9078104Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9078483Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9078851Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9079232Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9079607Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9079969Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9080338Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9080711Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9081083Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9081438Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9081819Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9082193Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9082569Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9082943Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9083326Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9083704Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9084143Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9084505Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9084944Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9085310Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9085673Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9086046Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9086415Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9086795Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9087162Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9087547Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9087935Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9088323Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9088686Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9089061Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9089437Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9089799Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9090169Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9090544Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9090920Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9091279Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9091650Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9092046Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9092459Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9092835Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9093208Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9093613Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9094064Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9094420Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9094792Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9095163Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9095528Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9095908Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9096286Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9096738Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9097099Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9097469Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9097850Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9098229Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9098591Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9098961Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9099416Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9099778Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9100149Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9100515Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9100884Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9101239Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9101610Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9101981Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9102354Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9102713Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9103080Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9103453Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9103814Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9104191Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9104571Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9104941Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9105308Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9105692Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9106083Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9106471Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9106848Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9107234Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9107610Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9108017Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9108406Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9108780Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9109154Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9109518Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9109894Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9110267Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9110641Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9111002Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9111373Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9111743Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9112129Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9112617Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9113015Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9113413Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9113803Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9114183Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9114569Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9114947Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9115308Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9115684Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9116060Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9116439Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9116807Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9117186Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9117571Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9117953Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9118316Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9118703Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9119076Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9119453Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9119917Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9120290Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9120663Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9121028Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9121396Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9121762Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9122134Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9122488Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9122859Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9123217Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9123572Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9123917Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9124277Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9124638Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9124990Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9125357Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9125724Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9126097Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9126451Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9126821Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9127186Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9127549Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9127898Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9128263Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9128630Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9128979Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9129337Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9129717Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9130117Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9130499Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9130895Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9131324Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9131747Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9132131Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9132522Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9132919Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9133310Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9133683Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9134073Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9134466Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9134841Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9135224Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9135611Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9136002Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9136378Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9136759Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9137137Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9137515Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9137885Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9138261Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9138644Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9139020Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9139475Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9139861Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9140244Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9140609Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9140991Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9141367Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9141739Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9142097Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9142469Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9142841Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9143268Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9143623Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9143998Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9144365Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9144713Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9145073Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9145439Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9145805Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9146155Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9146510Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9146872Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9147255Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9147632Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9148030Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9148434Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9148819Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9149211Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9149603Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9149985Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9150354Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9150736Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9151118Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9151500Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9151868Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9152231Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9152716Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9153098Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9153455Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9153829Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9154199Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9154551Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9155007Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9155371Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9155739Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9156086Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9156451Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9156818Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-12-01T10:16:19.9157172Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.205s) 2022-12-01T10:16:19.9157537Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9157912Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9158272Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9158624Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9158986Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9159344Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9159706Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9160055Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9160977Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: 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-12-01T10:16:19.9161563Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:16:19.9161767Z ok (0.055s) 2022-12-01T10:16:19.9162027Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:16:19.9162400Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9162780Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9163153Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9163508Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9163880Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9164250Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9164601Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:16:19.9164962Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:16:19.9165322Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9165690Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9166039Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:16:19.9166409Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9166837Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9167192Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9167567Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9167945Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9168315Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9168666Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9169023Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9169386Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9169750Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9170097Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9170455Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9170813Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9171597Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:16:19.9172063Z L = torch.cholesky(A) 2022-12-01T10:16:19.9172251Z should be replaced with 2022-12-01T10:16:19.9172456Z L = torch.linalg.cholesky(A) 2022-12-01T10:16:19.9172629Z and 2022-12-01T10:16:19.9172809Z U = torch.cholesky(A, upper=True) 2022-12-01T10:16:19.9173011Z should be replaced with 2022-12-01T10:16:19.9173203Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:16:19.9173614Z 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-12-01T10:16:19.9174000Z return self.op(*args, **kwargs) 2022-12-01T10:16:19.9174180Z ok (0.008s) 2022-12-01T10:16:19.9174451Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9174838Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9175222Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9175601Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9176005Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9176402Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9176793Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9177176Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9177570Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9177959Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9178345Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9178766Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9179135Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9179620Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9179986Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9180362Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9180738Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9181113Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9181477Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9181845Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9182210Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9182578Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9182930Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9183296Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9183672Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9184032Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9184397Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9184854Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9185222Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9185571Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9185936Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9186299Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9186672Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9187038Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9187411Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9187792Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9188154Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9188531Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9188904Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9189266Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9189619Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9189986Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9190358Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9190806Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9191169Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9191548Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9191929Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9192304Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9192800Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9193172Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9193542Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9193901Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9194275Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9194641Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9195013Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9195378Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9195749Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9196117Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9196486Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9196838Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9197201Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9197564Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9197914Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9198277Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9198636Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9199008Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9199382Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9199768Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9200157Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9200549Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9200916Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9201302Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9201683Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9202044Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9202518Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9202896Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9203279Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9203644Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9204026Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-12-01T10:16:19.9204409Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.322s) 2022-12-01T10:16:19.9204802Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.321s) 2022-12-01T10:16:19.9205184Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.322s) 2022-12-01T10:16:19.9205576Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-12-01T10:16:19.9205961Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-12-01T10:16:19.9206344Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-12-01T10:16:19.9206710Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-12-01T10:16:19.9207099Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-12-01T10:16:19.9207485Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-12-01T10:16:19.9207854Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.323s) 2022-12-01T10:16:19.9208240Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-12-01T10:16:19.9208621Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9208991Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9209343Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9209715Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9210087Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9210457Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9210824Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9211201Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9211574Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9211927Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9212291Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9212657Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9213025Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9213369Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9213734Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9214193Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9214574Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9214953Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9215347Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9215748Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9216144Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9216521Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9216919Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9217308Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9217675Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9218058Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9218434Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9218819Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9219249Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9219636Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9220033Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9220432Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9220815Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9221210Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9221601Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9221994Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9222364Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9222756Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9223141Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9223504Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9223888Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9224272Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9224660Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9225032Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9225420Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9225895Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9226281Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9226648Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9227031Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9227414Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9227792Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9228153Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9228533Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9228908Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9229270Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9229654Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9230033Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9230406Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9230771Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9231140Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9231510Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9231875Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9232233Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9232744Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9233129Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:16:19.9233513Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9233925Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9234316Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:16:19.9234694Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-12-01T10:16:19.9235056Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:16:19.9235422Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:16:19.9235791Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:16:19.9236158Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-12-01T10:16:19.9236519Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:16:19.9236890Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9237254Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9237698Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9238069Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9238441Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9238809Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9239158Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9239516Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9239879Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9240236Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9240583Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9240949Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9241316Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9241669Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9242040Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9242412Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9242773Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9243122Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9243489Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9243843Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9244206Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9244552Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9244926Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9245316Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9245689Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9246076Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9246472Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9246856Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9247224Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9247610Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9247993Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9248368Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9248732Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9249144Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9249559Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.292s) 2022-12-01T10:16:19.9249944Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9250328Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9250710Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.301s) 2022-12-01T10:16:19.9251076Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.268s) 2022-12-01T10:16:19.9251429Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.277s) 2022-12-01T10:16:19.9251786Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.261s) 2022-12-01T10:16:19.9252142Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.264s) 2022-12-01T10:16:19.9252504Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.263s) 2022-12-01T10:16:19.9252849Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.265s) 2022-12-01T10:16:19.9253221Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9253594Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9253973Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9254331Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9254701Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9255073Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9255427Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9255790Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9256156Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9256521Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9256875Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9257245Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9257614Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9257991Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9258350Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9258714Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9259077Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9259500Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9259866Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9260240Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9260616Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9261051Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9261422Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9261791Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9262154Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9262500Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9262865Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9263230Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9263588Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9263968Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9264350Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9264729Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9265092Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9265464Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9265833Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9266197Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9266555Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9266931Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9267307Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9267667Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9268048Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9268424Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9268792Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9269152Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9269516Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9269880Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9270241Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9270590Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9270978Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9271391Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9271797Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9272193Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9272814Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9273226Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9273621Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9274023Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9274424Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9274829Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9275209Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9275583Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9275961Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9276330Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9276688Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9277058Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9277433Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9277800Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9278151Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9278527Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9278706Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9278883Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9279062Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9279239Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9279402Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9279571Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9279745Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9279919Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9280093Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9280262Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9280433Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9280617Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9280783Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9280969Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9281155Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9281379Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9281602Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9281783Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9281964Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9282146Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9282328Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9282495Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9282672Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9282852Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9283034Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9283213Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9283397Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9283581Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9283761Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9283940Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9284105Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9284280Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9284451Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9284628Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9284805Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9284988Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9285164Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9285348Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9285531Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9285702Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9285881Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9286053Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9286227Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9286403Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9286575Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9286741Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9286946Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9287152Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9287337Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9287523Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9287713Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9287903Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9288093Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9288282Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9288472Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9288656Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9288842Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9289014Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9289189Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-12-01T10:16:19.9289361Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-12-01T10:16:19.9289543Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:16:19.9289721Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-12-01T10:16:19.9289896Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.243s) 2022-12-01T10:16:19.9290066Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.240s) 2022-12-01T10:16:19.9290234Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.230s) 2022-12-01T10:16:19.9290405Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-12-01T10:16:19.9290564Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-12-01T10:16:19.9290732Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.238s) 2022-12-01T10:16:19.9290902Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-12-01T10:16:19.9291076Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-12-01T10:16:19.9291259Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9291440Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9291619Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9291796Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9291971Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9292128Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9292296Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9292506Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9292706Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9292877Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9293059Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:19.9293236Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:19.9293408Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9293576Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9293730Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9293925Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9294114Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9294304Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9294493Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9294681Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9294869Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9295056Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9295243Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9295420Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9295613Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9295802Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9296000Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9296194Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9296385Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9296576Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9296763Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9296950Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9297125Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9297313Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9297499Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9297683Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9297874Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9298120Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9298305Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9298492Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9298679Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9298865Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9299037Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9299286Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9299478Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9299656Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9299849Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9300041Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9300216Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9300389Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9300560Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9300717Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9300890Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9301063Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9301235Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9301414Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9301586Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9301766Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9301944Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9302106Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9302290Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9302463Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9302633Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9302808Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9302978Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9303146Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9303317Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9303490Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9303715Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9303891Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9304072Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9304254Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9304436Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9304613Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9304787Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9304957Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9305133Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9305292Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9305458Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9305632Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9305806Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9305986Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9306156Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9306341Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9306524Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9306699Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9306866Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9307037Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9307204Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9307375Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9307542Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9307706Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9307875Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9308046Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9308224Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9308393Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:19.9308569Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:19.9308748Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9308921Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9309121Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9309313Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9309479Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9309649Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9309819Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9309981Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9310150Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9310326Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9310504Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9310678Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9310853Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9311024Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9311191Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9311348Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9311517Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9311684Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9311858Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9312027Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9312211Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9312389Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9312710Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9312896Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9313067Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9313245Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9313428Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9313604Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9313783Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9313960Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9314134Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9314312Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9314485Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9314645Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9314903Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9315081Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9315255Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9315429Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9315600Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9315768Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9315938Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9316108Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9316268Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9316435Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9316603Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9316771Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9316950Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9317123Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9317301Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9317478Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9317655Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9317817Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9317990Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9318161Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9318333Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9318502Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9318673Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9318840Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9319017Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9319183Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9319345Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9319511Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9319677Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9319844Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9320016Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9320184Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9320381Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9320593Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9320751Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9320927Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9321095Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9321265Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9321434Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9321602Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9321773Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9321946Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9322122Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9322282Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9322457Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9322630Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9322800Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9322964Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9323135Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9323309Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9323482Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9323654Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9323811Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9323981Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9324150Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9324315Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9324484Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9324656Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9324826Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9324992Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9325158Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9325317Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9325485Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9325664Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9325867Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9326066Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9326237Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9326406Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9326570Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9326725Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9326893Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9327058Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9327246Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9327427Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9327613Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9327796Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9327977Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9328154Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9328321Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9328499Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9328676Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9328852Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9329030Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9329203Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9329376Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9329546Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9329726Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9329895Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9330073Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9330240Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9330406Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9330579Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9330746Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9330915Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9331090Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9331260Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9331480Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9331652Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9331827Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9331995Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9332164Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9332358Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9332589Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9332762Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9332934Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9333091Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-12-01T10:16:19.9333265Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-12-01T10:16:19.9333437Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-12-01T10:16:19.9333608Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.337s) 2022-12-01T10:16:19.9333775Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-12-01T10:16:19.9333942Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.337s) 2022-12-01T10:16:19.9334108Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.337s) 2022-12-01T10:16:19.9334280Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.337s) 2022-12-01T10:16:19.9334436Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-12-01T10:16:19.9334604Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-12-01T10:16:19.9334769Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-12-01T10:16:19.9334942Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9335123Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9335302Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9335477Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9335654Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9335826Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9335984Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9336150Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9336324Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9336499Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9336671Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9336852Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9337130Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9337309Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9337479Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9337639Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9337806Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9337980Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9338154Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9338329Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9338502Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9338683Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9338868Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9339047Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9339288Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9339464Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9339632Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9339807Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9339981Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9340155Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9340339Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9340520Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9340709Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9340884Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9341068Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9341253Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9341436Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9341617Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9341795Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9341976Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9342151Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9342330Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9342496Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9342748Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9342946Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9343141Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9343333Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9343520Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9343705Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9343894Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9344088Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9344262Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9344447Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9344623Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9344821Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9345015Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9345192Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9345373Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9345549Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9345718Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9345872Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9346042Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9346211Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9346398Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9346594Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9346792Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9346980Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9347173Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9347356Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9347547Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9347720Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9347904Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9348145Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9348324Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9348508Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9348687Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9348865Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9349047Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9349225Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9349382Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9349552Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9349727Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9349901Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9350074Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9350253Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9350434Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9350608Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9350784Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9350950Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9351119Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9351290Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9351464Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9351636Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9351805Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9351989Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9352170Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9352348Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9352618Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9352812Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9352983Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9353152Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9353325Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9353499Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9353783Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9353968Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9354156Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9354328Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9354512Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9354694Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9354878Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9355059Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9355243Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9355424Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9355602Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9355783Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9355949Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9356126Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9356303Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9356483Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9356659Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9356832Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9357004Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9357176Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9357351Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9357513Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9357688Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9357865Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9358042Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9358212Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9358379Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9358554Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9358729Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9358898Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9359066Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9359311Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9359485Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9359655Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9359828Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9359998Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9360172Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9360344Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9360529Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9360701Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9360879Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9361052Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9361226Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9361403Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9361574Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9361751Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9361931Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9362106Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9362277Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9362460Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9362639Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9362819Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9362992Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9363169Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9363340Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9363513Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9363682Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9363844Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9364027Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9364209Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9364386Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9364598Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9364800Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9364974Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9365151Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9365324Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9365485Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9365658Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9365833Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9366014Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9366187Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9366357Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9366526Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9366700Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9366871Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9367032Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9367207Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9367383Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9367560Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9367727Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9367894Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9368065Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9368240Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9368398Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9368577Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9368759Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9368933Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9369106Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9369275Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9369444Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9369614Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9369785Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9369944Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9370176Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9370354Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9370526Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9370699Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9370870Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9371041Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9371210Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9371382Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9371544Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9371709Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9371878Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9372059Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9372240Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9372409Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9372597Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9372777Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9372958Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9373131Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9373301Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9373478Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9373646Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9373812Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9373971Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9374146Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9374320Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9374488Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9374668Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9374850Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9375026Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9375193Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9375347Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9375547Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9375746Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9375919Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9376088Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9376259Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9376438Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9376612Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9376792Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9376961Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9377141Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9377313Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9377482Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9377655Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9377824Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9377990Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9378164Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9378340Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9378509Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9378684Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9378868Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9379049Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9379308Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9379488Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9379662Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9379836Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9380009Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9380163Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9380337Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9380511Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9380687Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9380859Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9381039Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9381253Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9381455Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9381637Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9381797Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9381965Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9382137Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9382309Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9382480Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9382652Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9382824Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9383009Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9383177Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9383365Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9383552Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9383736Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9383916Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9384103Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9384281Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9384462Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9384638Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9384817Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9384983Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9385161Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9385333Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9385503Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9385675Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9385844Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9386011Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9386181Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9386338Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9386525Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9386737Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9386954Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9387138Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9387316Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9387491Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9387670Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9387851Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9388017Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9388201Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9388369Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9388541Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9388714Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9388881Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9389051Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9389220Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9389390Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9389548Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9391849Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9392025Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9392198Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9392370Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9392663Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9392855Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9393023Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9393195Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9393353Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9393522Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9393688Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9393862Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9394033Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9394200Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9394364Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9394614Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9394822Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9394981Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9395150Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9395322Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9395496Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9395670Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9395840Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9396009Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9396188Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9396361Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9396523Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9396694Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9396873Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9397048Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9397231Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9397417Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9397596Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9397772Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9397948Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9398111Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9398284Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9398454Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9398627Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9398802Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9398971Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9399144Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9399327Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9399508Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9399672Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9399843Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9400018Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9400259Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9400428Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9400594Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9400763Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9400935Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9401092Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9401264Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9401433Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9401605Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9401772Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9401941Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9402108Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9402279Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9402450Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9402608Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9402775Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9402948Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9403117Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9403284Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9403448Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9403628Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9403806Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9403979Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9404137Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9404323Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:16:19.9404508Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:16:19.9404690Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-12-01T10:16:19.9404870Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:16:19.9405044Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-12-01T10:16:19.9405221Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:16:19.9405399Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:16:19.9405569Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:16:19.9405780Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:16:19.9405958Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-12-01T10:16:19.9406129Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9406298Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9406469Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9406638Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9406810Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9406978Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9407138Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9407304Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9407472Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9407634Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9407808Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9407978Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9408154Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9408328Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9408505Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9408666Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9408834Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9409003Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9409173Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9409342Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9409510Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9409678Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9409864Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9410039Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9410207Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9410388Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9410566Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9410744Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9410919Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9411091Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9411325Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9411497Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9411669Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9411833Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9412003Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9412185Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:16:19.9412364Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:16:19.9412548Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:16:19.9412732Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-12-01T10:16:19.9412909Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9413083Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9413262Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9413429Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9413604Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9413778Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9413953Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9414124Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9414298Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9414470Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9414638Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9414813Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9414974Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9415150Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9415326Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9415508Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9415687Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9415865Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9416041Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9416216Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9416374Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9416545Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9416791Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9417058Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9417265Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9417470Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9417687Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9417896Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9418057Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9418379Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9418580Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9418782Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9418981Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9419268Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9419480Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9419676Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9419830Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9420026Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9420262Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9420475Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9420713Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9420914Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9421134Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9421339Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9421545Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9421706Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9421912Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9422141Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9422344Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9422556Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9422765Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9422983Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9423195Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9423407Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9423639Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9423849Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9424078Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9424324Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9424527Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9424732Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9424937Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9425140Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9425356Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9425519Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9425734Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9425978Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9426189Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9426399Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9426608Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9426818Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9427029Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9427236Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9427403Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9427615Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9427897Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9428109Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9428324Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9428540Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9428750Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9428955Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9429174Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9429340Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9429545Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9429767Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9429971Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9430234Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9430443Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9430661Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9430875Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9431087Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9431259Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9431503Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9431733Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9431947Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9432151Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9432361Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9432690Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9432904Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9433166Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9433957Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:1008.) 2022-12-01T10:16:19.9434081Z return self.op(*args, **kwargs) 2022-12-01T10:16:19.9434207Z ok (0.025s) 2022-12-01T10:16:19.9434426Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9434651Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9434861Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9435070Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9435280Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9435520Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9435690Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9435895Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9436129Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9436346Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9436562Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9436780Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9436996Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9437308Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9437519Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9437689Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9437907Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9438135Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9438340Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9438550Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9438763Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9438973Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9439210Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9439427Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:16:19.9439590Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9439794Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9440011Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9440214Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9440418Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9440623Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9440824Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9441037Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9441238Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9441403Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9441606Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9441825Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9442026Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9442229Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9442427Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9442673Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9442870Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9443065Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9443220Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9443430Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:16:19.9443688Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:16:19.9443927Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:16:19.9456403Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:16:19.9456702Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:16:19.9456874Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:16:19.9457048Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:16:19.9457226Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:16:19.9457406Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:16:19.9457586Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:16:19.9457765Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:16:19.9457939Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:16:19.9458123Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9458294Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9458467Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9458653Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9458832Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9459017Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9459302Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9459485Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9459663Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9459836Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9460013Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9460177Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9460351Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9460531Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9460701Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9460872Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9461043Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9461213Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9461384Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9461554Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9461717Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9462052Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9462235Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9462413Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9462588Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9462763Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9462932Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9463098Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9463257Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9463434Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9463606Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9463777Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9463947Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9464126Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9464299Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9464481Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9464660Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9464827Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9464999Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9465166Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9465337Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9465507Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9465678Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9465850Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9466019Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9466206Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9466370Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9466551Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9466730Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9466908Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9467084Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9467256Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9467428Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9467669Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9467840Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9468010Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9468183Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9468361Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9468539Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9468717Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9468893Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9469071Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9469241Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9469416Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9469575Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9469755Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9469926Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9470108Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9470290Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9470469Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9470642Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9470813Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9470982Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9471144Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9471315Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9471486Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9471658Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9471834Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9472013Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.331s) 2022-12-01T10:16:19.9472191Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.331s) 2022-12-01T10:16:19.9473246Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:16:19.9473337Z return self.op(*args, **kwargs) 2022-12-01T10:16:19.9473453Z ok (0.331s) 2022-12-01T10:16:19.9473669Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.326s) 2022-12-01T10:16:19.9473893Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9474116Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9474342Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9474565Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9474784Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9475007Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9475222Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9475437Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9475638Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9475847Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9476062Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9476282Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9476508Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9476729Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9476957Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9477183Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9477408Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9477632Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9477849Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9478056Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9478271Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9478483Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9478700Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9478979Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9479189Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9479393Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9479606Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9479817Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9480025Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9480232Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9480418Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9480622Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9480826Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9481029Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9481235Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9481436Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9481663Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9481882Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9482109Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9482333Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9482555Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9482765Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9482984Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9483203Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9483418Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9483638Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9483855Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9484123Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9484335Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9484538Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9484749Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9484945Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9485150Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9485351Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9485563Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9485765Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9485971Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9486174Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9486378Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9486580Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:19.9486765Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9486924Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9487105Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9487283Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9487458Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9487628Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9487795Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9487970Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9488146Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9488317Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9488473Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9488642Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9488825Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9489005Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9489185Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9489363Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9489590Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9489769Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9489946Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9490107Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9490277Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9490448Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9490616Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9490787Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9490959Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9491141Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9491313Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9491481Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9491661Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9491837Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9492007Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9492174Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9492352Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9492525Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9492696Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9492873Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9493030Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9493201Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9493369Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9493543Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9493718Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9493887Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9494054Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9494221Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9494388Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9494543Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9494711Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9494887Z test_schema_correctness_lerp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9495096Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9495321Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9495496Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9495668Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9495850Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9496024Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9496192Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9496370Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9496546Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9496720Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9496889Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9497061Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9497236Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9497428Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9497620Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9497796Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9497988Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9498185Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9498379Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9498568Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9498757Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9498945Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9499130Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9499405Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9499577Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9499760Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9499946Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9500131Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9500315Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9500498Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9500678Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9500921Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9501097Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9501264Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9501445Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9501629Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9501813Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9501991Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9502171Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9502370Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9502565Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9502757Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9502936Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9503122Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9503306Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9503485Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9503669Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9503858Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9504045Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9504229Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9504406Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9504585Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9504774Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9504966Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9505150Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9505342Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9505530Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9505718Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9505904Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9506110Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9506342Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9506589Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9506791Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9506974Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9507157Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9507337Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9507516Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9507703Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9507893Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9508075Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9508243Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9508437Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9508631Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9508818Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9509006Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9509205Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9509401Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9509590Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9509780Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9509955Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9510144Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9510330Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9510519Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9510706Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:19.9510892Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:16:19.9511075Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9511257Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9511461Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:19.9511665Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:19.9511907Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9512107Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9512290Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9512473Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9512813Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9512996Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9513187Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9513377Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9513569Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9513741Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9513935Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9514126Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9514316Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9514505Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9514694Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:16:19.9514888Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:16:19.9515073Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:16:19.9515257Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:16:19.9515431Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9515626Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:16:19.9515817Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:16:19.9516002Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9516195Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:16:19.9516381Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:16:19.9516575Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:16:19.9516768Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:16:19.9516958Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:16:19.9517146Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:16:19.9517323Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.937s) 2022-12-01T10:16:19.9517598Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.938s) 2022-12-01T10:16:19.9517786Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.923s) 2022-12-01T10:16:19.9517974Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.924s) 2022-12-01T10:16:19.9518179Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.379s) 2022-12-01T10:16:19.9518385Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.379s) 2022-12-01T10:16:19.9518587Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.380s) 2022-12-01T10:16:19.9518786Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.378s) 2022-12-01T10:16:19.9518980Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9519156Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9519345Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9519533Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9519725Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9519910Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9520092Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9520276Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9520463Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9520649Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9520818Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9520999Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:16:19.9521183Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:16:19.9521365Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:16:19.9521545Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:16:19.9521732Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:16:19.9521940Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:19.9522150Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:16:19.9522361Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:16:19.9522567Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:19.9522758Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:16:19.9522992Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9523206Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.296s) 2022-12-01T10:16:19.9523395Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.295s) 2022-12-01T10:16:19.9523577Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.294s) 2022-12-01T10:16:19.9523763Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.293s) 2022-12-01T10:16:19.9523961Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9524156Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9524349Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9524529Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9524791Z 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-12-01T10:16:19.9525053Z 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-12-01T10:16:19.9525308Z 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-12-01T10:16:19.9525554Z 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-12-01T10:16:19.9525746Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9525931Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9526111Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9526292Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9526483Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9526673Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9526847Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9527036Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9527224Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9527408Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9527594Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9527776Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9527966Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9528155Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9528339Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9528568Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9528770Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:16:19.9528969Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:16:19.9529164Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:16:19.9529358Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:16:19.9529543Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-12-01T10:16:19.9529727Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:16:19.9529914Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:16:19.9530094Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:16:19.9530272Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9530460Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9530645Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9530831Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9531026Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9531218Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9531408Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9531596Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9531790Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:16:19.9531985Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:16:19.9532160Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9532348Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9532537Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9532728Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9532914Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9533100Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9533284Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9533466Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9533648Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9533817Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9534069Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9534258Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:16:19.9534462Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9534665Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9534850Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9535034Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:16:19.9535224Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:16:19.9535421Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:16:19.9535604Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-12-01T10:16:19.9535793Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:16:19.9535981Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.179s) 2022-12-01T10:16:19.9536170Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:16:19.9536352Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:16:19.9536538Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:16:19.9536722Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:16:19.9536907Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:16:19.9537088Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:16:19.9537250Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:16:19.9537428Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:16:19.9537601Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:16:19.9537771Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:16:19.9537946Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:16:19.9538126Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:16:19.9538303Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9538476Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9538655Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9538820Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9538995Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9539165Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9539414Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9539622Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9539829Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9540003Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9540171Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9540349Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9540510Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9540685Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9540858Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9541030Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9541201Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9541371Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9541544Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9541711Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9541886Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9542044Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9542221Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9542400Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9542575Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9542746Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9542917Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9543088Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9543256Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9543412Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9543581Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9543758Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9543929Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9544105Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9544280Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9544452Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9544622Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9544793Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9544949Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9545119Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9545342Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9545510Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9545696Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9545879Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9546058Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9546251Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:19.9546438Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:19.9546623Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:19.9546816Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9547006Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:19.9547195Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:19.9547383Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:19.9547569Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9547754Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:19.9547944Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:19.9548131Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:19.9548305Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:19.9548489Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:19.9548675Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9548859Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9549042Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9549220Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9549408Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9549590Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9549778Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9549952Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9550138Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9550319Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9550500Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9550680Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:16:19.9550919Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:16:19.9551102Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9551282Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9551470Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9551643Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9551825Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9552003Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9552187Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9552369Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9552632Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9552813Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9552995Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9553175Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9553345Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9553522Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9553714Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9553898Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9554077Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9554258Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9554437Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9554616Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9554791Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9554958Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9555138Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9555317Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9555498Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9555675Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9555860Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9556044Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9556224Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9556486Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9556648Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9556827Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9557005Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9557181Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9557359Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9557534Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9557720Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9557902Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9558088Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9558263Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9558444Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9558624Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9558804Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9558983Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9559164Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9559339Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9559517Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9559695Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9559858Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9560030Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9560205Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9560375Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9560547Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9560722Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9560896Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9561067Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9561238Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9561408Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.542s) 2022-12-01T10:16:19.9561593Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.540s) 2022-12-01T10:16:19.9561776Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.539s) 2022-12-01T10:16:19.9561985Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.540s) 2022-12-01T10:16:19.9562230Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.539s) 2022-12-01T10:16:19.9562480Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.446s) 2022-12-01T10:16:19.9562723Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.444s) 2022-12-01T10:16:19.9563367Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.445s) 2022-12-01T10:16:19.9563920Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.582s) 2022-12-01T10:16:19.9564504Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.467s) 2022-12-01T10:16:19.9565106Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9565611Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9566164Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9566710Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9567283Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9567783Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9568365Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9568947Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9569592Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9570209Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9570802Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9571408Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9571977Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9572536Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9573193Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9573827Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9574472Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9575198Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9575742Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9576316Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9576932Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9577562Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9578170Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9580542Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9581224Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9582039Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9582709Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9583371Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9584004Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9584662Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9585313Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9585961Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9587467Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: 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-12-01T10:16:19.9588374Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:16:19.9588747Z should be replaced with 2022-12-01T10:16:19.9589155Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:16:19.9589505Z and 2022-12-01T10:16:19.9589884Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:16:19.9590290Z should be replaced with 2022-12-01T10:16:19.9590923Z 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-12-01T10:16:19.9591652Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:16:19.9592052Z ok (0.025s) 2022-12-01T10:16:19.9592681Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9593290Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9593868Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9595284Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:16:19.9596260Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:16:19.9596676Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:16:19.9597023Z should be replaced with 2022-12-01T10:16:19.9597634Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:16:19.9598214Z return self.op(*args, **kwargs) 2022-12-01T10:16:19.9598537Z ok (0.026s) 2022-12-01T10:16:19.9599041Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9599740Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9600419Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9601124Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9601832Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9602533Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9603207Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9603997Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9604706Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9605360Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9606039Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9606720Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9607400Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9608048Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9608686Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9609355Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9610011Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9610646Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9611293Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9611947Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9612611Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9613263Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9613938Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9614614Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9615277Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9615943Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9616606Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9617259Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9617899Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9618550Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9619297Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9619954Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9620550Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9621225Z test_schema_correctness_masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-12-01T10:16:19.9621867Z test_schema_correctness_masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:16:19.9622515Z test_schema_correctness_masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:16:19.9623040Z test_schema_correctness_masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-12-01T10:16:19.9623543Z test_schema_correctness_masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9624105Z test_schema_correctness_masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9624861Z test_schema_correctness_masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9625521Z test_schema_correctness_masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:16:19.9626088Z test_schema_correctness_masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:16:19.9626730Z test_schema_correctness_masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:16:19.9627318Z test_schema_correctness_masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:16:19.9627843Z test_schema_correctness_masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-12-01T10:16:19.9628506Z test_schema_correctness_masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-12-01T10:16:19.9629040Z test_schema_correctness_masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9629592Z test_schema_correctness_masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9629965Z test_schema_correctness_masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9630346Z test_schema_correctness_masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9630730Z test_schema_correctness_masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9631102Z test_schema_correctness_masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:16:19.9631555Z test_schema_correctness_masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:16:19.9631947Z test_schema_correctness_masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:16:19.9632326Z test_schema_correctness_masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:16:19.9632847Z test_schema_correctness_masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:16:19.9633242Z test_schema_correctness_masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:16:19.9633624Z test_schema_correctness_masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:19.9634010Z test_schema_correctness_masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:16:19.9634382Z test_schema_correctness_masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:16:19.9634767Z test_schema_correctness_masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:16:19.9635158Z test_schema_correctness_masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:16:19.9635548Z test_schema_correctness_masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:16:19.9635919Z test_schema_correctness_masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:16:19.9636304Z test_schema_correctness_masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:16:19.9636679Z test_schema_correctness_masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:16:19.9637045Z test_schema_correctness_masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:19.9637424Z test_schema_correctness_masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:16:19.9637806Z test_schema_correctness_masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:16:19.9638194Z test_schema_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9638725Z test_schema_correctness_masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9639128Z test_schema_correctness_masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9639525Z test_schema_correctness_masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9639914Z test_schema_correctness_masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9640288Z test_schema_correctness_masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9640672Z test_schema_correctness_masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9641049Z test_schema_correctness_masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9641428Z test_schema_correctness_masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9641799Z test_schema_correctness_masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9642181Z test_schema_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9642571Z test_schema_correctness_masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9642952Z test_schema_correctness_masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9643345Z test_schema_correctness_masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9643735Z test_schema_correctness_masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9644117Z test_schema_correctness_masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9644488Z test_schema_correctness_masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9644865Z test_schema_correctness_masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9645248Z test_schema_correctness_masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9645626Z test_schema_correctness_masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9645994Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9646377Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9646763Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9647154Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9647533Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9647920Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9648298Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9648664Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9649042Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9649418Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9649794Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9650236Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9650616Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9651007Z test_schema_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9651411Z test_schema_correctness_masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9651795Z test_schema_correctness_masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9652194Z test_schema_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9652598Z test_schema_correctness_masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9653004Z test_schema_correctness_masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9653387Z test_schema_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-12-01T10:16:19.9653781Z test_schema_correctness_masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-12-01T10:16:19.9654175Z test_schema_correctness_masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-12-01T10:16:19.9654554Z test_schema_correctness_masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.193s) 2022-12-01T10:16:19.9654950Z test_schema_correctness_masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.193s) 2022-12-01T10:16:19.9655341Z test_schema_correctness_masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-12-01T10:16:19.9655727Z test_schema_correctness_masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-12-01T10:16:19.9656107Z test_schema_correctness_masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-12-01T10:16:19.9656493Z test_schema_correctness_masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.800s) 2022-12-01T10:16:19.9656877Z test_schema_correctness_masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.715s) 2022-12-01T10:16:19.9657262Z test_schema_correctness_masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.744s) 2022-12-01T10:16:19.9657638Z test_schema_correctness_masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.724s) 2022-12-01T10:16:19.9658024Z test_schema_correctness_masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.806s) 2022-12-01T10:16:19.9658405Z test_schema_correctness_masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.798s) 2022-12-01T10:16:19.9658789Z test_schema_correctness_masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.797s) 2022-12-01T10:16:19.9659155Z test_schema_correctness_masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.686s) 2022-12-01T10:16:19.9659624Z test_schema_correctness_masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.689s) 2022-12-01T10:16:19.9659999Z test_schema_correctness_masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.683s) 2022-12-01T10:16:19.9660364Z test_schema_correctness_masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.684s) 2022-12-01T10:16:19.9660746Z test_schema_correctness_masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.690s) 2022-12-01T10:16:19.9661133Z test_schema_correctness_masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9661528Z test_schema_correctness_masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9661963Z test_schema_correctness_masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9662350Z test_schema_correctness_masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.886s) 2022-12-01T10:16:19.9662731Z test_schema_correctness_masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.866s) 2022-12-01T10:16:19.9663109Z test_schema_correctness_masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.862s) 2022-12-01T10:16:19.9663474Z test_schema_correctness_masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.848s) 2022-12-01T10:16:19.9663859Z test_schema_correctness_masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.410s) 2022-12-01T10:16:19.9664258Z test_schema_correctness_masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.414s) 2022-12-01T10:16:19.9664664Z test_schema_correctness_masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.417s) 2022-12-01T10:16:19.9665048Z test_schema_correctness_masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.412s) 2022-12-01T10:16:19.9665442Z test_schema_correctness_masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.412s) 2022-12-01T10:16:19.9665837Z test_schema_correctness_masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.411s) 2022-12-01T10:16:19.9666209Z test_schema_correctness_masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-12-01T10:16:19.9666593Z test_schema_correctness_masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-12-01T10:16:19.9666986Z test_schema_correctness_masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:16:19.9667430Z test_schema_correctness_masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-12-01T10:16:19.9667801Z test_schema_correctness_masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:16:19.9668181Z test_schema_correctness_masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-12-01T10:16:19.9668561Z test_schema_correctness_masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:16:19.9668941Z test_schema_correctness_masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:16:19.9669307Z test_schema_correctness_masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:16:19.9669686Z test_schema_correctness_masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:16:19.9670071Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9670465Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9670846Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9671247Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9671638Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9672013Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9672396Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9672906Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9673289Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9673754Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9674137Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9674522Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9674910Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9675281Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9675669Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9676062Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9676460Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9676835Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9677215Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9677595Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9677960Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9678339Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9678714Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9679093Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9679467Z test_schema_correctness_masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9679860Z test_schema_correctness_masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9680253Z test_schema_correctness_masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9680641Z test_schema_correctness_masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9681016Z test_schema_correctness_masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9681403Z test_schema_correctness_masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9681782Z test_schema_correctness_masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.659s) 2022-12-01T10:16:19.9682184Z test_schema_correctness_masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9682590Z test_schema_correctness_masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9682987Z test_schema_correctness_masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.671s) 2022-12-01T10:16:19.9683365Z test_schema_correctness_masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.650s) 2022-12-01T10:16:19.9683732Z test_schema_correctness_masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.784s) 2022-12-01T10:16:19.9684107Z test_schema_correctness_masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.862s) 2022-12-01T10:16:19.9684480Z test_schema_correctness_masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.774s) 2022-12-01T10:16:19.9684854Z test_schema_correctness_masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.784s) 2022-12-01T10:16:19.9685283Z test_schema_correctness_masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.773s) 2022-12-01T10:16:19.9685660Z test_schema_correctness_masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-12-01T10:16:19.9686036Z test_schema_correctness_masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:16:19.9686421Z test_schema_correctness_masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:16:19.9686798Z test_schema_correctness_masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-12-01T10:16:19.9687181Z test_schema_correctness_masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-12-01T10:16:19.9687556Z test_schema_correctness_masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-12-01T10:16:19.9687939Z test_schema_correctness_masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:16:19.9688306Z test_schema_correctness_masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:16:19.9688677Z test_schema_correctness_masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:16:19.9689054Z test_schema_correctness_masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:16:19.9689411Z test_schema_correctness_masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:16:19.9689786Z test_schema_correctness_masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:16:19.9690163Z test_schema_correctness_masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.663s) 2022-12-01T10:16:19.9690608Z test_schema_correctness_masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9691017Z test_schema_correctness_masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9691411Z test_schema_correctness_masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.620s) 2022-12-01T10:16:19.9691789Z test_schema_correctness_masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.606s) 2022-12-01T10:16:19.9692164Z test_schema_correctness_masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.604s) 2022-12-01T10:16:19.9692531Z test_schema_correctness_masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.723s) 2022-12-01T10:16:19.9692907Z test_schema_correctness_masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.718s) 2022-12-01T10:16:19.9693279Z test_schema_correctness_masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.817s) 2022-12-01T10:16:19.9693655Z test_schema_correctness_masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.841s) 2022-12-01T10:16:19.9694020Z test_schema_correctness_masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.807s) 2022-12-01T10:16:19.9694393Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:16:19.9694769Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:16:19.9695133Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:16:19.9695510Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:16:19.9695885Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:16:19.9696257Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:16:19.9696642Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:16:19.9697035Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:16:19.9697402Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:16:19.9697767Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:16:19.9698130Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9698517Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9698903Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9699356Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9699742Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9700125Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9700508Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9700871Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9701250Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9701630Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9702010Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9702373Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9702750Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9703122Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9703492Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9703869Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9704270Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9704672Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9705061Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9705461Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9705859Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9706255Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9706636Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9707029Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9707421Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9707822Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9708248Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9708680Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9709082Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9709484Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9709870Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9710264Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9710657Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9711053Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9711440Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9711823Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9712197Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9712671Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9713048Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9713421Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9713787Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9714146Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9714517Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9714888Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9715266Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9715622Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9715993Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9716367Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9716723Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9717094Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9717461Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9717834Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9718193Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9718562Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9718934Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9719297Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9719645Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9720102Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9720475Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9720855Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9721262Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9721672Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9722090Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9722491Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9722905Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9723313Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9723721Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9724109Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9724507Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9724908Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9725308Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9725707Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9726116Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9726530Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9726954Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9727356Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9727770Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9728181Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9728593Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9728986Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9729388Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9729793Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9730198Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9730579Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9730957Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9731389Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9731754Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9732133Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9732508Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9732884Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9733244Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9733618Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9733989Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9734384Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9734770Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9735167Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9735562Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9735962Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9736345Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9736741Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9737139Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9737521Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9737915Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9738315Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9738717Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9739103Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9739591Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9739994Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9740396Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9740779Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9741176Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9741572Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9741971Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9742344Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9742761Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9743162Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9743532Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9743881Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9744252Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9744618Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9744968Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9745332Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9745701Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9746071Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9746444Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9746846Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9747230Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9747597Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9747945Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9748303Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9748662Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9749008Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9749363Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9749727Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9750095Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9750445Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9750811Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9751173Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9751543Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9751896Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9752256Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9752758Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9753112Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9753487Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9753863Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9754243Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9754670Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9755094Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9755477Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9755849Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9756202Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9756573Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9756940Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9757294Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9757717Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9758088Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9758467Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9758822Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9759189Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9759553Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9759917Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9760269Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9760635Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9761111Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9761466Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9761832Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9762199Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9762566Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9762921Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9763295Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9763671Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9764044Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9764396Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9764763Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9765125Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9765473Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9765832Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9766187Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9766585Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9766991Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9767380Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9767764Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9768141Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9768502Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9768871Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9769242Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9769595Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9769962Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9770318Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9770675Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9771018Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9771375Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9771759Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9772173Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9772567Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9772966Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9773366Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9773769Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9774153Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9774547Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9774953Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9775352Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9775752Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9776153Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9776549Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9776933Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9777333Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9777731Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9778172Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9778593Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9778997Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9779496Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9779892Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9780283Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9780686Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9781085Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9781479Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9781848Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9782227Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9782606Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9782971Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9783344Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9783524Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9783708Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9783886Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9784065Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9784239Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:16:19.9784423Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:16:19.9784586Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:16:19.9784761Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:16:19.9784944Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9785129Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9785312Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9785490Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9785666Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9785837Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9786016Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9786183Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9786369Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.240s) 2022-12-01T10:16:19.9786615Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.146s) 2022-12-01T10:16:19.9786795Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9786970Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9787147Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9787321Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9787490Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9787665Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9787830Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9788006Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9788178Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9788354Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9788541Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9788720Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9788907Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9789092Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9789280Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9789452Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9789632Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9789814Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9789993Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9790174Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9790354Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9790533Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9790719Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9790898Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9791060Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9791238Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9791417Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9791597Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9791777Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9791950Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9792176Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9792352Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9792631Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9792793Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9792966Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9793141Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9793333Z test_schema_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9793525Z test_schema_correctness_native_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9793723Z test_schema_correctness_native_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9793915Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9794103Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9794290Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9794454Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9794626Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9794805Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9794984Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9795156Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9795332Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9795505Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9795675Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9795831Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9796002Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9796171Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9796340Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9796515Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9796696Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9796874Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9797044Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9797217Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9797375Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9797548Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9797770Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9797974Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9798148Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9798319Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9798487Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9798671Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:16:19.9798849Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9799021Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:16:19.9799210Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9799392Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9799573Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9799754Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9799934Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9800112Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9800288Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9800462Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9800632Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9800807Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9800999Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:16:19.9801190Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9801385Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9801577Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9801770Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9801964Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9802155Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9802332Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9802520Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9802704Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9802888Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:16:19.9803077Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9803261Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:19.9803521Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9803697Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9803878Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9804050Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9804233Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9804412Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9804586Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9804764Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9804946Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9805120Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9805289Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9805465Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9805627Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9805808Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9805983Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9806168Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9806351Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9806533Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9806710Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9806888Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9807063Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9807223Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9807395Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9807566Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9807738Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9807905Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9808083Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9808252Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9808436Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9808617Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9808788Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9809022Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9809203Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9809383Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9809560Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9809733Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9809908Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9810084Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9810259Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9810434Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9810616Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9810791Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9811013Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9811231Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9811452Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9811664Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9811875Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9812082Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9812294Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9812485Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9812689Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9812893Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9813103Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9813306Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9813513Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9813714Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9813916Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9814119Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9814349Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9814575Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9814780Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9814981Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9815179Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9815378Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9815578Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9815776Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9815974Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9816172Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9816368Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9816549Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9816744Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9816938Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9817136Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9817335Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:16:19.9817530Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:16:19.9817725Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:16:19.9817924Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9818121Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:16:19.9818301Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:16:19.9818497Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9818684Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9818875Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9819067Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9819347Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:16:19.9819552Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9819759Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9820038Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9820260Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9820465Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9820658Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9820848Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9821040Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9821235Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9821437Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:16:19.9821631Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:16:19.9821821Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9822009Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9822186Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9823047Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:896.) 2022-12-01T10:16:19.9823140Z return self.op(*args, **kwargs) 2022-12-01T10:16:19.9823209Z ok (0.055s) 2022-12-01T10:16:19.9823406Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.323s) 2022-12-01T10:16:19.9823601Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.394s) 2022-12-01T10:16:19.9823790Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:19.9823972Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:16:19.9824160Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:16:19.9824374Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:16:19.9824583Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:16:19.9824773Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9824978Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9825180Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9825380Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9825582Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9825835Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9826036Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9826234Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9826433Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9826632Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:16:19.9826837Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.222s) 2022-12-01T10:16:19.9827051Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-12-01T10:16:19.9827261Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.221s) 2022-12-01T10:16:19.9827464Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-12-01T10:16:19.9827668Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.231s) 2022-12-01T10:16:19.9827872Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-12-01T10:16:19.9828078Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.211s) 2022-12-01T10:16:19.9828279Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:16:19.9828490Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:16:19.9828682Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:16:19.9828885Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:16:19.9829086Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9829285Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:16:19.9829482Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:19.9829676Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:16:19.9829871Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:16:19.9830886Z 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-12-01T10:16:19.9831132Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:16:19.9831231Z ok (0.041s) 2022-12-01T10:16:19.9831455Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9831647Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9831834Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:16:19.9832023Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:16:19.9832206Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:16:19.9832400Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:16:19.9832705Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:16:19.9832913Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:16:19.9833109Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9833299Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9833489Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9833679Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.397s) 2022-12-01T10:16:19.9833880Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.402s) 2022-12-01T10:16:19.9834080Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.384s) 2022-12-01T10:16:19.9834284Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9834481Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9834671Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9834856Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9835076Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9835297Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9835519Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9835737Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9835958Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9836185Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9836411Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9836635Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9836858Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9837167Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9837420Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9837677Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9837891Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9838111Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9838319Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9838536Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-12-01T10:16:19.9838745Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-12-01T10:16:19.9838953Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.250s) 2022-12-01T10:16:19.9839159Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-12-01T10:16:19.9839366Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.318s) 2022-12-01T10:16:19.9839571Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.321s) 2022-12-01T10:16:19.9839779Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.336s) 2022-12-01T10:16:19.9839974Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9840167Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9840345Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9840535Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9840726Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9840916Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9841120Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9841311Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9841508Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9841705Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9841901Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9842100Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9842286Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9842540Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9842743Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9842940Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9843136Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9843332Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9843526Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9843721Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9843917Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9844098Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9844287Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9844480Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9844668Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9844851Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9845043Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9845255Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-12-01T10:16:19.9845462Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-12-01T10:16:19.9845672Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-12-01T10:16:19.9845871Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9846053Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9846249Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9846441Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9846645Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:16:19.9846845Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:16:19.9847043Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:16:19.9847247Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9847453Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9847660Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9847925Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9848121Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9848333Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9848537Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9848747Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9848952Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9849156Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9849363Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9849569Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9849774Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9849978Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9850172Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9850383Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9850596Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9850802Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9851606Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T10:16:19.9851829Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:16:19.9851897Z ok (0.026s) 2022-12-01T10:16:19.9852091Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9852284Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9852480Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9852664Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9852860Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9853054Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9853238Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9853421Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9853686Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9853887Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9854081Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9854276Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9854469Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9854652Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9854845Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9855041Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9855236Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9855425Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9855612Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9855801Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9855990Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9856177Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:19.9856358Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9856549Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9856756Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:16:19.9856963Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9857168Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:16:19.9857373Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9857573Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9857778Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9857975Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9858180Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:16:19.9858372Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:16:19.9858578Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:16:19.9858779Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9859008Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9859299Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9859505Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9859706Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:16:19.9859904Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.747s) 2022-12-01T10:16:19.9860101Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.889s) 2022-12-01T10:16:19.9860296Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.354s) 2022-12-01T10:16:19.9860487Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.614s) 2022-12-01T10:16:19.9860687Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (10.098s) 2022-12-01T10:16:19.9860885Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.362s) 2022-12-01T10:16:19.9861077Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.967s) 2022-12-01T10:16:19.9861271Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.913s) 2022-12-01T10:16:19.9861470Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-12-01T10:16:19.9861665Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.282s) 2022-12-01T10:16:19.9861873Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:16:19.9862078Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:16:19.9862281Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.270s) 2022-12-01T10:16:19.9862462Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.281s) 2022-12-01T10:16:19.9862667Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:16:19.9862869Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:16:19.9863066Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:16:19.9863265Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-12-01T10:16:19.9863465Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:16:19.9863665Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:16:19.9863855Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9864043Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9864810Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3292: 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-12-01T10:16:19.9865006Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-12-01T10:16:19.9865063Z ok (0.004s) 2022-12-01T10:16:19.9865256Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9865444Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9865643Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9865842Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9866055Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9866262Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9866477Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9866688Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9866890Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9867085Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9867276Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:19.9867472Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:19.9867668Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9867866Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9868070Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9868265Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9868458Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9868648Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:19.9868840Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:16:19.9869037Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9869240Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:16:19.9869443Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:16:19.9869640Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:16:19.9869835Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:16:19.9870035Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:16:19.9870331Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:16:19.9870527Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:16:19.9870706Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:16:19.9870905Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:16:19.9871100Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:16:19.9871303Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9871498Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:19.9871704Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9871905Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:19.9872100Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9872293Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9872582Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:19.9872776Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9872976Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9873174Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9873368Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9873562Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9873767Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9873967Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9874164Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9874366Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9874573Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9874765Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9874966Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9875164Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9875371Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:19.9875579Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:19.9875872Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9876078Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9876282Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9876489Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9876692Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9876883Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9877082Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9877291Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9877493Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9877685Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9877879Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9878080Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9878278Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9878484Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9878672Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9878873Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9879071Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9879269Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9879465Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9879658Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9879860Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9880056Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9880255Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9880460Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9880647Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9880852Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9881056Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9881311Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9881513Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9881711Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9881909Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9882103Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9882300Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9882498Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9882687Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9882892Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:16:19.9883096Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.264s) 2022-12-01T10:16:19.9883295Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.254s) 2022-12-01T10:16:19.9883491Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-12-01T10:16:19.9883690Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.267s) 2022-12-01T10:16:19.9883893Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:16:19.9884093Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.275s) 2022-12-01T10:16:19.9884292Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.276s) 2022-12-01T10:16:19.9884484Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9884663Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9884854Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9885045Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9885235Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9885423Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9885612Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9885800Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9885986Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9886173Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9886346Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9886539Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9886784Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9886974Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9887159Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9887344Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9887530Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9887718Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9887902Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9888085Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:16:19.9888275Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:16:19.9888465Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:16:19.9888651Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9888838Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9889027Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9889229Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9889433Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9889622Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9889812Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9889988Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9890187Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9890384Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9890583Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9890787Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9890990Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9891194Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9891393Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9891587Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9891770Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9891957Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9892258Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:16:19.9892467Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:16:19.9892673Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:16:19.9892875Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:16:19.9893077Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:16:19.9893276Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9893479Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:16:19.9893667Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:16:19.9893867Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:16:19.9894065Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:16:19.9894263Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:16:19.9894459Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9894652Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9894846Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9895045Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9895240Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9895434Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9895616Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9895816Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9896015Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9896215Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9896408Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9896596Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9896788Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9896981Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9897169Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9897345Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9897597Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9897798Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9898001Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9898204Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9898403Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9898594Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9898788Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9898983Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9899253Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9899440Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9899630Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9899824Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9900019Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9900214Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9900411Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9900599Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9900784Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9900980Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9901160Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9901370Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:16:19.9901581Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9901795Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:19.9902003Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9902208Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9902412Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9902613Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9902815Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9903048Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9903261Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:19.9903485Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9903706Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:19.9903931Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:16:19.9904150Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9904370Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9904594Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:16:19.9904807Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9905021Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9905237Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:19.9905452Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9905634Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-12-01T10:16:19.9905831Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-12-01T10:16:19.9906028Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-12-01T10:16:19.9906219Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-12-01T10:16:19.9906408Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-12-01T10:16:19.9906590Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-12-01T10:16:19.9907191Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:16:19.9907394Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:16:19.9907462Z ok (0.004s) 2022-12-01T10:16:19.9907663Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9907857Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9908422Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:16:19.9908617Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:16:19.9908716Z ok (0.007s) 2022-12-01T10:16:19.9908947Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9909150Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9909352Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9909533Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9909708Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9909878Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9910060Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9910248Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9910429Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9910607Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9910782Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9910957Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9911128Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9911293Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9911457Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9911634Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9911804Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9911980Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9912156Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9912329Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9912608Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9912784Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9912967Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9913158Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:19.9913354Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:19.9913531Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9913708Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9913887Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9914069Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9914251Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9914479Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9914686Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9914852Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9915035Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9915215Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9915390Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9915565Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9915742Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9915920Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9916099Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9916272Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9916451Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9916641Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9916829Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9917015Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9917192Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9917366Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9917545Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9917719Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9917895Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9918056Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:19.9918224Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9918391Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9918561Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9918735Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9918905Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9919076Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9919244Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9919422Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9919585Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9919767Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9919949Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9920184Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9920363Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9920536Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9920711Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:19.9920886Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:19.9921056Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9921211Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:19.9921388Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9921567Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:19.9921744Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:16:19.9921915Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:16:19.9922089Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:16:19.9922262Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:16:19.9922436Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9922607Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9922777Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9922955Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9923129Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9923302Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9923469Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9923640Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9923809Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9923981Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9924153Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9924313Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9924495Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.464s) 2022-12-01T10:16:19.9924676Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.364s) 2022-12-01T10:16:19.9924854Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9925029Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9925213Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9925392Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9925632Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9925797Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9925968Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9926135Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9926310Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9926478Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9926650Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:19.9926824Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9927000Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9927186Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-12-01T10:16:19.9927356Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-12-01T10:16:19.9927533Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.477s) 2022-12-01T10:16:19.9927709Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.477s) 2022-12-01T10:16:19.9927884Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9928053Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9928253Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9928450Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9928643Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9928831Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9929020Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9929203Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9929390Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9929581Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9929770Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9929969Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9930156Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9930350Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9930537Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9930727Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9930902Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9931154Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9931346Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9931537Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9931733Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9931923Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9932117Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9932309Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9932502Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9932688Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9932860Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9933052Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9933245Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9933441Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9933630Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9933827Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9934018Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9934205Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9934387Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9934566Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9934757Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9934945Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9935143Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9935333Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9935525Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9935712Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9935901Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9936089Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9936274Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9936513Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9936700Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9936880Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9937063Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9937246Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9937428Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9937606Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9937782Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9937963Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9938203Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9938394Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9938564Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9938740Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9938915Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9939088Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9939332Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9939506Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:19.9939679Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9939843Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9940014Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9940183Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9940354Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9940522Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9940694Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9940864Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9941034Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9941201Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9941382Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9941555Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9941724Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9941896Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9942103Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9942302Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9942470Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9942639Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9942802Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9942974Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9943151Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9943326Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9943500Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9943674Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9943844Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9944014Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9944181Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9944338Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:19.9944506Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9944671Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9945262Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:16:19.9945476Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:16:19.9945554Z Q, R = torch.qr(A, some) 2022-12-01T10:16:19.9945635Z should be replaced with 2022-12-01T10:16:19.9945994Z 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-12-01T10:16:19.9946082Z return self.op(*args, **kwargs) 2022-12-01T10:16:19.9946137Z ok (0.025s) 2022-12-01T10:16:19.9946314Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:19.9946486Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9946663Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:19.9946845Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.098s) 2022-12-01T10:16:19.9947020Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.115s) 2022-12-01T10:16:19.9947202Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9947377Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9947544Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9947717Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9947897Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9948132Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9948303Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9948472Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9948644Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9948822Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9949006Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9949179Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9949366Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9949555Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9949740Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9949921Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9950102Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9950290Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:19.9950474Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:19.9950657Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:19.9950830Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:19.9951011Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:19.9951193Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:19.9951371Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:19.9951552Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:19.9951734Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:19.9951916Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9952099Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9952284Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9952445Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9952703Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9952874Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9953044Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:19.9953228Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9953413Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9953597Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9953868Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9954048Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9954211Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9954391Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:19.9954570Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9954745Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9954926Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9955108Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9955284Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9955460Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9955632Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9955787Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9955962Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9956135Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9956309Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9956484Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9956658Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9956834Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9957004Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9957169Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9957351Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9957525Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9957701Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9957873Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9958040Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9958210Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9958384Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9958553Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9958710Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9958879Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9959066Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9959279Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9959489Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9959675Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9959856Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9960038Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9960219Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9960386Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9960564Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9960747Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9960925Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9961104Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9961285Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9961465Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9961646Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9961825Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:19.9961989Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9962218Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9962423Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9962643Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9962869Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:19.9963069Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9963279Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9963448Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9963752Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9963960Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9964160Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9964373Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9964562Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9973927Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9974153Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9974339Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9974641Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9974852Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9975030Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9975211Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9975384Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9975548Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9975725Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:19.9975919Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9976110Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9976311Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9976506Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9976700Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9976893Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9977085Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9977261Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9977451Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9977644Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9977827Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9978013Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9978202Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9978385Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9978562Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9978747Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9978924Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9979108Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9979407Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9979590Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9979770Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9979948Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9980121Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9980300Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9980545Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9980712Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9980894Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9981068Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9981251Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:16:19.9981435Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9981617Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:19.9981798Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:19.9981979Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:16:19.9982155Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9982317Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9982490Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9982657Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9982831Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9983005Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:19.9983186Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9983363Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:19.9983545Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9983725Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:19.9983889Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9984061Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9984228Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9984401Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9984573Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9984744Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9984917Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9985084Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:19.9985266Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9985429Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9985614Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9985798Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9986031Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9986212Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9986386Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:19.9986563Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9986739Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9986915Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9987077Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9987251Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:19.9987441Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9987622Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9987808Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9987995Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9988176Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9988358Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9988535Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9988704Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9988886Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9989061Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9989241Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9989420Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9989603Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9989782Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9989968Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9990156Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9990327Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9990510Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9990686Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9990866Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9991045Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9991224Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9991431Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9991633Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9991812Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9991975Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9992146Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:19.9992321Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9992600Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9992778Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:19.9992956Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9993128Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9993296Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:19.9993469Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9993628Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9993798Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9993969Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9994136Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:19.9994315Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9994489Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9994668Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9994847Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:19.9995019Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9995181Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:19.9995349Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:19.9995518Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9995689Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9995860Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:19.9996031Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9996198Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:19.9996374Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9996535Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9996704Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9996876Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9997103Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9997305Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9997479Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9997651Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:19.9997842Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9998031Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9998207Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9998400Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9998588Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9998774Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9998969Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9999160Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9999354Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9999532Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9999707Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:19.9999878Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0000060Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0000233Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0000402Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0000572Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0000742Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0000912Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0001082Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0001253Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0001417Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0001595Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0001771Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0001945Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0002114Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0002279Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0002450Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0002644Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0002849Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0003009Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0003179Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0003364Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0003546Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0003735Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0003920Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0004108Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0004291Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0004473Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0004640Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0004820Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0004999Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0005178Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0005356Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0005537Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0005714Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0005896Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:20.0006075Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:20.0006244Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0006422Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:20.0006594Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:20.0006770Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0006945Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0007112Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0007285Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0007461Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0008226Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:1615.) 2022-12-01T10:16:20.0008349Z return self.op(*args, **kwargs) 2022-12-01T10:16:20.0008405Z ok (0.017s) 2022-12-01T10:16:20.0008623Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0008820Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0009014Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0009206Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0009395Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0009585Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0009773Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0009967Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0010141Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0010333Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0010520Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0010710Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0010899Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0011087Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0011280Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0011467Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0011651Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0011826Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0012012Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0012203Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0012394Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0012585Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0012775Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0012962Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0013146Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0013331Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0013503Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0013691Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0013884Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0014129Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0014318Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0014508Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0014695Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0014880Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0015067Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0015253Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0015431Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0015616Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0015803Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0015990Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0016180Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0016367Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0016553Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0016744Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0016929Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0017100Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0017285Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0017467Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0018479Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:16:20.0018571Z return self.op(*args, **kwargs) 2022-12-01T10:16:20.0019477Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:16:20.0019570Z return self.op(*args, **kwargs) 2022-12-01T10:16:20.0019637Z ok (0.125s) 2022-12-01T10:16:20.0019828Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:16:20.0020114Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:16:20.0020299Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:16:20.0020485Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-12-01T10:16:20.0020651Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:16:20.0020837Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:16:20.0021019Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:16:20.0021204Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-12-01T10:16:20.0021406Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:16:20.0021606Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:16:20.0021798Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:16:20.0021984Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:16:20.0022180Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:16:20.0022362Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:16:20.0022553Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:16:20.0022742Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:16:20.0022924Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0023100Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0023283Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0023466Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0023645Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0023823Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0023987Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0024164Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0024337Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0024506Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0024671Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0024843Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0025017Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0025206Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0025390Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0025619Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0025807Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0025990Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0026175Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0026356Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0026536Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0026724Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0026908Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0027084Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0027242Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0027421Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0027599Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0027770Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0027943Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0028114Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0028286Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0028458Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0028630Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0028787Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0028957Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0029122Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0029302Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0029476Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0029655Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:20.0029842Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0030016Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:16:20.0030177Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:20.0030346Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:16:20.0030516Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0030685Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0030855Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0031026Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0031248Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0031430Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0031603Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0031774Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0031954Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0032132Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0032305Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0032482Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0032740Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0032916Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0033093Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0033265Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0033421Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0033593Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0033767Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0033941Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0034111Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0034285Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0034456Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0034627Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0034797Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0034953Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0035135Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0035311Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0035492Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0035665Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0035835Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0036010Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0036181Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0036355Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0036517Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0036741Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0036945Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0037117Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0037296Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0037472Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0037644Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0037817Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0037972Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0038145Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0038316Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0038483Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0038652Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0038827Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0038998Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0039176Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0039356Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0039518Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0039689Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0039861Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0040032Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0040201Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0040371Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0040538Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0040712Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0040879Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0041049Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0041224Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0041397Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0041565Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0041735Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0041905Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0042073Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0042240Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0042474Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0042641Z test_schema_correctness_slice_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0042808Z test_schema_correctness_slice_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0042988Z test_schema_correctness_slice_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0043165Z test_schema_correctness_slice_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0043337Z test_schema_correctness_slice_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0043511Z test_schema_correctness_slice_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0043679Z test_schema_correctness_slice_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0043850Z test_schema_correctness_slice_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0044009Z test_schema_correctness_slice_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0044178Z test_schema_correctness_slice_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0044350Z test_schema_correctness_slice_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0044521Z test_schema_correctness_slice_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0044691Z test_schema_correctness_slice_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0044879Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0045065Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0045252Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0045438Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:20.0045605Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:20.0045787Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0045969Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0046152Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0046333Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0046518Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0046698Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0046877Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0047050Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0047228Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:20.0047415Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:20.0047607Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:16:20.0047799Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:20.0048041Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:20.0048232Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:20.0048421Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0048609Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:20.0048795Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:20.0048980Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:16:20.0049154Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:20.0049342Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:20.0049519Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:20.0049689Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:20.0049861Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:20.0050031Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:20.0050196Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:20.0050366Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:20.0050535Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:20.0050697Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:20.0050868Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:20.0051034Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:20.0051970Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: 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-12-01T10:16:20.0052080Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:16:20.0052152Z ok (0.008s) 2022-12-01T10:16:20.0052355Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0052551Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0052740Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0052926Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0053103Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0053291Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0053478Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0053721Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0053902Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0054089Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0054274Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0054461Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0054649Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0054824Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0055011Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0055195Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0055378Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0055562Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0055740Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0055926Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0056112Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0056299Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0056474Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0056656Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0056834Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0057015Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0057193Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0057373Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0057561Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0057748Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0057931Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0058102Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0058281Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0058463Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0058641Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0058818Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0059006Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0059342Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0059529Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0059711Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0059890Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0060062Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0060242Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0060445Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0060657Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0060864Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0061068Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0061273Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0061470Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0061671Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0061859Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0062063Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0062268Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0062470Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0062669Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0062867Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0063062Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0063264Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0063462Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0063869Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0064248Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0064645Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0065033Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0065483Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0065864Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0066253Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0066640Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0067029Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0067423Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0067811Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0068193Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0068579Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0068970Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0069351Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0069726Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0069915Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0070099Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0070285Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0070470Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0070653Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0070834Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0071011Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0071192Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0071372Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0071540Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0071727Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0071970Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0072153Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0072335Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0072605Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0072789Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0072972Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0073174Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0073370Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0073575Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0073776Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0073975Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0074175Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0074376Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0074575Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0074778Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0074985Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0075174Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0075375Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0075578Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0075778Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0075978Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0076182Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0076369Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0076551Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0076734Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0076917Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0077084Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0077264Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0077526Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0077710Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0077887Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0078066Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0078247Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0078428Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0078606Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0078770Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0078948Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0079124Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0079298Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0079475Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0079656Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0079840Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0080020Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0080201Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0080372Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0080548Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0080727Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0080929Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0081133Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0081336Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0081534Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0081738Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0081936Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0082124Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0082325Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0082717Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0083113Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0083566Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0083956Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0084345Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0084722Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0085104Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0085497Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0085688Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0085879Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0086055Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0086241Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0086430Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0086618Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0086805Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0086988Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0087182Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0087382Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0087578Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0087779Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0088025Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0088265Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0088462Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0088656Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0088849Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0089051Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0089246Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0089507Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0089701Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0089877Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0090071Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0090261Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0090453Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0090650Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0090851Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0091044Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0091235Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0091422Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0091614Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0091792Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0091986Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0092188Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0092386Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0092576Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0092765Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0092952Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0093147Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0093337Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0093530Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0093700Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0093884Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0094069Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0094251Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0094436Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0094611Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0094795Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0095036Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0095218Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0095393Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0095576Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0095758Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0095939Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0096120Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0096306Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0096487Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0096705Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0096920Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0097122Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0097335Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0097545Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0097754Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0097954Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0098165Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0098375Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0098578Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0098784Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0098993Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0099248Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0099453Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0099653Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0099854Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0100056Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0100254Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0100526Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0100731Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0100931Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0101130Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0101315Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0101513Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0101718Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0102139Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0102547Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0102953Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0103351Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0103756Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0104149Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0104552Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0104953Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0105349Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0105757Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0106137Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0106531Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0106930Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0107356Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0107805Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0108203Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0108599Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0109001Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0109403Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0109797Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0110195Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0110591Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0110985Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0111381Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0111780Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0112166Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0112654Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0113062Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0113458Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0113854Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0114254Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0114648Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.0114931Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0115138Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0115339Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0115541Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0115734Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0115917Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0116112Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0116315Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0116510Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0116697Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0116887Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0117076Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0117261Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0117447Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0117622Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0117805Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0117991Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0118171Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0118352Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0118535Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0118716Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0118899Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0119081Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0119245Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0119426Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0119607Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0119785Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0119958Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0120138Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0120347Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0120546Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0120722Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0120880Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0121058Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0121230Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0121402Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0121572Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0121746Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0121918Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0122109Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0122292Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0122470Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0122660Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0122846Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0123029Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0123214Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0123398Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0123581Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0123763Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0123945Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0124112Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0124301Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0124487Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0124676Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0124865Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0125054Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0125241Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0125426Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0125610Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0125823Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0126028Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0126210Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0126392Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0126573Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0126749Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0126922Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0127100Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0127282Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0127455Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0127611Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0127781Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0127951Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0128125Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0128294Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0128464Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0128648Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0128821Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0128990Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0129171Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0129348Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0129521Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0129696Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0129869Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0130045Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0130213Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0130385Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0130546Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0130739Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0130990Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0131316Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0131655Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0131987Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0132170Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0132345Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0132524Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0132727Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0132890Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0133062Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0133235Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0133408Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0133585Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0133758Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0133940Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0134121Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0134297Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0134458Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0134639Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0134814Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0134986Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0135158Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0135329Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0135501Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0135673Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0135847Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0136014Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0136191Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0136363Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0136533Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0136702Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0136882Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0137065Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0137247Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0137460Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0137652Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0137831Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0138007Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:20.0138184Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:20.0138965Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: 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-12-01T10:16:20.0139069Z normalized, onesided, return_complex) 2022-12-01T10:16:20.0139137Z ok (0.027s) 2022-12-01T10:16:20.0139414Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:20.0139587Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0139766Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0139929Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0140106Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0140279Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0140451Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0140627Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0140797Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0140968Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0141137Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0141292Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0141461Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0141637Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0141810Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0141991Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:20.0142169Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0142341Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0142515Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0142685Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0142841Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0143009Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0143177Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0143379Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0143568Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:20.0143754Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0143932Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0144118Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0144302Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0144469Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0144650Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0144833Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0145011Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0145187Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0145359Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0145537Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0145714Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0145906Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.0146087Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.0146267Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-12-01T10:16:20.0146440Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:16:20.0146623Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.823s) 2022-12-01T10:16:20.0146806Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.580s) 2022-12-01T10:16:20.0147397Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:16:20.0147611Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:16:20.0147711Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:16:20.0147791Z should be replaced with 2022-12-01T10:16:20.0147955Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:16:20.0148017Z and 2022-12-01T10:16:20.0148119Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:16:20.0148198Z should be replaced with 2022-12-01T10:16:20.0148549Z 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-12-01T10:16:20.0148638Z return self.op(*args, **kwargs) 2022-12-01T10:16:20.0148704Z ok (0.007s) 2022-12-01T10:16:20.0148877Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0149057Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0149264Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0149464Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0149634Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0149811Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0149984Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0150154Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0150324Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0150480Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0150647Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0150818Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0150980Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0151148Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0151313Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0151500Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0151684Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0151875Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:20.0152055Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0152245Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0152431Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0152704Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0152887Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0153068Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0153252Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0153436Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0153621Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0153787Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0153959Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0154138Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0154316Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0154490Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0154663Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0154830Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0155106Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0155281Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0155439Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0155612Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0155781Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0155958Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0156133Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0156311Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0156493Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0156664Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0156836Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0156995Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0157161Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0157329Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0157497Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0157661Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0157840Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0158008Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0158188Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0158355Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0158530Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0158698Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0158867Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0159041Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0159218Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0159387Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0159555Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0159741Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:20.0159911Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:20.0160099Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:20.0160286Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:20.0160468Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:20.0160710Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:20.0160892Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:20.0161071Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0161245Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:20.0161424Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:20.0161591Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0161770Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:20.0161950Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:20.0162135Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:20.0162322Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:20.0162502Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:20.0162682Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:20.0162860Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0163036Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:20.0163197Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:20.0163378Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:20.0163552Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:20.0163729Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:20.0163899Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:20.0164078Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0164254Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:16:20.0164428Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0164596Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:20.0164761Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:20.0164932Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:16:20.0165102Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:16:20.0165271Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:16:20.0165442Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:20.0165611Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:16:20.0165784Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.477s) 2022-12-01T10:16:20.0165954Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.478s) 2022-12-01T10:16:20.0166158Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.473s) 2022-12-01T10:16:20.0166357Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-12-01T10:16:20.0166533Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.473s) 2022-12-01T10:16:20.0166706Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.490s) 2022-12-01T10:16:20.0166875Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.369s) 2022-12-01T10:16:20.0167045Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.474s) 2022-12-01T10:16:20.0167214Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.474s) 2022-12-01T10:16:20.0167380Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-12-01T10:16:20.0167550Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.473s) 2022-12-01T10:16:20.0167706Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.483s) 2022-12-01T10:16:20.0167890Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0168067Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0168252Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0168435Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0168619Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0168799Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0168978Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0169158Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0169316Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0169485Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0169660Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0169835Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0170010Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0170182Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0170357Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:20.0170528Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0170697Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0170855Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0171026Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0171197Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0171378Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0171557Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0171790Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0171965Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0172136Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0172307Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0172465Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0172637Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0172807Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0172990Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0173172Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0173358Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0173545Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0173729Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0173912Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0174081Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0174259Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0174442Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0174616Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0174787Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0174963Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0175140Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0175324Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:20.0175509Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:20.0175683Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:16:20.0175866Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:20.0176042Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:20.0176221Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:20.0176400Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:20.0176574Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:16:20.0176744Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:20.0176922Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:20.0177097Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:20.0177289Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:20.0177495Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:16:20.0177671Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:16:20.0177845Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:20.0178016Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:20.0178185Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:20.0178357Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:16:20.0178530Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:20.0178702Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:16:20.0178865Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:16:20.0179034Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:16:20.0179763Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:16:20.0179948Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:16:20.0180052Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:16:20.0180136Z should be replaced with 2022-12-01T10:16:20.0180374Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:16:20.0180466Z return self.op(*args, **kwargs) 2022-12-01T10:16:20.0180533Z ok (0.013s) 2022-12-01T10:16:20.0180715Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0180907Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:20.0181099Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:20.0181275Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0181447Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0181630Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0181814Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0181992Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0182147Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0182311Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0182482Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0182654Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0182824Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0182993Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0183229Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0183413Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:20.0183595Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0183758Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0183929Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0184106Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0184283Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0184456Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0184629Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0184796Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0184967Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0185135Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0185292Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0185463Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0185632Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0185812Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:16:20.0185993Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:20.0186179Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0186359Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0186546Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0186734Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:20.0186906Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0187087Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0187270Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0187451Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0187630Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0187801Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0187979Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0188158Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0188334Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0188494Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0188753Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0189007Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0189183Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0189355Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0189527Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0189696Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0189875Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0190047Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0190218Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0190400Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0190579Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0190757Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0190931Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0191099Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0191274Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0191448Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0191608Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0191777Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0191950Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0192132Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0192307Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0192567Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0192758Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0192943Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0193132Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0193296Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0193480Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0193658Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0193831Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0194001Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0194182Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0194360Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:20.0194614Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:20.0194790Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:20.0194956Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0195135Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0195313Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:20.0195489Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0195664Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0195836Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:20.0196015Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0196185Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:20.0196352Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:20.0196507Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0196681Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:20.0196862Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0197045Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0197228Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0197406Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0197579Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0197754Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0197948Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:16:20.0198124Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:16:20.0198387Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:16:20.0198579Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-12-01T10:16:20.0198771Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-12-01T10:16:20.0198957Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:16:20.0199142Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-12-01T10:16:20.0199328Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-12-01T10:16:20.0199511Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:16:20.0199691Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-12-01T10:16:20.0199848Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.281s) 2022-12-01T10:16:20.0200094Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-12-01T10:16:20.0200293Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.303s) 2022-12-01T10:16:20.0200471Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.310s) 2022-12-01T10:16:20.0200642Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.314s) 2022-12-01T10:16:20.0200808Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-12-01T10:16:20.0200979Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:16:20.0201151Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.255s) 2022-12-01T10:16:20.0201332Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0201498Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0201687Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0201872Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0202055Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0202236Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0202417Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0202596Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0202774Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0202953Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0203115Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0203294Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0203466Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0203640Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0203817Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0203992Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0204162Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0204340Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0204510Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0204677Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0204862Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0205043Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:20.0205221Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0205398Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0205571Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0205816Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0206011Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.0206205Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.0206369Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0206539Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0206710Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0206880Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0207052Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0207226Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0207395Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0207585Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0207772Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0207944Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0208122Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0208295Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0208481Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0208671Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0208854Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0209032Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0209206Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0209375Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0209537Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0209705Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0209882Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0210056Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0210228Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0210420Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0210607Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:20.0210782Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0210953Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:20.0211117Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0211351Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0211526Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0211699Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0211869Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0212036Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0212205Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0212379Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0212535Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0212710Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0212881Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:20.0213059Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0213235Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0213415Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0213593Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0213771Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0213948Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0214112Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0214290Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0214463Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0214634Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0214800Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0214971Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0215142Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0215322Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0215501Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0215672Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0215853Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0216029Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0216208Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0216383Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0216551Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0216724Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0216952Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0217125Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0217287Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0217462Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0217636Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0217809Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0217986Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0218164Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0218342Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0218515Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0218689Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0218848Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0219022Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0219278Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0219454Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0219628Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0219805Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:20.0219982Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:20.0220154Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0220328Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0220487Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0220654Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0220825Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0220994Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0221169Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0221342Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0221513Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:20.0221687Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0221844Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0222025Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0222204Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0222377Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0222609Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0222777Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0222950Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0223119Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0223287Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0223446Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0223613Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:20.0223792Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0223965Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0224146Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0224324Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0224499Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0224671Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0224840Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0224994Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0225167Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0225339Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0225509Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0225681Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0225853Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:20.0226037Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0226219Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0226405Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:20.0226579Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:16:20.0226764Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:16:20.0226945Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0227125Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0227301Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0227476Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0227655Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0227833Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0228060Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0228224Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:16:20.0228235Z 2022-12-01T10:16:20.0228457Z ---------------------------------------------------------------------- 2022-12-01T10:16:20.0228539Z Ran 5132 tests in 336.401s 2022-12-01T10:16:20.0228549Z 2022-12-01T10:16:20.0228624Z OK (skipped=168) 2022-12-01T10:16:20.0228628Z 2022-12-01T10:16:20.0228713Z Generating XML reports... 2022-12-01T10:16:20.0229014Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201101042.xml 2022-12-01T10:16:20.0229353Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201101042.xml 2022-12-01T10:16:20.0229359Z 2022-12-01T10:16:20.0229696Z ##[endgroup] 2022-12-01T10:16:20.0229982Z FINISHED PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_evtlqsxq) 2022-12-01T10:16:20.0229990Z 2022-12-01T10:16:21.3572779Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:21.4204545Z Ignoring disabled issues: [] 2022-12-01T10:16:21.4348998Z Running test_type_hints ... [2022-12-01 10:16:21.434600] 2022-12-01T10:16:21.4351506Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:21.434936] 2022-12-01T10:16:31.2176597Z 2022-12-01T10:16:31.2177179Z Expand the folded group to see the log file of test_unary_ufuncs 2022-12-01T10:16:31.2191753Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_k_yjrht5) 2022-12-01T10:16:31.2192701Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-12-01T10:16:31.2193186Z 2022-12-01T10:16:31.2193520Z Running tests... 2022-12-01T10:16:31.2194559Z ---------------------------------------------------------------------- 2022-12-01T10:16:31.2196141Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:16:31.2197386Z torch_fn(t, out=float_out) 2022-12-01T10:16:31.2197692Z ok (0.034s) 2022-12-01T10:16:31.2198117Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2255960Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2256532Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2257090Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2259107Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2259899Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2260609Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2261463Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.2263210Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:16:31.2273494Z result = torch.complex(real, imag) 2022-12-01T10:16:31.2273848Z ok (0.063s) 2022-12-01T10:16:31.2274375Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2274877Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2275355Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2275838Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2276426Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2276891Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2277395Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2277859Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2278346Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2278822Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2279315Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2279809Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:16:31.2280312Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:16:31.2280798Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2281295Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2281770Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2282239Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2282726Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2283202Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2283675Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2284325Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2284821Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2285323Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:16:31.2285814Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:16:31.2286308Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2286804Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2373265Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2373852Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2374402Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.2374968Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2375518Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2376066Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2376641Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2377217Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2377971Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2378603Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2379282Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2379860Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2380372Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2380876Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2381399Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2381913Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2382437Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2382985Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2383509Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2384053Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:16:31.2384603Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:16:31.2385148Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2385661Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2386189Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2386739Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2387286Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2387835Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2388364Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2388889Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2389420Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2389929Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:16:31.2390482Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:16:31.2391050Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2391587Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.2392083Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.2392780Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2393301Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2393801Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2394335Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:16:31.2394862Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2395404Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2395915Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:16:31.2396471Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:16:31.2397011Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2397757Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2398303Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2398816Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2402235Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2404374Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2404964Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2405534Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2406600Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2415851Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:16:31.2416472Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:16:31.2417029Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2417536Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.2418060Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2418575Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2419232Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2419760Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2420327Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2420907Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2421471Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2422965Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13993: 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-12-01T10:16:31.2423918Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-12-01T10:16:31.2424256Z ok (0.030s) 2022-12-01T10:16:31.2424677Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.2425219Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2425730Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2426244Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2426787Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2427316Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2427852Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2428408Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2428965Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2429535Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2430108Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2430812Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2431417Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2431996Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2432673Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2433225Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2433763Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2434319Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2434848Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2435361Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.2435902Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2436438Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2436941Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2437508Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2438060Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2438548Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2439019Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2439520Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2440005Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2440488Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2440977Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2441464Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2441948Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2442451Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2442963Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2443510Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2444034Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2444574Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2445126Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2445684Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2446202Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2446761Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2447312Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2447860Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2448403Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2448936Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2449482Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2450245Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2450787Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2451354Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2451924Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2452476Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2453036Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.2453594Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2454145Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2454703Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2455273Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2455824Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2456347Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2456887Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2457425Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2457952Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2458512Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2459084Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2459735Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2460271Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.2460847Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2461412Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2461951Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2462514Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2463049Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2463588Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2464117Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2464666Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2465208Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2465736Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2466293Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2466855Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2467412Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.2467901Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2468469Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2469028Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2469698Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2470290Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2470853Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2471412Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2471955Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2472627Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2554544Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2555125Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2555594Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2556120Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.2556608Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2557081Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2558511Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2558986Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2559460Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2559926Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2560411Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2560891Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2561362Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2561814Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2562263Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2562708Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:16:31.2563156Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:16:31.2563604Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2564055Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2564490Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2564918Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2565351Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2565805Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2566229Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2566706Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2567159Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2567627Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:16:31.2568073Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:16:31.2568523Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2569208Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2569669Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2570096Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2570557Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2570980Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2571418Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2571890Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2572349Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2572795Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2574171Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2574675Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2575165Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2575664Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2576139Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2576641Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2577112Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2577774Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.032s) 2022-12-01T10:16:31.2578244Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2578709Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.2579376Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.2579831Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2580276Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2580741Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2581176Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2581645Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2582116Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2582740Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2583261Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2583839Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.2584483Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2585010Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2585497Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2637885Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2638454Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2638906Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2639556Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2639989Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2640449Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2640893Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2641334Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2641771Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2642221Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2642677Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2643131Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2643589Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2644043Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2644502Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2644944Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2645407Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2645877Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2646315Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2646765Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2647212Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2647664Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2648091Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2648529Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2648991Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.2649458Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2649918Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2650384Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2650845Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2651289Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2651731Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2652180Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2652632Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2653085Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2653549Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2653995Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2654424Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2654871Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2655405Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2655920Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2656341Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2656787Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2657254Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2657707Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2658169Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2658642Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.2659080Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2659612Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2660082Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2660537Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2660978Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2661432Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2661895Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2662354Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2662800Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2663234Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2663708Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2664173Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2664647Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2665113Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2665565Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2666004Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2666464Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2666929Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2667377Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2667875Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.2668361Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.2668837Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2669290Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2669766Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2670231Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2670704Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2671162Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2671622Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2672219Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2672778Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2673262Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2673703Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2674176Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2674601Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.2675056Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2675514Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2675956Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2676438Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2676894Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2677355Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2677790Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2678247Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2678700Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2679154Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2679618Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2680097Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2680565Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2680997Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2681446Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2681891Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2682344Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2682815Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2683282Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2683738Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2684190Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2684673Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.2685183Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.2685674Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.2686158Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.2686640Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2687098Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2687550Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2688031Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2688722Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2689187Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2689629Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2690081Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2690516Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2690938Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2691390Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2691837Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2692284Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.2692716Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.2693151Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.2693553Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.2693961Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.2694402Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.2694837Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.2695279Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.2695706Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.2696165Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2696639Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.2697103Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2697571Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2698014Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2698485Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2698959Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2699536Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2700003Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2700456Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2700893Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2701347Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2701794Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2702216Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2702658Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2703127Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2703599Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2704060Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.2704627Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:16:31.2705162Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.2705574Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2706011Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2706496Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2706945Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2707399Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2707888Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2708357Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2708831Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2709303Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2709761Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2710230Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2710701Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.2711148Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2711617Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2712078Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2712636Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2713114Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2713568Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2714009Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2714458Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2714905Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2715361Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2715801Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2716256Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2716742Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2717187Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2717651Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2718100Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2718544Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2718976Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2719417Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2719861Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2720295Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2720865Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2721392Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2721861Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2722310Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.2722764Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2723225Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2723673Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2724125Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2724588Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2725068Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2725530Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2726007Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2726472Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2726924Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.2727381Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2727857Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2728307Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2728730Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2729155Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2729635Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2730122Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2730606Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2731097Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2731600Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.2732086Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2732592Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2733070Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2733538Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2733972Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2734426Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2734883Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2735324Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2735792Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2736294Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2736837Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2737500Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2738073Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2738622Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2739266Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2739796Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2740341Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2740888Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2741415Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2741937Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2752141Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.2752908Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2753382Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2753834Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2754290Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.2754756Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2755214Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2755678Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2756143Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2756590Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2757031Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2757475Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2757937Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:16:31.2758436Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:16:31.2759038Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2759614Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2760176Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2760608Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2761028Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2761485Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2761924Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2762420Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2762945Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2763687Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2764167Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2764618Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2765086Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2765535Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2765977Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2766448Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2766917Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2767364Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.2767839Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:16:31.2768321Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:16:31.2768796Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2769221Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2769681Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2770145Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2770581Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2771036Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2771482Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2771938Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2772371Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.2772813Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:16:31.2773232Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:16:31.2773670Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2774131Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2774579Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2775039Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2775453Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2775919Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2776381Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2776830Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2777290Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2777778Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2778263Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2778730Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2779311Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2779887Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2780400Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2780856Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2781324Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2781789Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2782256Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2782735Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2783194Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.2783644Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2784089Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2784547Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:16:31.2785018Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:16:31.2785453Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:16:31.2785909Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.2786344Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.2786799Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2787249Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2787717Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2788185Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.2788634Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2789081Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2789547Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2790002Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2790442Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2790896Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2791349Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2791783Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2792242Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2792856Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.2793378Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.2793854Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.2794352Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.2794843Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.2795331Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.2795929Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.2796479Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2796985Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:16:31.2797470Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:16:31.2797987Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:16:31.2798504Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:16:31.2799010Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:16:31.2799481Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:16:31.2799999Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:16:31.2800510Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:16:31.2801033Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:16:31.2801538Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:16:31.2802056Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:16:31.2802564Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.2803055Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.2803533Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:16:31.2804045Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:16:31.2804540Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.2805025Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2805507Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2805990Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2806467Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2806918Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2807378Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2807835Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2808280Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2808756Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2809244Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2809701Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2810151Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2810614Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.2811074Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2811526Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2812113Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2812570Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2813026Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2813484Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2813949Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2814415Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2814873Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2815300Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2815817Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2816349Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2816846Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2817376Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2817886Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2818434Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2818930Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2819572Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2820122Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2820662Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2821187Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2821722Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2822263Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2822784Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2823313Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2823838Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2824385Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2824904Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2825443Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2825974Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2826505Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2827019Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2827538Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2828072Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2828767Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2829276Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2829780Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2830275Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2830709Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2831185Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2831674Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2832182Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2832800Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2833315Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2833827Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2834354Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2834862Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2835370Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2835876Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2836367Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2836886Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2837395Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2837938Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.2838499Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.2839092Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-12-01T10:16:31.2839645Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2840163Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2840671Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2841206Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.2841739Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2842264Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2842766Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2843276Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2843798Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2844318Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2845056Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2845603Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2846149Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2846666Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2847204Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2847706Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.2848229Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.2848748Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2849251Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2849769Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2850259Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2850727Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2851224Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2851726Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2852220Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2852773Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2853320Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:16:31.2853862Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:16:31.2854377Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2854900Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2855411Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2855948Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2856477Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2857023Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2857562Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2858066Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2858607Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2859226Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2859745Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2860240Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2860915Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2861442Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2861963Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2862478Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.041s) 2022-12-01T10:16:31.2862983Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2863513Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.2864115Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.2864724Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2865361Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2865978Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2866562Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2867216Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2867857Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2868476Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2869100Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2869752Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2870383Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.2871000Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.2871598Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2872236Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2872980Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2873608Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.283s) 2022-12-01T10:16:31.2874247Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:16:31.2874839Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.281s) 2022-12-01T10:16:31.2875476Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.297s) 2022-12-01T10:16:31.2876084Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:16:31.2876705Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:16:31.2877333Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:16:31.2877958Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:16:31.2878587Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-12-01T10:16:31.2879217Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.264s) 2022-12-01T10:16:31.2880018Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:16:31.2880650Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.264s) 2022-12-01T10:16:31.2881243Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.264s) 2022-12-01T10:16:31.2881844Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:16:31.2882467Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:16:31.2883085Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:16:31.2883698Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:16:31.2884324Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:16:31.2884924Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:16:31.2885479Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:16:31.2886069Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-12-01T10:16:31.2886701Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.349s) 2022-12-01T10:16:31.2887320Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:16:31.2887919Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:16:31.2888522Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:16:31.2889149Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:16:31.2889771Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:16:31.2890353Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2890929Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2891515Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2892099Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2892696Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2893285Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2893877Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2894412Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2894907Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2895394Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2895890Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2896428Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2896995Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2897561Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2898121Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2898846Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2899552Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2900101Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2900678Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2901255Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2901819Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2902371Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2902919Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2903478Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2904044Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2904618Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2905182Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2905742Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2906289Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2906828Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2907346Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2907877Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2908375Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2908874Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2909397Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2909925Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2910473Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2911028Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2911592Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2912121Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2912851Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2913423Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2913942Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2914421Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2914889Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2915357Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2915811Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2916277Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2916745Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2917210Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2917864Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2918324Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2918780Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2919208Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2919656Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2920132Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2920626Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2921085Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2921578Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2922070Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2922537Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2923032Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2923539Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2924084Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2924658Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2925229Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2925819Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.2926405Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.2926971Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2927539Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2928094Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2928637Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2929185Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2929706Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2930285Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2930904Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2931534Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2932163Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2932793Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:16:31.2933432Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2934066Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.2934690Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2935295Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2935921Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2936679Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2937286Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2937904Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2938528Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2939254Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.2939877Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2940520Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2941173Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2941802Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2942443Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2943083Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2943717Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2944320Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2944944Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2945566Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2946187Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2946808Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2947456Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2948113Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.2948756Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2949404Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2950045Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.2950690Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2951308Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2951941Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2952670Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2953303Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2953940Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2954566Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2955192Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.2955809Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.2956437Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2957060Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2957662Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2958285Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.2959042Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2959722Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.2960347Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2960995Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2961638Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2962265Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2962916Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2963547Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2964182Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2964810Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2965450Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2966089Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2966725Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2967340Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2967974Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:16:31.2968615Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:16:31.2969233Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2969855Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.2970482Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2971098Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2971696Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2972307Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2972921Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2973531Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2974158Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2974784Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:16:31.2975432Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:16:31.2976059Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2976690Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2977324Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2977930Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2978556Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2979263Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2979894Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.2980509Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.2981138Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2981912Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:16:31.2982539Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.2983172Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.2983799Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2984424Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2985027Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2985635Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2986250Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2986857Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2987508Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.2988181Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:16:31.2988860Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.2989518Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:16:31.2990183Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.2990850Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:16:31.2991512Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.2992167Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:16:31.2993146Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2993527Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2993867Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.2994222Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2994570Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2994912Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2995242Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2995583Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2995935Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.2996281Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.2996611Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.2996951Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2997290Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.2997615Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2997953Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2998289Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2998793Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2999121Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2999464Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2999805Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3000142Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3000467Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3000806Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3001141Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3001471Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3001809Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3002155Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3002492Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3002813Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3003149Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3003485Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3003825Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.3004153Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3004493Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.3004830Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3005149Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3005478Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3005809Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3006135Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3006448Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3006779Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.3007113Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3007436Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.3007773Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.3008102Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3008437Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3008754Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.3009080Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.3009410Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3009809Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.3010131Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.3010460Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.3010788Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.3011101Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.3011429Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.3011754Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.3012078Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.3012399Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.3012724Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.3013051Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3013366Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.3013690Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.3014014Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.3014337Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.3014643Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3014970Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3015295Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3015618Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3015939Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.3016272Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3016600Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.3016911Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3017231Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3017561Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3017900Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.3018231Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.3018573Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.3018913Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.3019325Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.3019658Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.3019994Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.3020338Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.3020778Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.3021147Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.3021516Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.3021878Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:16:31.3022224Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:16:31.3022582Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.3022939Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.3023293Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.3023642Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.3024007Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.3024370Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.3024712Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:16:31.3025063Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:16:31.3025413Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.3025765Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.3026114Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.3026469Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.3026828Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.3027188Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.3027534Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.3027887Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.3028239Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3028408Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3028581Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.3028738Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.3028913Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.3029087Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3029257Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.3029426Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.3029592Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3029821Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3029989Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.3030151Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3030296Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.3030454Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.3030614Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.3030771Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.3030928Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3031081Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.3031239Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3031392Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.3031547Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3031692Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3031851Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3032008Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3032164Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3032321Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3032666Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3032824Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3033020Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.086s) 2022-12-01T10:16:31.3033210Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3033387Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.3033577Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.3033766Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3033962Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3034145Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3034329Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3034518Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3034699Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.3034879Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.3035042Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.3035306Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3035487Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.3035664Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3035845Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3036021Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.3036204Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.3036384Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.3036561Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.3036742Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.3036901Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.3037075Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3037251Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3037424Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:16:31.3037601Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3037780Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3037956Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.3038129Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3038301Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.3038456Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3038629Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3038802Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3038953Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3039110Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3039265Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.3039417Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.3039571Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3039721Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.3039855Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3040004Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3040149Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3040294Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3040495Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3040649Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3040798Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.3040955Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3041101Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3041253Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.3041405Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3041554Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.3041704Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3041851Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3041999Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3042144Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3042279Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3042427Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.3042574Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3042726Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:16:31.3042879Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:16:31.3043030Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3043178Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3043325Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3043465Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3043589Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3043735Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3043874Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3044024Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3044166Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3044321Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:16:31.3044474Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:16:31.3044624Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3044759Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3044907Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3045048Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3045186Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3045331Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3045473Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3045678Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3045830Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3045966Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3046111Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3046254Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.3046396Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.3046545Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3046693Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3046846Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3046999Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3047147Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3047282Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3047431Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3047575Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3047718Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3047863Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3048004Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3048146Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3048287Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3048417Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3048559Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3048707Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3048848Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3048997Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3049144Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3049291Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3049431Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3049564Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3049707Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3049850Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3049990Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3050129Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3050279Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3050422Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3050572Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3050709Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3050886Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3051055Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3051202Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3051344Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3051489Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3051630Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3051772Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3051907Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3052049Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3052199Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3052352Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3052499Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3052646Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3052787Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3052929Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3053072Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3053198Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3053340Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3053480Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3053629Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3053772Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3053921Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3054067Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3054210Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3054341Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3054480Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3054623Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3054765Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3054913Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3055052Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3055199Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3055339Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3055477Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3055626Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3055769Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3055910Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3056054Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3056227Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3056396Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3056539Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3056668Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3056813Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3056955Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3057102Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3057249Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3057391Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3057534Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3057676Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3057803Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3057944Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3058084Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3058226Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3058374Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3058515Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3058665Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3058820Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3058968Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3059096Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3059327Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3059472Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3059614Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3059760Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3059901Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3060054Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3060202Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3060345Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3060497Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3060647Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3060796Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3060948Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3061095Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3061241Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3061382Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3061552Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3061723Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3061863Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3062008Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3062157Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3062306Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3062458Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3062605Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3062737Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3062882Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3063028Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3063176Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3063324Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3063470Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3063614Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3063758Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3063901Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3064030Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3064174Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3064315Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3064455Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3064595Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3064741Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3064882Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3065029Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3065162Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3065306Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3065450Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3065590Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3065732Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3065871Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3066010Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3066152Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3066274Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3066418Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3066561Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3066701Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3066910Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3067053Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3067192Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3067331Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3067458Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3067610Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3067753Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3067904Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3068051Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3068200Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3068345Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3068487Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3068611Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3068755Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3068896Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3069038Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3069180Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3069320Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3069470Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3069614Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3069765Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3069900Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3070044Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3070189Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3070328Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3070470Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3070613Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3070757Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3070903Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3071032Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3071172Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3071319Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3071462Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3071608Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3071756Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3071898Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3072071Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3072229Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3072373Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3072645Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3072787Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3072927Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3073071Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3073210Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3073367Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3073509Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3073674Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3073837Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3074002Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3074170Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3074325Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3074463Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3074615Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3074765Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3074915Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3075068Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3075220Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3075362Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3075501Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3075648Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3075781Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3075922Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3076062Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3076206Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3076345Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3076487Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3076625Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3076764Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3076896Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3077036Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3077183Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3077330Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3077525Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3077702Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3077844Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3077989Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3078117Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3078255Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3078392Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3078541Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3078685Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3078834Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3078982Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3079129Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3079260Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3079401Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3079539Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3079682Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3079820Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3079968Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3080111Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3080261Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3080404Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3080531Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3080669Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3080815Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3080959Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3081101Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3081245Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3081389Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3081539Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3081678Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3081826Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3081972Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3082113Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3082252Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3082394Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3082530Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3082698Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3082853Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3082996Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3083139Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3083277Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3083419Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3083557Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3083695Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3083833Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3083960Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3084102Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3084238Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3084383Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3084521Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3084662Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3084799Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3084939Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3085066Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3085205Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3085348Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3085488Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3085632Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3085775Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3085922Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3086063Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3086204Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3086329Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3086464Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3086607Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3086752Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3086896Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3087033Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3087175Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3087314Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3087439Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3087577Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3087717Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3087891Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3088057Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3088197Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3088339Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3088477Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3088612Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3088759Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3088900Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3089038Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3089178Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3089316Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3089453Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3089592Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3089715Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3089861Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3090005Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3090150Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3090289Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3090430Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3090574Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3090712Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3090841Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3090981Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3091126Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3091266Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3091413Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3091558Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3091703Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3091848Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3091986Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3092111Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3092250Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3092388Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3092525Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3092663Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3092804Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3092951Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3093124Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3093290Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3093438Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3093577Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3093722Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3093863Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3093999Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3094140Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3094279Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3094409Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3094550Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3094690Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3094835Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3094978Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3095122Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3095265Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3095402Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3095529Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3095671Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3095811Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3095956Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3096100Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3096237Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3096373Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3096519Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3096649Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3096791Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3096933Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3097073Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3097211Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3097359Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3097505Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3097647Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3097787Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3097911Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3098056Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3098195Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3098444Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3098586Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3098727Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3098866Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3099005Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3099217Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3099360Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3099495Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3099631Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3099770Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3099908Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3100047Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3100194Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3100328Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3100473Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3100619Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3100756Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3100899Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3101046Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3101191Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3101329Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3101457Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3101596Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3101734Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3101872Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3102011Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3102145Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3102296Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3102443Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3102585Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3102735Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3102881Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3103029Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3103175Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3103321Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3103464Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3103652Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3103823Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3103956Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3104097Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3104235Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3104379Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3104526Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3104673Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3104815Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3104960Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3105088Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3105228Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3105369Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3105507Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3105647Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3105788Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3105927Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3106071Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3106201Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3106350Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3106503Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3106649Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3106788Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3106924Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3107065Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3107204Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3107331Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3107472Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3107610Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3107761Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3107906Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3108053Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3108200Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3108347Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3108492Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3108625Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3108794Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3108964Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3109106Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3109253Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3109398Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3109547Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3109697Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3109831Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3109974Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3110121Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3110269Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3110413Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3110557Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3110704Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3110848Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3110989Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3111138Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3111286Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3111431Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3111572Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3111710Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3111853Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3111991Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3112131Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3112260Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3112403Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3112718Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3112902Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3113087Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3113266Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3113441Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3113618Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3113791Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3113953Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3114184Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3114391Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3114569Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3114740Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:31.3114896Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3115055Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3115213Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3115369Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3115516Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3115673Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3115821Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3115970Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3116119Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3116269Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3116418Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3116566Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3116709Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3116862Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3117021Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3117180Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3117333Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3117485Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3117636Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3117785Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3117933Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3118074Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3118222Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3118380Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3118534Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3118695Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3118854Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3119009Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3119163Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3119342Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3119524Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3119671Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3119822Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3119972Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3120128Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3120279Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3120440Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3120599Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3120750Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3120906Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3121059Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3121211Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3121362Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3121514Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3121664Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3121813Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3121959Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3122110Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3122270Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3122428Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3122581Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3122733Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3122882Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3123032Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3123178Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3123320Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3123470Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3123626Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3123774Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3123936Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3124095Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3124251Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3124405Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3124617Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3124758Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3124905Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3125056Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3125206Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3125358Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3125509Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3125666Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3125824Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3125967Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3126120Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3126267Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3126416Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3126564Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3126716Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3126862Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3127022Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3127181Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3127330Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3127494Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3127650Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3127803Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3127954Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3128103Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3128254Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3128406Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3128545Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3128706Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3128862Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3129026Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3129188Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3129345Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3129505Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3129705Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3129892Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3130035Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3130191Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3130346Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3130497Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3130658Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3130818Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3130976Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3131142Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3131301Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3131445Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3131601Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3131760Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3131913Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3132072Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3132231Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3132394Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3132550Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3132690Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3132841Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3132995Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3133143Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3133287Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3133435Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3133589Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3133746Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3133891Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3134037Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3134192Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3134348Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3134500Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3134653Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3134801Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3135055Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3135205Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3135344Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3135544Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3135737Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3135922Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3136113Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3136297Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3136485Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3136682Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3136827Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3137142Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3137372Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3137549Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3137741Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3137930Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3138124Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3138317Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3138462Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3138645Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3138853Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3139037Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3139304Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3139496Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3139678Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3139884Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3140023Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3140214Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3140400Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3140646Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3140834Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3141018Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3141205Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3141440Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3141648Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3141784Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3141964Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3142146Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3142353Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3142531Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3142730Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3142918Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3143108Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3143249Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3143432Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3143609Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3143823Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3144023Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3144209Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3144386Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3144569Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3144771Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3144924Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3145126Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3145327Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3145529Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3145751Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3145947Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3146141Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3146336Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3146523Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3146671Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3146862Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3147076Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3147266Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3147465Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3147715Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3147901Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3148084Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3148224Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3148404Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3148593Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3148766Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3148948Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3149142Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3149331Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3149510Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3149700Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3149845Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3150035Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3150234Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3150414Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3150592Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3150792Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3150969Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3151151Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3151301Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3151493Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3151683Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3151871Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3152058Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3152247Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3152450Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3152740Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3152929Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3153070Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3153261Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.3153468Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3153654Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3153842Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3154116Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3154330Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3154515Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3154698Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3154842Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3155032Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3155217Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3155406Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3155601Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3155798Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3156004Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3156189Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3156333Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3156519Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3156725Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3156903Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3157087Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3157280Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3157462Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3157663Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3157846Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3157984Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3158163Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3158340Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3158518Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3158709Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3158885Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3159073Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3159265Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3159407Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3159586Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3159786Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3159964Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3160182Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3160388Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3160569Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3160755Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3160956Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3161100Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3161283Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3161471Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3161650Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3161833Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3162018Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3162197Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3162382Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3162519Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3162715Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3162925Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3163101Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3163285Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3163464Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3163643Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3163819Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3163997Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3164138Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3164345Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3164529Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3164717Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3164901Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3165085Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3165269Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3165447Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3165584Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3165774Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3165989Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3166176Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3166417Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3166603Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3166787Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3166974Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3167155Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3167297Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3167476Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3167671Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3167859Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3168039Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3168227Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3168423Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3168608Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3168796Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3168938Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3169140Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3169362Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3169545Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3169719Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3169903Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3170081Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3170263Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3170402Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3170592Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3170781Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3170988Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3171176Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3171366Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3171546Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3171727Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3171908Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3172047Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3172247Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3172426Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3172700Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3172885Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3173065Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3173243Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3173422Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3173556Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3173734Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3173914Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3174108Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3174312Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3174496Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3174677Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3174861Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3175044Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3175185Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3175385Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3175579Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3175765Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3175973Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3176160Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3176341Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3176522Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3176663Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3176841Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3177028Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3177205Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3177384Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3177580Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3177763Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3177939Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3178116Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3178251Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3178458Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3178670Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3178875Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3179054Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3179358Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3179553Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3179749Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3179896Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3180078Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3180256Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3180446Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3180631Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3180811Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3181009Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3181198Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3181376Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3181512Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3181723Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3181902Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3182081Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3182274Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3182460Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3182678Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3182870Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3183019Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3183211Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3183398Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3183592Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3183776Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3183961Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3184153Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3184355Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3184537Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3184676Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3184880Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3185135Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3185324Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3185520Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3185703Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3185887Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3186092Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3186274Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3186415Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3186596Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3186779Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3186967Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3187150Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3187329Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3187519Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3187726Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3187867Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3188069Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3188249Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3188437Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3188618Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3188797Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3188979Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3189156Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3189365Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3189511Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3189707Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3189908Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3190097Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3190283Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3190467Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3190652Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3190836Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3191057Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3191283Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3191471Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3191658Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3191846Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3192032Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3192215Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3192397Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3192696Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3192844Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3193054Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3193245Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3193425Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3193614Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3193803Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3193997Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3194189Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3194392Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3194539Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3194738Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3194918Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3195096Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3195275Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3195455Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3195685Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3195900Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3196125Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3196305Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3196543Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3196758Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3196970Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3197183Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3197494Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3197728Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3197939Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3198150Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3198357Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3198500Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3198685Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3198875Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3199063Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3199247Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3199425Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3199608Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3199791Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3199938Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3200137Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3200333Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3200525Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3200705Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3200887Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3201092Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3201271Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3201448Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3201586Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3201794Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3201982Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3202165Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3202346Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3202528Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3202711Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3202892Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3203029Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3203220Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3203412Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3203659Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3203840Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3204047Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3204233Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3204427Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3204609Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3204748Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3204926Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3224724Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3225006Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3225156Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3225322Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3225478Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3225638Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3225795Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3225950Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3226103Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3226257Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3226405Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3226543Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3226691Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3226844Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3227009Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3227169Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3227338Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3227508Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3227669Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3227825Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3227968Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3228127Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3228286Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3228443Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3228599Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3228944Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3229105Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3229257Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3229401Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3229554Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3229707Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3229860Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3230012Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3230165Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3230316Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3230470Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3230620Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3230766Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3230922Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3231078Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3231233Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3231387Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3231544Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3231692Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3231843Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3231989Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3232125Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3232272Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3232447Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3232760Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3232940Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3233115Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3233285Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3233456Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3233627Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3233783Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3233955Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3234190Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3234395Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3234565Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3234734Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3234895Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3235065Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3235239Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3235402Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3235579Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3235748Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3235917Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3236086Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3236252Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3236421Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3236585Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3236750Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3236897Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3237057Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3237216Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3237367Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3237523Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3237680Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3237834Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3237992Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3238151Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3238293Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3238450Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3238606Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3238761Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3238912Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3239063Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3239213Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3239418Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3239557Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3239705Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3239854Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3240002Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3240174Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3240345Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3240515Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3240686Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3240854Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3241011Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3241191Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3241368Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3241544Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3241725Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3241906Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3242083Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3242256Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3242430Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3242593Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3242765Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3242936Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3243107Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3243279Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3243457Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3243634Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3243811Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3243979Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3244135Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3244305Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3244548Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3244725Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3244895Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3245061Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3245229Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3245395Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3245558Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3245727Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3245886Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3246052Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3246221Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3246391Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3246557Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3246725Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3246889Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3247060Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3247226Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3247381Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3247553Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3247720Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3247889Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3248057Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3248226Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3248394Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3248576Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3248757Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3248911Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3249078Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3249247Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3249420Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3249668Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3249843Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3250019Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3250194Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3250370Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3250534Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3250713Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3250893Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3251066Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3251238Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3251409Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3251577Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3251747Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3251915Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3252076Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3252244Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3252426Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3252606Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3252785Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3252959Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3253133Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3253308Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3253484Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3253657Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3253818Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3253987Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3254165Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3254340Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3254515Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3254745Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3254919Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3255086Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3255257Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3255417Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3255596Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.3255769Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3255947Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3256123Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3256294Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3256465Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3256632Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3256803Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3256963Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3257139Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3257313Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3257487Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3257659Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3257829Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3258000Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3258165Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3258335Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3258499Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3258675Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3258849Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3259023Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3259281Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3259457Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3259627Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3259832Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3260036Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3260208Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3260372Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3260544Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3260716Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3260888Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3261058Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3261233Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3261400Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3261570Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3261742Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3261905Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3262077Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3262248Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3262425Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3262594Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3262763Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3262929Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3263099Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3263267Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3263415Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3263581Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3263744Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3263901Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3264060Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3264220Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3264379Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3264535Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3264689Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3264834Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3265054Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3265210Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3265368Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3265523Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3265681Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3265837Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3265993Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3266136Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3266293Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3266447Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3266603Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3266754Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3266908Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3267058Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3267215Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3267373Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3267520Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3267675Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3267827Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3267978Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3268129Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3268277Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3268422Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3268569Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3268715Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3268874Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3269034Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3269204Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3269370Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3269531Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3269690Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3269844Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3270002Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3270210Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3270371Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3270528Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3270686Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3270841Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3270995Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3271149Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3271300Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3271455Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3271591Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3271742Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3271893Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3272062Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3272230Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3272397Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3272705Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3272878Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3273046Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3273206Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3273377Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3273547Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3273704Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3273856Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3274015Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3274181Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3274336Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3274491Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3274631Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3274782Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3274931Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3275083Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3275233Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3275477Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3275633Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3275795Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3275940Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3276095Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3276244Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3276397Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3276545Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3276696Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3276844Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3276993Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3277142Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3277279Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3277434Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3277585Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3277742Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3277900Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3278057Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3278209Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3278365Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3278503Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3278653Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3278798Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3278948Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3279096Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3279258Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3279416Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3279579Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3279738Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3279882Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3280044Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3280197Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3280349Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3280528Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3280737Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3280893Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3281044Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3281182Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3281333Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3281484Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3281636Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3281785Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3281939Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3282086Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3282236Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3282383Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3282533Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3282685Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3282842Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3283000Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3283161Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3283315Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3283467Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3283616Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3283769Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3283910Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3284061Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3284210Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3284366Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3284523Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3284674Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3284826Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3284972Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3285107Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3285250Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3285399Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3285549Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3285744Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3285917Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3286075Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3286232Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3286383Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3286522Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3286669Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3286819Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3286966Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3287118Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3287267Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3287418Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3287563Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3287707Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3287863Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3288014Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3288164Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3288318Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3288467Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3288611Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3288756Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3288903Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3289058Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3289226Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3289394Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3289560Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3289720Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3289883Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3290046Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3290207Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3290369Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3290524Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3290686Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3290910Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3291076Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3291239Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3291405Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3291568Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3291734Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3291901Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3292056Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3292222Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3292378Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3292539Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3292703Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3292867Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3293031Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3293196Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3293364Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3293517Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3293678Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3293838Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3294000Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3294163Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3294327Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3294491Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3294660Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3294820Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3294970Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3295132Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3295293Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3295452Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3295614Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3295775Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3295993Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3296153Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3296312Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3296462Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3296616Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3296773Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3296935Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3297092Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3297261Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3297418Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3297580Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3297725Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3297879Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3298040Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3298199Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3298360Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3298522Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3298683Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3298844Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3299004Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3299231Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3299396Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3299555Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3299713Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3299876Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3300035Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3300191Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3300349Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3300507Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3300652Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3300809Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3300968Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3301186Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3301349Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3301507Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3301665Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3301820Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3301977Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3302121Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3302275Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3302444Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3302612Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3302778Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3302942Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3303106Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3303273Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3303436Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3303587Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3303766Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3303944Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3304115Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3304289Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3304465Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3304638Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3304813Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3304995Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3305158Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3305333Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3305501Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3305673Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3305847Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3306017Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3306253Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3306428Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3306601Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3306764Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3306934Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3307108Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3307279Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3307452Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3307624Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3307795Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3307967Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3308141Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3308300Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3308472Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3308645Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3308817Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3308987Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3309158Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3309323Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3309481Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3309643Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3309801Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3309955Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3310116Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3310271Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3310429Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3310588Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3310746Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3310910Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3311069Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3311277Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3311436Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3311590Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3311749Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3311910Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3312110Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.3312306Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3312627Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3312828Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3313019Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3313197Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3313388Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3313578Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3313766Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3313955Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3314140Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3314324Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3314507Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3314692Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3314874Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3315044Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3315231Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3315414Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3315599Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3315780Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3315963Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3316143Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3316318Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3316584Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3316756Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3316935Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3317115Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3317291Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3317468Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3317645Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3317826Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3318003Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3318178Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3318335Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3318474Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3318635Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3318791Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3319008Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3319244Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3319417Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3319568Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3319716Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3319852Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3320007Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3320170Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3320322Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3320489Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3320651Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3320807Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3320963Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3321120Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3321260Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3321413Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3321561Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3321767Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3321946Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3322099Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3322247Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3322402Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3322545Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3322695Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3322848Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3322995Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3323152Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3323302Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3323451Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3323600Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3323754Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3323889Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3324053Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3324214Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3324368Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3324522Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3324672Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3324820Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3324967Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3325104Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3325251Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3325406Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3325561Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3325718Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3325869Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3326020Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3326166Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3326315Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3326454Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3326601Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3326744Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3326921Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3327103Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3327246Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3327388Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3327526Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3327654Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3327798Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3327944Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3328085Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3328234Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3328381Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3328524Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3328666Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3328796Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3328937Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3329077Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3329217Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3329356Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3329507Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3329650Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3329795Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3329935Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3330061Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3330199Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3330342Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3330481Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3330618Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3330760Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3330903Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3331051Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3331184Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3331327Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3331466Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3331605Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3331744Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3331881Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3332019Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3332217Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3332350Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3332488Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3332633Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3332777Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3332918Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3333056Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3333195Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3333330Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3333459Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3333599Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3333735Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3333886Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3334034Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3334188Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3334340Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3334489Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3334636Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3334778Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3334924Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3335072Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3335218Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3335364Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3335508Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3335653Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3335794Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3335928Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3336072Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3336212Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3336353Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3336492Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3336630Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3336768Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3336911Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3337038Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3337183Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3337358Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3337535Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3337679Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3337818Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3337955Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3338094Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3338222Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3338360Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3338499Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3338641Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3338809Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3338973Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3339202Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3339366Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3339529Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3339676Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3339839Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3339998Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3340167Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3340330Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3340491Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3340648Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3340805Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3340961Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3341107Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3341268Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3341434Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3341594Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3341751Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3341905Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3342062Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3342217Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3342363Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3342556Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3342732Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3342880Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3343029Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3343171Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3343318Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3343465Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3343609Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3343743Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3343888Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3344032Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3344175Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3344320Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3344464Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3344604Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3344748Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3344878Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3345019Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3345159Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3345299Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3345438Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3345574Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3345711Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3345872Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3346021Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3346179Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3346336Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3346496Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3346650Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3346820Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3346987Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3347146Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3347321Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3347479Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3347650Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3347889Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3348057Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3348217Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3348379Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3348537Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3348690Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3348851Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3349009Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3349181Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3349351Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3349511Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3349668Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3349830Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3349991Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3350152Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3350311Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3350462Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3350619Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3350776Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3350934Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3351088Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3351242Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3351398Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3351555Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3351717Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3351863Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3352018Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3352172Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3352325Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3352589Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3352745Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3352908Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3353156Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3353303Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3353463Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3353621Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3353778Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3353951Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3354124Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3354283Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3354445Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3354601Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3354755Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3354921Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3355082Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3355249Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3355413Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3355578Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3355748Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3355915Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3356080Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3356233Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3356395Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3356552Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3356711Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3356868Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3357032Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3357190Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3357352Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3357521Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3357680Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3357848Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3358011Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3358176Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3358409Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3358571Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3358735Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3358896Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3359057Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3359210Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3359375Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3359542Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3359706Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3359861Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3360014Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3360176Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3360338Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3360504Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3360654Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3360820Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3360983Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3361145Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3361301Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3361454Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3361614Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3361770Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3361926Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3362088Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3362254Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3362415Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3362570Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3362733Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3362889Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3363050Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3363208Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3363444Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3363606Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3363770Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3363929Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3364089Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3364245Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3364410Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3364572Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3364737Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3364892Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3365053Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3365217Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3365378Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3365539Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3365694Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3365847Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3366013Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3366176Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3366331Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3366492Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3366655Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3366819Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3366979Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3367135Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3367293Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3367455Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3367616Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3367754Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3367908Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3368060Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3368211Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3368360Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3368542Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3368716Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3368862Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3368993Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3369139Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3369285Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3369432Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3369579Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3369726Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3369877Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3370024Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3370153Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3370296Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3370434Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3370571Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3370712Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3370856Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3370999Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3371141Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3371290Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3371426Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3371568Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3371709Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3371847Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3371986Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3372126Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3372269Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3372411Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3372541Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3372678Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3372829Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3372979Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3373134Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3373288Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3373437Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3373589Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3373760Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3373936Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3374086Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3374228Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3374374Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3374520Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3374666Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3374810Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3374952Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3375084Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3375228Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3375369Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3375508Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3375647Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3375805Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3375963Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3376120Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3376266Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3376427Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3376581Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3376743Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3376903Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3377061Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3377208Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3377351Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3377487Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3377636Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3377783Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3377923Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3378063Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3378203Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3378341Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3378480Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3378620Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3378753Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3378928Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3379100Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3379325Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3379468Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3379607Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3379747Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3379888Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3380014Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3380153Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3380291Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3380436Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3380573Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3380720Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3380863Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3381011Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3381146Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3381288Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3381427Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3381564Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3381708Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3381854Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3381991Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3382131Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3382258Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3382408Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3382553Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3382705Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3382857Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3383007Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3383149Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3383292Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3383429Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3383554Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3383698Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3383837Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3383971Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3384112Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3384321Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3384464Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3384600Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3384732Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3384872Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3385011Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3385149Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3385287Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3385436Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3385582Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3385729Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3385863Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3386006Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3386147Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3386287Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3386429Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3386571Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3386717Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3386861Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3386989Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3387135Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3387280Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3387419Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3387558Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3387700Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3387838Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3387977Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3388105Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3388243Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3388386Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3388523Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3388669Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3388814Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3388955Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3389094Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3389237Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3389408Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3389573Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3389714Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3389852Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3389997Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3390136Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3390286Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3390429Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3390559Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3390696Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3390841Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3390981Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3391118Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3391256Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3391392Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3391545Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3391690Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3391847Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3392000Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3392156Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3392304Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3392560Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3392718Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3392873Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3393033Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3393179Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3393333Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3393491Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3393645Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3393800Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3393953Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3394104Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3394259Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3394403Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3394554Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3394780Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3394966Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3395121Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3395273Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3395422Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3395582Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3395738Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3395875Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3396026Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3396178Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3396332Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3396481Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3396630Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3396788Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3396942Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3397082Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3397236Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3397389Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3397541Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3397689Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3397845Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3397993Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3398143Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3398293Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3398432Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3398584Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3398734Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3398882Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3399031Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3399177Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3399331Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3399482Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3399619Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3399768Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3399947Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3400122Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3400269Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3400420Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3400568Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3400717Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3400862Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3401000Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3401143Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3401294Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3401441Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3401589Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3401736Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3401883Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3402029Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3402162Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3402307Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3402455Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3402602Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3402745Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3402891Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3403040Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3403187Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3403334Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3403467Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3403613Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3403762Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3403909Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3404062Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3404219Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3404377Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3404531Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3404670Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3404821Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3404973Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3405179Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3405346Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3405515Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3405679Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3405848Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3406014Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3406171Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3406335Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3406501Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3406660Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3406823Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3406992Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3407156Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3407317Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3407477Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3407628Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3407793Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3407959Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3408124Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3408288Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3408451Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3408614Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3408774Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3408938Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3409087Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3409251Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3409418Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3409584Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3409745Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3409907Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3410066Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3410286Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3410450Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3410592Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3410742Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3410894Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3411045Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3411194Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3411340Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3411492Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3411647Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3411786Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3411931Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3412083Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3412235Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3412382Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3412532Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3412680Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3412833Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3412983Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3413159Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3413343Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3413528Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3413709Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3413888Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3414066Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3414243Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3414426Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3414607Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3414769Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3414947Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3415123Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3415327Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3415525Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3415694Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3415865Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3416038Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3416211Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3416373Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3416547Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3416718Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3416887Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3417052Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3417221Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3417385Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3417552Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3417720Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3417892Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3418050Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3418216Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3418377Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3418542Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3418709Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3418853Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3418991Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3419221Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3419360Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3419504Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3419643Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3419784Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3419926Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3420067Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3420205Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3420345Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3420520Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3420694Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3420848Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3420997Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3421142Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3421282Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3421421Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3421563Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3421701Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3421833Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3421977Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3422118Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3422255Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3422393Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3422539Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3422684Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3422825Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3422953Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3423090Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3423237Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3423373Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3423508Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3423642Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3423785Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3423923Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3424060Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3424206Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3424347Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3424488Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3424628Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3424768Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3424907Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3425045Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3425171Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3425317Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3425461Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3425600Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3425772Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3425938Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3426078Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3426218Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3426344Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3426496Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3426652Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3426804Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3426958Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3427113Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3427265Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3427410Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3427558Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3427689Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3427836Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3427985Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3428131Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3428283Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3428435Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3428594Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3428748Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3428887Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3429037Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3429185Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3429331Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3429479Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3429626Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3429775Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3429932Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3430080Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3430226Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3430382Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3430533Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3430684Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3430873Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3431048Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3431194Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3431341Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3431476Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3431629Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3431775Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3431932Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3432088Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3432243Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3432397Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3432668Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3432820Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3432956Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3433106Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3433256Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3433402Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3433556Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3433708Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3433866Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3434021Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3434160Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3434311Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3434459Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3434602Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3434748Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3434902Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3435054Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3435208Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3435353Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3435498Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3435654Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3435804Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3435954Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3436154Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3436340Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3436488Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3436635Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3436785Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3436927Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3437076Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3437233Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3437389Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3437547Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3437699Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3437848Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3437995Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3438131Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3438280Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3438426Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3438579Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3438728Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3438886Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3439042Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3439192Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3439342Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3439478Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3439627Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3439773Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3439920Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3440069Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3440227Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3440380Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3440543Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3440691Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3440851Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3441009Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3441165Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3441404Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3441557Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3441708Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3441856Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3442007Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3442143Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3442299Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3442454Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3442612Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3442769Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3442921Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3443075Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3443224Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3443363Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3443520Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3443672Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3443825Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3443983Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3444134Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3444284Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3444429Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3444573Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3444707Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3444852Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3445000Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3445159Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3445309Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3445468Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3445621Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3445775Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3445914Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3446062Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3446208Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3446355Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3446568Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3446716Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3446864Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3447016Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3447166Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3447306Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3447454Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3447597Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3447743Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3447891Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3448037Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3448194Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3448339Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3448496Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3448641Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3448798Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3448948Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3449104Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3449254Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3449403Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3449552Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3449698Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3449832Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3449979Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3450132Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3450283Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3450440Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3450595Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3450748Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3450899Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3451049Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3451185Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3451331Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3451507Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3451681Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3451830Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3451975Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3452127Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3452277Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3452421Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3452577Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3452733Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3452889Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3453036Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3453181Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3453327Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3453473Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3453614Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3453750Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3453898Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3454063Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3454226Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3454394Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3454561Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3454727Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3454893Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3455041Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3455205Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3455370Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3455528Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3455683Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3455839Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3455998Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3456150Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3456299Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3456443Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3456596Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3456799Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3456951Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3457097Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3457243Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3457389Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3457535Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3457682Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3457822Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3457972Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3458131Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3458286Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3458436Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3458587Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3458733Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3458880Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3459011Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3459251Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3459407Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3459567Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3459719Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3459876Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3460032Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3460190Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3460342Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3460481Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3460637Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3460792Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3460942Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3461102Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3461257Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3461412Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3461567Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3461704Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3461896Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3462070Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3462221Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3462372Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3462526Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3462678Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3462836Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3462993Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3463139Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3463298Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3463452Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3463601Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3463753Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3463901Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3464047Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3464198Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3464331Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3464486Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3464638Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3464789Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3464936Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3465084Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3465228Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3465374Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3465521Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3465657Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3465812Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3465959Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3466108Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3466256Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3466403Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3466549Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3466691Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3466827Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3467017Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3467200Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3467352Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3467504Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3467658Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3467806Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3467956Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3468100Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3468240Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3468392Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3468544Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3468691Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3468837Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3468988Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3469134Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3469283Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3469418Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3469569Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3469717Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3469866Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3470016Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3470166Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3470321Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3470474Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3470623Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3470759Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3470911Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3471059Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3471204Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3471351Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3471498Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3471653Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3471802Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3471941Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3472124Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3472303Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3472452Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3472714Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3472866Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3473012Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3473163Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3473312Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3473457Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3473616Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3473772Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3473924Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3474074Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3474222Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3474370Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3474517Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3474652Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3474802Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3474951Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3475105Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3475256Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3475414Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3475572Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3475727Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3475880Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3476019Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3476172Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3476320Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3476469Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3476615Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3476763Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3476909Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3477063Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3477201Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3477401Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3477585Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3477732Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3477878Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3478027Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3478173Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3478329Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3478483Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3478621Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3478774Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3478949Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3479122Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3479292Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3479461Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3479614Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3479766Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3479923Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3480071Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3480222Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3480374Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3480523Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3480671Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3480819Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3480965Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3481115Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3481253Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3481404Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3481551Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3481695Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3481838Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3481984Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3482129Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3482276Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3482421Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3482583Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3482765Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3482923Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3483077Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3483228Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3483374Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3483526Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3483678Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3483819Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3483972Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3484118Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3484265Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3484412Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3484560Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3484705Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3484849Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3484998Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3485156Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3485318Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3485479Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3485637Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3485794Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3485950Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3486106Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3486257Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3486400Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3486554Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3486706Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3486855Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3487007Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3487157Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3487313Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3487468Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3487623Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3487822Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3487973Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3488124Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3488272Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3488419Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3488563Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3488708Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3488853Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3488999Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3489143Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3489301Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3489457Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3489607Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3489756Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3489904Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3490051Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3490199Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3490339Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3490487Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3490631Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3490790Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3490942Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3491104Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3491260Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3491416Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3491562Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3491716Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3491868Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3492019Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3492168Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3492328Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3492480Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3492638Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3492825Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3492996Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3493150Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3493301Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3493453Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3493606Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3493755Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3493909Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3494061Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3494222Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3494368Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3494524Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3494676Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3494828Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3494980Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3495129Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3495277Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3495430Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3495567Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3495719Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3495914Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3496100Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3496291Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3496483Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3496671Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3496856Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3497035Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3497218Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3497387Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3497572Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3497752Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3498008Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3498167Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3498320Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3498475Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3498629Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3498782Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3498922Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3499070Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3499318Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3499468Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3499620Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3499768Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3499926Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3500083Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3500223Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3500373Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3500526Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3500675Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3500821Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3500968Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3501112Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3501266Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3501411Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3501556Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3501707Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3501856Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3502002Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3502144Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3502292Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3502441Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3502592Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3502740Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3502884Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3503082Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3503263Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3503415Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3503562Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3503709Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3503857Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3504002Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3504136Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3504288Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3504439Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3504592Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3504744Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3504894Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3505044Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3505193Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3505338Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3505474Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3505623Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3505774Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3505938Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3506095Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3506261Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3506428Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3506594Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3506738Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3506891Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3507054Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3507211Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3507371Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3507537Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3507695Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3507851Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3508000Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3508141Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3508349Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3508500Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3508647Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3508793Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3508940Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3509090Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3509242Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3509391Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3509540Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3509697Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3509850Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3510001Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3510154Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3510305Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3510453Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3510599Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3510734Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3510887Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3511034Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3511210Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3511387Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3511558Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3511727Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3511897Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3512066Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3512226Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3512396Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3512690Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3512862Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3513031Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3513198Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3513365Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3513614Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3513788Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3513941Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3514114Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3514282Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3514450Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3514617Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3514783Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3514951Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3515119Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3515285Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3515445Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3515589Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3515746Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3515904Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3516063Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3516220Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3516374Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3516529Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3516681Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3516823Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3516976Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3517134Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3517288Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3517445Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3517595Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3517747Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3517895Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3518045Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3518182Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3518328Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3518474Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3518653Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3518849Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3519020Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3519189Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3519353Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3519509Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3519677Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3519855Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3520036Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3520213Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3520393Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3520574Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3520751Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3520927Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3521101Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3521267Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3521438Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3521610Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3521780Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3521951Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3522129Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3522305Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3522479Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3522651Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3522806Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3522978Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3523146Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3523313Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3523480Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3523643Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3523901Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3524067Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3524227Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3524381Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3524546Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3524711Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3524878Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3525044Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3525214Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3525378Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3525542Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3525705Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3525859Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3526023Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3526215Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3526408Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3526598Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3526767Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3526935Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3527100Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3527281Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3527448Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3527617Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3527784Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3527945Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3528118Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3528291Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3528462Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3528637Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3528814Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3529039Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3529200Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3529377Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3529550Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3529721Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3529891Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3530057Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3530231Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3530401Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3530570Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3530727Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3530893Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3531069Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3531250Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3531432Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3531608Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3531783Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3531954Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3532126Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3532282Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3532455Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3532623Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3532802Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3532975Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3533150Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3533322Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3533493Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3533664Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3533824Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3534046Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3534222Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3534392Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3534568Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3534742Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3534911Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3535082Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3535255Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3535428Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3535585Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3535759Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3535930Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3536102Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3536276Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3536444Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3536615Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3536784Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3536952Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3537107Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3537280Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3537451Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3537622Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3537798Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3537965Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3538133Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3538302Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3538473Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3538629Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3538804Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3538974Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3539312Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3539493Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3539659Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3539829Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3539998Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3540168Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3540324Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3540502Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3540675Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3540847Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3541018Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3541185Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3541354Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3541522Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3541694Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3541851Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3542011Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3542174Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3542335Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3542495Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3542654Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3542813Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3542972Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3543128Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3543270Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3543419Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3543577Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3543733Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3543889Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3544043Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3544199Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3544416Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3544571Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3544712Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3544864Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3545014Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3545164Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3545319Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3545471Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3545623Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3545780Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3545925Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3546079Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3546227Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3546379Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3546529Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3546677Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3546823Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3546973Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3547122Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3547259Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3547423Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3547581Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3547746Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3547912Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3548073Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3548237Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3548397Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3548543Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3548701Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3548858Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3549015Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3549169Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3549324Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3549542Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3549698Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3549849Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3549986Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3550136Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3550285Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3550435Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3550606Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3550776Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3550944Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3551112Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3551277Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3551427Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3551600Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3551769Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3551937Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3552096Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3552247Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3552403Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3552714Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3552869Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3553009Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3553159Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3553308Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3553458Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3553608Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3553756Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3553908Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3554056Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3554202Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3554357Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3554508Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3554657Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3554896Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3555047Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3555195Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3555344Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3555479Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3555626Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3555775Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3555929Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3556081Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3556241Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3556398Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3556552Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3556703Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3556841Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3556990Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3557140Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3557287Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3557440Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3557589Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3557746Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3557899Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3558061Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3558211Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3558366Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3558522Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3558677Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3558831Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3558980Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3559132Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3559279Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3559418Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3559569Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3559720Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3559867Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3560070Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3560218Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3560364Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3560512Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3560660Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3560792Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3560948Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3561096Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3561255Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3561408Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3561562Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3561713Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3561863Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3562000Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3562149Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3562296Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3562449Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3562600Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3562755Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3562905Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3563055Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3563205Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3563339Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3563485Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3563630Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3563782Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3563928Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3564083Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3564229Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3564385Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3564528Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3564678Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3564830Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3565010Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3565187Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3565335Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3565483Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3565631Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3565782Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3565916Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3566072Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3566226Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3566380Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3566531Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3566675Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3566820Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3566963Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3567098Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3567244Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3567406Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3567574Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3567738Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3567902Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3568061Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3568218Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3568379Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3568529Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3568691Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3568858Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3569026Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3569189Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3569349Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3569512Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3569674Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3569836Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3569987Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3570208Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3570375Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3570534Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3570696Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3570855Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3571015Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3571174Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3571335Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3571492Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3571658Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3571817Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3571978Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3572136Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3572297Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3572461Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3572621Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3572788Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3572941Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3573102Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3573263Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3573418Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3573578Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3573741Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3573906Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3574069Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3574233Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3574380Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3574538Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3574697Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3574854Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3575012Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3575213Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3575399Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3575566Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3575713Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3575873Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3576027Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3576178Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3576331Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3576492Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3576655Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3576812Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3576972Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3577116Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3577274Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3577431Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3577587Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3577744Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3577903Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3578059Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3578216Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3578372Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3578516Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3578670Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3578824Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3578979Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3579204Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3579363Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3579523Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3579680Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3579841Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3579985Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3580141Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3580298Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3580515Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3580681Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3580848Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3581015Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3581180Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3581327Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3581490Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3581653Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3581816Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3581992Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3582172Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3582349Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3582525Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3582700Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3582874Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3583039Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3583212Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3583385Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3583560Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3583736Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3583908Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3584081Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3584257Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3584429Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3584588Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3584760Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3584933Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3585108Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3585277Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3585481Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3585685Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3585860Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3586031Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3586190Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3586363Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3586536Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3586708Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3586884Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3587054Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3587225Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3587396Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3587561Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3587708Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3587872Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3588035Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3588197Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3588356Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3588513Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3588673Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3588829Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3588985Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3589138Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3589300Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3589466Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3589627Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3589780Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3589938Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3590098Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3590296Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3590492Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3590729Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3590925Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3591117Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3591307Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3591498Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3591686Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3591876Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3592062Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3592245Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3592430Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3592720Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3592901Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3593086Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3593267Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3593451Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3593628Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3593811Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3593992Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3594170Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3594343Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3594515Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3594693Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3594874Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3595050Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3595227Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3595403Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3595578Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3595804Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3596015Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3596180Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3596357Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3596509Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3596660Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3596817Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3596971Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3597125Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3597281Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3597430Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3597567Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3597715Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3597862Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3598010Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3598167Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3598321Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3598489Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3598648Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3598790Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3598941Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3599092Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3599243Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3599394Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3599543Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3599700Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3599849Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3599999Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3600134Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3600288Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3600444Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3600595Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3600743Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3600923Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3601116Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3601263Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3601398Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3601546Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3601700Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3601851Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3602005Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3602162Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3602321Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3602472Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3602620Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3602755Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3602904Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3603050Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3603199Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3603353Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3603506Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3603663Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3603815Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3603952Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3604100Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3604249Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3604395Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3604546Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3604702Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3604860Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3605015Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3605165Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3605303Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3605453Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3605600Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3605751Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3605899Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3606049Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3606248Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3606403Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3606542Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3606700Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3606855Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.3607006Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3607157Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3607307Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3607463Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3607616Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3607765Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3607903Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3608059Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3608207Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3608367Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3608526Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.3608679Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3608847Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3609063Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3609268Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3609423Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3609574Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3609727Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3609882Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3610031Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3610193Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3610352Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3610506Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3610648Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3610799Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3610949Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3611093Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3611242Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3611393Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3611626Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3611779Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3611920Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3612077Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3612239Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3612391Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3612543Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3612691Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3612844Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3612997Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3613147Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3613283Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3613439Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3613589Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3613748Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3613907Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3614060Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3614216Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3614364Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3614502Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3614652Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3614800Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3614948Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3615101Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3615251Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3615408Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.3615565Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3615717Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3615857Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3616005Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3616155Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3616305Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3616454Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3616603Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3616789Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3616968Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3617115Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.3617270Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3617423Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3617576Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3617727Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3617876Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3618022Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3618178Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3618327Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3618474Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3618630Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3618791Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3618951Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3619112Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3619350Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3619513Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3619669Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3619812Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3619968Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3620120Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3620272Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3620426Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3620584Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3620745Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3620905Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3621064Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3621207Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3621362Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3621516Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3621666Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3621821Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3621976Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3622191Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3622346Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3622485Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3622634Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3622785Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3622938Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3623087Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3623238Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3623390Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3623547Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3623696Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3623843Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3623996Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3624145Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3624298Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3624449Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3624596Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3624750Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3624900Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3625036Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3625186Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3625338Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3625488Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3625640Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3625788Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3625940Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3626089Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3626240Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3626375Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3626530Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3626679Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3626838Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3626995Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3627150Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3627361Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3627515Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3627654Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3627804Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3627953Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3628099Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3628249Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3628401Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3628555Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3628708Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3628865Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3629011Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3629166Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3629317Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3629468Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3629623Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3629772Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3629926Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3630077Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3630216Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3630366Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3630522Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3630672Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3630831Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3630986Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.3631144Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3631299Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3631452Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3631589Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3631738Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3631883Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3632031Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3632180Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3632330Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3632699Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3632866Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3633024Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3633193Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3633357Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3633563Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3633765Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3633969Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3634167Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3634364Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3634558Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3634708Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3648020Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3648273Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3648466Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3648638Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3648815Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3648975Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3649132Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3649274Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3649430Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3649582Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3649736Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3649891Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3650049Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3650208Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3650372Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3650520Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3650677Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3650834Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3650989Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3651141Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3651296Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3651576Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3651768Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3651935Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3652079Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3652241Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3652404Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3652561Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3652720Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3652879Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3653046Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3653212Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3653357Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3653521Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.352s) 2022-12-01T10:16:31.3653681Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3653842Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3654004Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3654161Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3654320Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3654480Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3654638Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3654795Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3654970Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3655128Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3655292Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3655486Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3655649Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3655815Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3655976Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3656134Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3656277Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3656431Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3656583Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3656738Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3656893Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3657078Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3657260Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3657435Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3657578Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3657732Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3657885Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3658038Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3658196Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3658347Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3658509Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3658660Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3658806Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3658962Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3659115Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3659353Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3659509Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3659662Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3659816Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3659986Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3660143Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3660289Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3660449Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3660605Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3660759Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3660915Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3661073Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3661231Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3661391Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3661534Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3661688Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3661843Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3661996Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3662149Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3662302Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3662454Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3662720Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3662875Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3663015Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3663171Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3663331Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3663492Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3663647Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3663801Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3663956Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3664108Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3664245Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3664399Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3664556Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3664716Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3664869Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3665028Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3665185Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3665342Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3665495Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3665632Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3665786Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3665942Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3666101Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3666253Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3666413Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3666573Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3666732Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3666874Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3667030Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3667188Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3667340Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3667492Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3667647Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3667801Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3667983Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3668170Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3668310Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3668475Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3668637Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3668803Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3668960Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3669118Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3669270Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3669429Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3669585Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3669757Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3669911Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3670066Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3670226Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3670399Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3670556Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3670710Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3670868Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3671022Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3671176Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3671332Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3671490Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3671646Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3671801Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3671956Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3672137Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3672301Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3672665Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3672867Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3673031Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3673222Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3673420Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3701032Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3701435Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3701585Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3701728Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3701873Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3702018Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3702163Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3702308Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3702454Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3702602Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3702748Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3702887Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3703029Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3703169Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3703311Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3703452Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3703592Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3703730Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3703888Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3704041Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3704187Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3704336Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3704475Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3704624Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3704773Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3704920Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3705066Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3705210Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3705350Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3705497Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3705643Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3705787Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3705929Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3706084Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3706234Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3706428Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3706615Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.3706766Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3706919Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3707069Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3707219Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3707370Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3707519Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3707669Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3707819Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3707961Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3708110Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3708255Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3708407Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3708559Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3708709Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3708857Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3709007Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3709152Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3709292Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3709437Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3709583Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3709728Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3709874Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3710023Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3710170Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3710325Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3710469Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3710616Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3710765Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3710909Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3711054Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3711194Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3711337Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3711536Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3711681Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3711829Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3711977Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3712129Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3712281Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3712433Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3712769Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3712923Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3713073Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3713214Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3713360Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3713513Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3713665Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3713816Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3713969Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3714121Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3714273Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3714421Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3714564Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3714713Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3714861Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3715012Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3715160Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3715316Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3715474Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3715624Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3715771Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3715914Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3716061Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3716208Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3716354Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3716498Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3716688Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3716866Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3717055Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3717232Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3717423Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3717607Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3717790Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3717970Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3718150Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3718330Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3718510Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3718688Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3718867Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3719038Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3719193Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3719346Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3719497Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3719646Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3719794Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3719941Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3720084Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3720231Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3720373Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3720527Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3720674Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3720825Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3720977Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3721126Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3721276Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3721421Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3721558Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3721733Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3721905Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3722049Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3722201Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3722347Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3722497Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3722646Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3722792Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3722929Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3723080Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3723228Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3723372Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3723519Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3723667Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3723819Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3723969Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3724109Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3724258Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3724405Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3724550Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3724694Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3724840Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3724981Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3725125Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3725272Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3725428Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3725584Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3725735Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3725885Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3726023Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3726173Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3726323Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3726471Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3726620Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3726783Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3727012Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3727177Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3727342Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3727493Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3727653Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3727812Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3727970Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3728130Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3728295Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3728453Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3728612Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3728766Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3728906Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3729058Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3729211Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3729361Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3729517Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3729667Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3729817Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3729968Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3730109Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3730261Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3730420Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3730575Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.3730730Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3730886Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3731037Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3731186Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3731335Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3731473Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3731624Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3731779Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3731929Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3732140Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3732344Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3732518Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3732691Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3732845Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3733018Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3733188Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3733361Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3733543Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.3733716Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3733888Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.3734058Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3734228Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3734384Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3734555Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3734729Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3734905Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.3735078Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3735250Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.3735420Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3735586Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3735753Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3735912Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.3736086Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3736251Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3736408Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3736571Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3736731Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3736890Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3737045Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3737200Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3737374Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3737562Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3737720Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3737873Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3738029Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3738186Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3738343Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3738493Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3738641Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3738784Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3738937Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3739088Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3739328Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3739480Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3739633Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3739805Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3739979Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3740142Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3740310Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3740479Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3740650Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3740834Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3741016Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3741194Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3741379Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3741563Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3741732Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3741914Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3742092Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3742266Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3742440Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3742615Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3742846Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3743019Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3743195Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3743371Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3743536Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3743706Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3743874Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3744051Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3744223Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3744393Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3744562Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3744729Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3744893Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3745048Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3745213Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3745382Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3745549Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3745716Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3745885Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3746053Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3746216Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3746381Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3746536Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3746705Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3746874Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3747039Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3747231Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3747423Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3747612Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3747780Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3748004Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3748163Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3748345Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3748525Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3748694Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3748860Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3749027Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3749204Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3749379Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3749552Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3749718Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3749894Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3750066Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3750240Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3750417Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3750596Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3750770Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3750941Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3751114Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3751273Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3751444Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3751613Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3751789Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3751957Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3752134Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3752315Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.3752653Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.3752836Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3753015Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3753243Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3753456Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3753630Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3753812Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3753986Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3754165Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3754341Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3754518Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3754696Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3754858Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3755027Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3755200Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3755375Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3755556Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.341s) 2022-12-01T10:16:31.3755732Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3755915Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3756091Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3756269Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3756430Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3756602Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3756773Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3756940Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3757115Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3757294Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3757472Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3757644Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3757815Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3757976Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3758154Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3758324Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3758564Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3758744Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:16:31.3758914Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.3759089Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:16:31.3759261Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:16:31.3759431Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3759589Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3759759Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3759938Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.3760109Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:16:31.3760285Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.3760464Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.3760637Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:16:31.3760808Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.3760981Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3761141Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3761312Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3761484Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3761658Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.3761837Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:16:31.3762012Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3762185Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:16:31.3762364Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:16:31.3762540Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3762710Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3762866Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.3763038Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.3763209Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.3763372Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3763540Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3763744Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3763945Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3764106Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3764253Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3764411Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3764569Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3764724Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3764879Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3765036Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3765192Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3765349Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3765506Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3765651Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3765807Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3765960Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3766116Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3766267Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3766427Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3766580Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3766733Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3766875Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3767024Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3767183Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3767338Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3767494Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3767648Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3767800Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3767951Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3768101Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3768239Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3768389Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3768539Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3768689Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3768853Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3769072Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3769244Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3769409Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3769572Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3769721Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3769883Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3770041Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3770200Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3770363Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3770520Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3770680Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3770834Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3770978Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3771131Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3771282Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3771434Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3771587Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3771741Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3771890Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3772060Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3772228Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3772385Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3772556Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3772723Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3772890Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3773066Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3773238Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3773408Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3773563Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3773714Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3773861Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3774017Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3774234Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3774420Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3774573Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3774726Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3774878Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3775027Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3775165Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3775319Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3775471Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3775633Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3775792Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.3775950Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3776104Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3776255Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3776406Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3776543Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3776692Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3776842Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3776997Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3777151Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3777307Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3777461Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3777619Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3777764Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3777916Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3778071Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3778227Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3778379Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3778532Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3778684Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3778834Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3778981Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3779227Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3779387Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3779552Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3779782Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3779945Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3780105Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3780265Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3780420Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3780561Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3780716Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3780874Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3781033Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3781183Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3781334Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3781485Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3781639Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3781790Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3781931Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3782079Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3782230Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3782387Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3782547Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3782702Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3782859Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3783015Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3783159Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3783312Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3783464Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3783619Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3783773Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3783926Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3784074Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3784223Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3784380Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.3784523Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3784676Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3784825Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3785029Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3785179Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3785324Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3785470Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3785625Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3785766Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3785918Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3786077Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.3786237Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.3786391Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3786542Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3786693Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3786839Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3786994Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3787130Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3787278Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3787435Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3787589Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3787746Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3787901Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.3788052Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3788202Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3788339Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3788488Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3788635Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3788787Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3788938Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3789103Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3789270Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.3789431Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3789594Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3789742Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3789896Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3790061Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3790280Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.3790444Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3790622Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3790859Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3791035Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3791182Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3791338Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3791509Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3791669Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3791830Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3791998Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3792164Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3792330Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3792623Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3792784Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3792955Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3793118Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3793282Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3793450Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3793613Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3793778Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3793936Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3794097Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3794254Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3794422Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3794589Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3794754Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3794921Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3795089Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3795252Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3795414Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3795679Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3795827Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3795991Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3796154Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3796320Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3796483Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3796647Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3796809Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3796974Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3797133Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3797281Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3797443Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3797610Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3797769Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3797930Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3798093Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3798258Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3798418Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3798576Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3798727Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3798883Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3799043Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3799202Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3799362Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3799523Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3799682Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3799842Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3799987Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3800146Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3800308Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3800466Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3800624Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3800813Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3801005Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3801166Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3801319Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3801466Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3801626Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3801789Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3801947Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3802105Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3802264Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3802420Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3802579Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3802743Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3802899Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3803064Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3803233Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3803395Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3803566Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3803733Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3803895Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3804071Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3804254Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3804421Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3804598Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3804778Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3804956Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3805133Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3805306Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3805482Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3805659Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3805834Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3806041Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3806242Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3806417Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3806590Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.3806763Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3806936Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3807112Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3807289Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3807467Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3807626Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3807796Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3807970Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3808142Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3808315Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3808490Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3808671Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3808842Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3809011Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3809181Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3809343Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3809514Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3809677Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3809839Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3810006Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3810171Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3810333Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3810494Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3810643Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3810804Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3810962Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3811160Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3811352Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3811515Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3811678Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3811837Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3811996Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3812146Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3812307Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3812507Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.338s) 2022-12-01T10:16:31.3812705Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3812901Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3813097Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.3813288Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3813481Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3813675Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3813868Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3814045Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3814230Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.3814420Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3814606Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3814789Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3814971Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3815154Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3815334Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3815509Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3815680Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3815863Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3816048Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3816227Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3816467Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3816643Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.3816821Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3816994Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.3817171Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3817348Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3817517Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.3817697Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3817874Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3818052Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3818226Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3818403Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3818557Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3818713Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3818874Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3819020Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3819260Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3819417Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3819569Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.3819722Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.3819872Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3820023Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3820176Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3820326Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3820482Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3820645Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.3820807Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.3820965Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.3821124Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3821278Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3821434Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3821631Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3821800Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3821953Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3822106Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3822258Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3822408Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3822563Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3822720Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3822873Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3823014Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3823166Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3823314Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3823465Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3823615Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3823766Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3823921Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3824069Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3824227Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.3824373Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.3824526Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3824678Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3824827Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3824976Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3825128Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3825276Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3825426Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3825571Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3825726Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.3825881Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3826031Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3826183Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3826329Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3826476Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3826628Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3826762Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3826920Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3827096Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3827244Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3827376Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3827911Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2390: RuntimeWarning: invalid value encountered in exp 2022-12-01T10:16:31.3827996Z np_result = np_fn(a) 2022-12-01T10:16:31.3828064Z ok (0.006s) 2022-12-01T10:16:31.3828199Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3828319Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3828449Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3828640Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-12-01T10:16:31.3828791Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3828939Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3829083Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3829235Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3829384Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3829513Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3829654Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3829801Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3829947Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3830096Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3830243Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3830387Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3830535Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3830667Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3830808Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3830954Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3831100Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3831242Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3831388Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3831531Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3831670Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3831816Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3831950Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3832091Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3832231Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3832374Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3832754Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3832908Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3833058Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3833204Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3833375Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3833559Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3833740Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3833918Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3834104Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3834285Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:16:31.3834462Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:16:31.3834637Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3834815Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3834951Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3835099Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3835247Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3835406Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3835565Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3835711Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3835858Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3836004Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3836131Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.384s) 2022-12-01T10:16:31.3836265Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3836397Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3836529Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3836672Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3836811Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3836950Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3837103Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3837243Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3837393Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3837544Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3837698Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3837844Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3838065Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3838206Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3838347Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3838487Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3838612Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3838746Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3838882Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3839014Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3839148Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3839284Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3839421Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3839554Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3839672Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3839813Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3839949Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3840084Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3840227Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.3840367Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.3840506Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.3840648Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.3840784Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3840928Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3841072Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3841211Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3841355Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:16:31.3841498Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:16:31.3841638Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:16:31.3841776Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:16:31.3841914Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3842066Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3842206Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3842343Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3842514Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3842685Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3842857Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3843022Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3843173Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3843398Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3843563Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3843723Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3843878Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3844039Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.3844196Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.3844395Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-12-01T10:16:31.3844535Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-12-01T10:16:31.3844590Z ok (0.004s) 2022-12-01T10:16:31.3844723Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3844867Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.3845000Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3845135Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3845271Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.3845403Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3845537Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3845655Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3845787Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3845919Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3846051Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3846194Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3846338Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3846480Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3846623Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3846751Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3846891Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3847030Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3847169Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3847307Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3847441Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3847576Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3847712Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3847842Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3847978Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3848123Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3848268Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3848412Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3848610Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3848754Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3848893Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3849019Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3849154Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3849294Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3849442Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3849585Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3849732Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3849880Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3850023Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3850151Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3850294Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3850434Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3850573Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3850714Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3850851Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3850996Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3851138Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3851277Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3851425Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3851568Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3851709Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3851852Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3851991Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3852130Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3852270Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3852409Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3852541Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3852682Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3852820Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3852967Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3853113Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3853258Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3853401Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3853539Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3853665Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3853832Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3854028Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3854163Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3854306Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3854443Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3854590Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3854739Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3854870Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3855014Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3855159Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3855299Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3855438Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3855577Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3855717Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3855858Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3855986Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3856132Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3856280Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3856423Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3856569Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3856708Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3856847Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3856982Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3857109Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3857249Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3857394Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3857529Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3857676Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3857827Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3857967Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3858108Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3858235Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3858373Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3858515Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3858650Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3858786Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3858933Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3859102Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3859361Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3859511Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3859645Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3859792Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3859937Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3860080Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3860226Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3860369Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3860512Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3860655Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3860787Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3860933Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3861082Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3861227Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3861377Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3861519Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3861664Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3861807Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3861936Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3862083Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3862225Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3862368Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3862511Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3862652Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3862794Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3862933Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3863057Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3863197Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3863334Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3863470Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3863610Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3863747Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3863891Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3864034Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3864161Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3864300Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3864467Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3864632Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3864772Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3864906Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3865041Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3865180Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3865326Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3865457Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3865596Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3865736Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3865873Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3866008Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3866145Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3866280Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3866425Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3866552Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3866700Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3866848Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3866990Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3867138Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3867277Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3867416Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3867555Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3867682Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3867819Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3867956Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3868092Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3868234Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3868374Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3868521Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3868665Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3868794Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3868936Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3869079Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3869218Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3869356Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3869491Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3869664Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3869827Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3869951Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3870093Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3870227Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3870375Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3870519Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3870661Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3870801Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3870941Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3871074Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3871210Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3871347Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3871484Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3871621Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3871759Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3871914Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3872065Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3872223Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3872372Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3872673Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3872828Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3872982Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3873132Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3873283Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3873437Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3873586Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3873725Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3873873Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.3874018Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3874159Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3874305Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3874451Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3874591Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3874733Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3874857Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3874994Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3875244Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3875385Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3875520Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3875664Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3875803Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3875951Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3876084Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3876228Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3876370Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3876512Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3876652Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3876791Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3876926Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3877063Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3877200Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3877344Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3877491Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3877635Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3877774Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3877918Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3878062Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3878204Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3878344Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3878472Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3878621Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.3878762Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3878907Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3879049Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3879193Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3879333Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3879472Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3879603Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3879744Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3879891Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3880031Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3880179Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3880328Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3880530Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3880676Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3880803Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3880946Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3881085Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3881230Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3881372Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3881515Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3881658Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3881799Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3881927Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3882069Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3882211Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3882348Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3882486Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3882623Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3882759Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3882895Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3883025Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3883168Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3883310Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3883449Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3883586Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3883725Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3883863Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3883998Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3884121Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3884266Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3884408Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3884552Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3884692Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3884834Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3884973Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3885111Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3885252Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3885379Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3885520Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3885688Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3885851Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3885992Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3886128Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3886265Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3886405Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3886531Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3886667Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3886803Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3886943Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3887088Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3887233Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3887377Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3887515Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3887643Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3887777Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3887911Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3888044Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3888180Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3888316Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3888467Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3888620Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3888761Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3888912Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3889060Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3889204Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3889351Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3889495Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3889638Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3889779Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3889913Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3890058Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3890212Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3890353Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3890506Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3890658Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3890805Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3891010Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3891157Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3891288Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3891434Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3891582Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3891730Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3891884Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3892027Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3892181Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3892338Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3892476Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3892628Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3892778Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3892923Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3893064Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3893209Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3893355Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3893508Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3893647Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3893800Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3893953Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3894102Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3894252Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3894404Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3894548Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3894699Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3894846Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3894983Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3895129Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3895279Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3895427Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3895578Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3895727Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3895874Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3896019Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3896206Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3896349Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3896485Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3896631Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3896773Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3896924Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3897064Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3897216Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3897368Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3897511Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3897659Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3897806Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3897953Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3898101Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3898244Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3898389Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3898536Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3898674Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3898833Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3898986Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3899207Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3899369Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3899518Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3899663Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3899808Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3899941Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3900089Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3900244Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3900389Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3900549Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3900707Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3900858Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3901011Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3901158Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3901293Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3901499Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3901646Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3901794Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3901950Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3902101Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3902260Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3902416Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3902562Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3902720Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3902876Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3903032Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3903179Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3903326Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3903476Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3903624Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3903772Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3903915Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3904072Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3904228Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3904378Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3904527Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3904680Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3904828Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3904977Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3905118Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3905267Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3905420Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3905569Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3905720Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3905870Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3906012Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3906153Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3906296Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3906430Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3906602Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3906780Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3906927Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3907080Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3907230Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3907380Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3907528Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3907658Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3907807Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3907954Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3908097Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3908243Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3908384Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3908535Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3908685Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3908822Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3908970Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3909112Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3909258Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3909406Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3909552Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3909701Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3909844Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3909996Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3910138Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3910292Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3910441Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3910594Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3910744Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3910889Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3911037Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3911183Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3911317Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3911465Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3911614Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3911795Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3911985Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3912139Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3912289Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3912437Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3912716Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3912868Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3913014Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3913156Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3913305Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3913453Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3913599Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3913748Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3913898Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3914039Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3914190Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3914342Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3914492Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3914644Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3914798Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3914943Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3915085Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3915213Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3915358Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3915501Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3915664Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3915823Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3915993Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3916158Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3916319Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3916479Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3916626Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3916790Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3916948Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3917105Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3917356Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3917513Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3917670Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3917822Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3917957Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3918113Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3918266Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3918416Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3918569Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3918721Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3918865Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3919012Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3919157Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3919287Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3919437Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3919577Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3919730Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3919884Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3920035Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3920183Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3920328Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3920458Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3920604Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3920748Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3920891Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3921046Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3921199Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3921352Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3921503Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3921650Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3921788Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3921938Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3922083Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3922231Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3922383Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3922593Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3922743Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3922896Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3923036Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3923190Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3923337Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3923486Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3923637Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3923787Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3923941Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3924091Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3924235Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3924391Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3924546Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3924698Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3924849Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3924999Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3925152Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3925300Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3925446Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3925582Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3925730Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3925877Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3926022Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3926167Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3926314Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3926464Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3926611Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3926741Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3926890Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3927034Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3927187Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3927330Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3927477Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3927624Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3927838Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3927970Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3928111Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3928253Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3928399Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3928552Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3928700Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3928856Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3929005Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3929156Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3929291Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3929439Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3929590Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3929737Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3929889Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3930037Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3930184Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3930331Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3930463Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3930609Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3930753Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3930894Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3931040Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3931179Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3931327Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3931472Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3931627Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3931769Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3931921Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3932065Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3932212Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3932354Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3932495Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3932639Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3932779Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3932977Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3933124Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3933275Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3933424Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3933571Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3933713Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3933861Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3934008Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3934143Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3934299Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3934446Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3934598Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3934749Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3934900Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3935049Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3935196Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3935343Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3935480Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3935623Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3935763Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3935907Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3936051Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3936200Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3936342Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3936496Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3936636Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3936791Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3936941Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3937092Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3937241Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3937386Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3937533Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3937678Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3937812Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3937958Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3938170Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3938345Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3938499Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3938644Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3938787Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3938928Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3939076Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3939276Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3939429Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3939585Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3939731Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3939881Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3940053Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3940221Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3940383Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3940538Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.3940688Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3940842Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3941000Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3941153Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3941300Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3941447Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3941594Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3941740Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3941871Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3942014Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3942164Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3942307Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3942453Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3942598Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3942740Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3942881Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3943011Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3943149Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3943288Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3943489Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3943627Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3943783Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3943934Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3944084Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3944222Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3944360Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3944512Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3944663Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3944818Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3944967Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3945116Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3945263Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3945407Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3945534Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3945680Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3945818Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3945976Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3946133Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3946296Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3946457Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3946615Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3946757Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3946912Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3947065Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3947214Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3947370Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3947519Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3947669Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3947820Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3947969Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3948105Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3948264Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3948418Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3948570Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3948786Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3948942Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3949097Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3949245Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3949380Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3949528Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3949675Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3949824Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3949975Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3950124Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3950281Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3950435Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3950586Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3950722Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3950873Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3951017Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3951162Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3951311Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3951459Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3951606Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3951764Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3951904Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3952059Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3952242Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3952563Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3952740Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3952900Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3953052Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3953202Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3953341Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3953497Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3953650Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3953806Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3953960Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3954170Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3954356Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3954510Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3954660Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3954797Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3954950Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3955105Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3955257Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3955414Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3955573Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3955731Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3955885Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3956022Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3956169Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3956318Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3956467Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3956618Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3956767Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3956917Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3957106Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3957289Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3957466Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3957654Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3957839Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3958022Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3958208Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3958389Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3958570Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3958745Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3958923Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3959095Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.3959239Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3959451Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3959605Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3959756Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3959905Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3960050Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3960198Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3960346Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3960483Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3960633Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3960783Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3960936Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3961090Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3961240Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3961387Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3961533Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3961681Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3961815Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3961964Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3962115Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3962264Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3962410Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3962558Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3962707Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3962850Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3962980Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3963125Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3963278Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3963424Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3963576Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3963721Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3963872Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3964021Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3964156Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3964307Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3964453Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3964654Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3964793Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3964937Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3965078Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3965225Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3965369Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3965509Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3965663Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3965810Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3965960Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3966105Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3966245Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3966383Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3966526Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3966652Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3966813Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3966967Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3967130Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3967292Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3967451Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3967609Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3967767Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3967922Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3968062Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3968212Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3968368Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3968528Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3968678Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3968825Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3968973Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3969121Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3969255Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3969402Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3969550Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3969725Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3969900Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3970048Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3970195Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3970349Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3970490Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3970643Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3970793Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3970941Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3971093Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3971243Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3971387Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3971534Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3971677Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3971808Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3971979Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3972149Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3972316Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3972492Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3972660Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3972827Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3972992Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3973154Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3973313Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3973481Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3973656Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3973819Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3973982Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3974147Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3974316Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3974481Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3974650Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3974806Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3975029Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3975194Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3975357Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3975522Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3975687Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3975853Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3976009Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3976162Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3976311Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3976469Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3976623Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3976774Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3976927Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3977077Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3977228Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3977382Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3977522Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3977675Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3977828Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3977976Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3978127Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3978280Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3978425Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3978572Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3978705Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3978851Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3978997Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3979223Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3979395Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3979566Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3979730Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3979887Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3980054Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3980236Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3980444Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3980621Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3980795Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3980975Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3981143Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3981323Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3981505Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3981680Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3981852Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3982022Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3982187Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3982355Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3982522Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3982685Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3982861Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3983037Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3983203Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3983363Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3983529Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3983698Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3983859Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3984024Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3984182Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3984345Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3984509Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3984671Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3984831Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3984993Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3985151Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3985316Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3985546Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3985694Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3985855Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3986013Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3986165Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3986330Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3986492Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3986681Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3986874Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3987055Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:16:31.3987209Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3987375Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3987536Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3987717Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3987894Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3988063Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3988228Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3988388Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3988560Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3988719Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3988888Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3989062Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3989232Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3989408Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3989578Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3989753Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3989926Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3990095Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3990252Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3990415Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3990613Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3990812Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3990980Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3991146Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3991313Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3991488Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3991665Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3991828Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3992003Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3992174Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3992343Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3992639Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3992813Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3992982Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3993150Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3993327Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3993489Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3993659Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3993830Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3993994Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3994161Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3994332Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3994504Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.3994681Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3994850Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3995010Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3995180Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3995349Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3995516Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3995680Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3995848Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3996112Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3996288Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3996456Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3996615Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3996783Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3996951Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3997117Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3997288Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3997457Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3997625Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3997796Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3997960Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3998120Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3998292Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3998459Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3998630Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3998799Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3998966Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3999133Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3999304Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3999471Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3999632Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3999802Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.3999974Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4000139Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4000304Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4000471Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4000640Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4000811Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4000977Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4001189Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4001361Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4001527Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4001689Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4001853Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4002020Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4002188Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4002343Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4002507Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4002654Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4002810Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4002964Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4003118Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4003271Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4003423Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4003574Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4003727Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4003879Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4004018Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4004173Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4004323Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4004475Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4004625Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4004776Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4004927Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4005081Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4005220Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4005369Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4005518Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4005667Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4005812Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4005963Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4006114Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4006289Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4006467Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4006606Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4006754Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4006901Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4007048Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4007190Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4007335Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4007478Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4007640Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4007785Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4007947Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4008110Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4008269Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4008428Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4008585Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4008738Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4008893Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4009045Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4009188Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4009342Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4009490Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4009640Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4009789Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4009936Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4010080Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4010231Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4010369Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4010515Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4010680Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4010845Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4011002Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4011167Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4011322Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4011512Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4011707Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4011863Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4012030Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4012180Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4012328Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4012480Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4012632Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4012781Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4012934Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4013070Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4013212Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4013361Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4013507Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4013654Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4013804Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4013950Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4014102Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4014253Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4014393Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4014539Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4014681Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4014828Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4014974Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4015118Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4015258Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4015405Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4015541Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4015692Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4015837Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4015992Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4016143Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4016293Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4016441Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4016588Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4016808Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4016952Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4017099Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4017244Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4017389Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4017542Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4017693Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4017851Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4018008Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4018152Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4018303Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4018453Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4018602Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4018751Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4018903Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4019051Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4019271Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4019409Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4019561Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4019712Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4019857Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4020004Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4020146Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4020285Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4020431Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4020572Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4020717Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4020866Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4021019Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4021173Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4021322Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4021470Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4021615Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4021762Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4021899Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4022120Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4022268Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4022413Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4022565Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4022713Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4022861Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4023007Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4023139Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4023283Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4023425Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4023568Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4023706Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4023854Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4023993Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4024145Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4024298Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4024436Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4024586Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4024735Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4024877Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4025015Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4025156Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4025296Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4025445Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4025573Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4025725Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4025877Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4026027Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4026174Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4026316Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4026456Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4026593Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4026723Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4026863Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4027023Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4027240Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4027401Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4027560Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4027719Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4027878Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4028036Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4028183Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4028345Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4028514Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4028675Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4028834Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4028989Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4029141Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4029298Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4029460Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4029606Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4029773Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4029932Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4030091Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4030247Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4030402Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4030558Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4030717Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4030875Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4031031Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4031191Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4031349Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4031502Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4031656Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4031813Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4031972Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4032130Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4032336Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4032648Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4032841Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4032998Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4033152Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4033309Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4033467Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4033629Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4033788Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4033935Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4034094Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4034253Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4034407Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4034562Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4034715Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4034869Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4035028Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4035190Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4035337Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4035495Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4035653Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4035808Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4035962Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4036118Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4036276Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4036434Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4036575Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4036731Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4036887Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4037040Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4037189Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4037341Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4037496Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4037750Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4037907Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4038048Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4038201Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4038351Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4038501Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4038651Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4038800Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4038956Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4039113Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4039267Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4039411Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4039563Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4039713Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4039864Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4040017Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4040177Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4040347Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4040505Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4040652Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4040812Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4040971Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4041128Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4041288Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4041462Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4041639Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4041811Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4041983Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4042143Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4042311Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4042483Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4042653Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4042851Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4043050Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4043224Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4043391Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4043558Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4043711Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4043882Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4044046Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4044219Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4044391Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4044565Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4044735Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4044902Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4045069Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4045227Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4045397Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4045563Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4045735Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4045904Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4046070Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4046237Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4046401Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4046571Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4046742Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4046892Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4047048Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4047206Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4047364Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4047522Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4047677Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4047828Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4048038Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4048178Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4048337Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4048497Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4048656Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4048812Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4048969Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4049124Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4049283Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4049439Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4049621Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4049811Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4050001Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4050189Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4050375Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4050568Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4050751Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4050938Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4051127Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4051294Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4051477Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4051653Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4051834Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4052007Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4052185Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4052361Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4052539Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4052716Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4052893Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4053118Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4053296Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4053467Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4053643Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4053817Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4053994Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4054169Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4054345Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4054522Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4054683Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4054855Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4055027Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4055198Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4055367Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4055519Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4055671Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4055824Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4055975Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4056113Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4056263Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4056410Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4056556Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4056698Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4056844Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4056989Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4057141Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4057276Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4057432Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4057586Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4057736Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4057885Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4058030Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4058207Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4058395Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4058547Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4058683Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4058831Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4058978Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4059123Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4059382Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4059534Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4059686Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4059833Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4059967Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4060109Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4060249Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4060394Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4060539Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4060689Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4060830Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4060986Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4061137Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4061276Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4061423Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4061571Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4061713Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4061857Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4062001Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4062145Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4062299Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4062437Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4062584Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4062731Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4062878Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4063025Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4063170Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4063312Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4063491Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4063646Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4063790Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4063931Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4064071Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4064210Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4064348Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4064486Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4064624Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4064752Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4064893Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4065037Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4065179Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4065319Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4065460Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4065600Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4065739Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4065875Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4066001Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4066142Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4066281Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4066420Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4066562Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4066703Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4066849Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4066993Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4067122Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4067265Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4067409Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4067552Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4067689Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4067828Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4067966Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4068104Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4068228Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4068372Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4068514Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4068654Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4068849Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4068987Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4069126Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4069263Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4069386Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4069525Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4069667Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4069808Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4069948Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4070092Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4070236Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4070376Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4070505Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4070644Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4070782Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4070928Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4071070Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4071210Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4071351Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4071493Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4071622Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4071759Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4071896Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4072033Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4072169Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4072307Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4072444Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4072704Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4072832Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4072968Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4073102Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4073234Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4073366Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4073502Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4073649Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4073794Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4073934Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4074119Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4074304Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4074455Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4074603Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4074750Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4074891Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4075030Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4075175Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4075303Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4075445Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4075590Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4075729Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4075878Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4076018Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4076171Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4076323Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4076459Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4076607Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4076754Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4076898Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4077036Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4077178Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4077316Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4077464Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4077591Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4077744Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4077896Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4078052Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4078200Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4078345Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4078486Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4078625Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4078765Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4078893Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4079041Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4079182Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4079392Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4079544Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4079693Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4079840Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4079981Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4080115Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4110187Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4110402Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4110565Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4110716Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4110870Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4111020Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4111179Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4111320Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4111474Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4111623Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4111772Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4111921Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4112067Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4112212Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4112353Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4112636Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4112785Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4112940Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4113093Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4113245Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4113399Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4113552Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4113699Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4113842Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4113977Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4114120Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4114275Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4114423Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4114576Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4114877Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4115071Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4115224Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4115360Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4115504Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4115644Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4115789Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4115932Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4116083Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4116235Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4116390Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4116531Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4116681Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4116833Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4116980Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4117125Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4117267Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4117415Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4117562Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4117717Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4117854Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4118013Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4118170Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4118327Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4118481Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4118634Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4118784Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4118937Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4119074Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4119225Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4119373Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4119522Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4119675Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4119827Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4119980Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4120186Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4120338Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4120474Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4120624Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4120774Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4120925Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4121078Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4121228Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4121377Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4121530Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4121664Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4121811Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4121954Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4122095Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4122241Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4122382Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4122533Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4122680Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4122821Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4122974Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4123120Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4123266Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4123412Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4123559Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4123702Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4123844Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4123994Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4124125Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4124275Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4124422Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4124568Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4124714Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4124859Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4125003Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4125146Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4125312Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4125506Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4125655Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4125809Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4125963Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4126114Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4126264Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4126414Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4126552Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4126704Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4126849Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4126991Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4127135Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4127278Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4127427Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4127574Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4127727Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4127866Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4128025Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4128174Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4128324Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4128471Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4128618Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4128761Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4128903Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4129034Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4129175Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4129328Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4129473Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4129625Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4129778Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4129928Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4130077Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4130213Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4130360Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4130508Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4130734Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4130876Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4131023Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4131165Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4131329Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4131489Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4131643Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4131811Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4131981Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4132144Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4132306Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4132466Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4132625Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4132782Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4132923Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4133081Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4133236Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4133383Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4133523Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4133672Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4133819Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4133965Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4134109Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4134243Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4134381Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4134522Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4134667Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4134803Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4134947Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4135085Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4135234Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4135373Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4135520Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4135667Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4135839Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4136003Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4136140Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4136278Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4136409Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4136551Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4136692Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4136838Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4136981Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4137133Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4137274Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4137417Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4137557Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4137702Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4137835Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4137986Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4138128Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4138274Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4138422Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4138565Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4138707Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4138846Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4138981Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4139123Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4139368Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4139511Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4139664Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4139812Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4139958Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4140102Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4140245Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4140383Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4140522Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4140661Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4140802Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4140980Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4141151Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4141293Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4141433Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4141567Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4141702Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4141841Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4141975Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4142106Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4142244Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4142378Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4142521Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4142654Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4142793Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4142932Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4143074Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4143210Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4143342Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4143482Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4143619Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4143759Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4143900Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4144044Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4144187Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4144327Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4144468Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4144609Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4144756Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4144895Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4145032Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4145171Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4145311Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4145449Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4145588Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4145727Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4145863Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4146052Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4146186Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4146320Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4146460Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4146600Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4146746Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4146890Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4147032Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4147170Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4147307Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4147442Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4147574Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4147712Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4147844Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4147986Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4148127Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4148268Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4148410Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4148549Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4148683Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4148814Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4148952Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4149084Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4149225Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4149362Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4149508Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4149651Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4149797Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4149937Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4150079Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4150219Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4150359Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4150493Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4150626Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4150759Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4150919Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4151089Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4151229Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4151375Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4151520Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4151665Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4151804Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4151946Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4152081Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4152223Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4152360Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4152591Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4152730Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4152862Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4153005Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4153144Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4153280Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4153419Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4153557Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4153689Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4153826Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4153959Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4154099Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4154242Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4154379Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4154519Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4154661Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4154808Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4154947Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4155088Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4155227Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4155366Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4155512Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4155652Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4155793Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4155981Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4156154Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4156295Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4156428Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4156561Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4156699Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4156827Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4156964Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4157098Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4157236Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4157373Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4157509Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4157639Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4157769Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4157899Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4158035Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4158179Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4158324Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4158472Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4158614Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4158751Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4158896Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4159040Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4159173Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4159308Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4159439Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4159577Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4159715Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4159848Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4159985Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4160117Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4160260Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4160402Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4160554Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4160707Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4160857Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4161030Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4161212Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4161356Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4161498Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4161637Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4161780Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4161921Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4162060Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4162202Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4162346Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4162490Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4162635Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4162775Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4162916Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4163055Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4163196Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4163334Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4163471Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4163606Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4163743Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4163873Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4164015Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4164154Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4164299Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4164442Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4164583Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4164725Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4164865Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4165004Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4165135Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4165269Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4165408Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4165542Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4165689Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4165831Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4166004Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4166190Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4166329Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4166473Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4166616Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4166758Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4166901Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4167042Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4167188Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4167332Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4167473Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4167616Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4167756Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4167897Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4168039Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4168180Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4168321Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4168463Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4168608Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4168743Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4168888Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4169031Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4169173Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4169315Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4169456Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4169596Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4169742Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4169877Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4170019Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4170157Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4170296Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4170479Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4170655Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4170834Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4171073Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4171249Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4171419Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4171592Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4171767Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4171935Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4172099Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4172273Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4172438Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4172586Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4172729Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4172873Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4173012Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4173152Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4173292Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4173436Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4173578Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4173719Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4173860Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4173998Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4174137Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4174281Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4174421Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4174561Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4174704Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4174837Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4174969Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4175106Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4175234Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4175377Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4175516Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4175657Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4175796Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4175993Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4176129Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4176264Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4176402Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4176530Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4176670Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4176811Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4176961Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4177104Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4177249Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4177388Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4177526Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4177655Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4177787Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4177922Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4178056Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4178199Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4178335Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4178482Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4178623Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4178756Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4178891Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4179030Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4179250Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4179385Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4179523Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4179659Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4179813Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4179960Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4180110Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4180263Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4180415Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4180565Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4180709Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4180855Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4181063Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4181206Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4181345Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4181486Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4181630Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4181770Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4181911Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4182053Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4182193Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4182332Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4182464Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4182598Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4182731Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4182874Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4183014Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4183158Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4183301Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4183449Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4183593Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4183730Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4183871Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4184009Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4184143Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4184277Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4184415Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4184547Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4184713Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4184873Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4185035Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4185195Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4185349Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4185499Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4185656Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4185807Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4186022Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4186187Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4186340Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4186499Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4186651Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4186801Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4186958Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4187110Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4187277Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4187436Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4187594Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4187746Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4187899Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4188051Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4188209Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4188361Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4188515Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4188659Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4188807Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4188954Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4189092Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4189238Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4189380Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4189520Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4189668Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4189812Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4189953Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4190098Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4190235Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4190379Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4190519Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4190652Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4190785Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4190976Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4191113Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4191246Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4191383Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4191508Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4191670Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4191831Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4191985Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4192139Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4192297Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4192448Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4192843Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4193005Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4193173Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4193345Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4193520Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4193700Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4193872Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4194046Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4194218Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4194388Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4194558Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4194714Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4194880Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4195062Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4195236Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4195410Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4195574Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4195735Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4195904Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4196058Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4196271Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4196480Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4196650Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4196812Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4196978Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4197135Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4197291Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4197453Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4197597Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4197763Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4197927Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4198087Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4198247Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4198407Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4198561Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4198723Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4198889Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4199045Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4199209Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4199368Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4199528Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4199690Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4199848Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4200029Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4200212Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4200377Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4200527Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4200687Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4200860Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4201031Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4201200Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4201377Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4201607Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4201781Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4201951Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4202113Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4202286Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4202454Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4202624Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4202801Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4202972Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4203140Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4203308Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4203474Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4203630Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4203806Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4203983Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4204164Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4204338Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4204511Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4204680Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4204849Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4205019Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4205176Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4205347Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4205522Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4205696Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4205867Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4206037Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4206206Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4206372Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4206542Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4206782Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4206958Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4207128Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4207301Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4207472Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4207641Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4207811Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4207978Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4208153Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4208307Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4208482Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4208651Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4208825Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4208998Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4209166Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4209339Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4209507Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4209677Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4209831Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4210007Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4210175Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4210346Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4210516Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4210686Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4210855Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4211019Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4211186Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4211339Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4211513Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4211682Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4211851Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4212075Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4212241Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4212411Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4212575Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4212744Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4212895Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4213071Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4213243Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4213415Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4213586Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4213757Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4213927Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4214090Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4214259Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4214411Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4214571Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4214733Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4214892Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4215050Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4215203Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4215356Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4215506Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4215657Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4215796Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4215952Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4216104Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4216254Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4216406Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4216556Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4216710Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4216862Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4217002Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4217177Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4217355Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4217507Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4217657Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4217804Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4217951Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4218098Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4218249Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4218387Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4218544Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4218694Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4218841Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4218989Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4219220Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4219366Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4219507Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4219641Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4219782Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4219948Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4220105Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4220269Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4220431Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4220591Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4220748Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4220887Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4221045Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4221201Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4221353Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4221511Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4221665Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4221816Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4221966Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4222117Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4222252Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4222396Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4222600Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4222749Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4222891Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4223056Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4223219Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4223379Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4223526Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4223683Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4223842Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4224013Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4224180Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4224347Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4224499Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4224650Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4224804Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4224945Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4225096Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4225252Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4225401Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4225547Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4225689Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4225835Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4225978Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4226128Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4226263Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4226416Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4226567Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4226718Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4226863Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4227002Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4227141Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4227287Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4227415Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4227554Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4227727Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4227893Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4228046Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4228197Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4228350Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4228504Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4228640Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4228793Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4228940Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4229089Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4229234Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4229374Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4229520Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4229661Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4229814Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4229954Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4230112Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4230268Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4230425Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4230576Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4230725Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4230876Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4231026Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4231164Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4231313Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4231460Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4231605Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4231757Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4231904Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4232052Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4232198Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4232328Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4232587Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4232734Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4232876Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4233031Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4233279Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4233436Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4233589Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4233740Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4233877Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4234026Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4234176Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4234325Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4234476Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4234627Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4234775Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4234926Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4235064Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4235212Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4235355Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4235500Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4235642Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4235783Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4235932Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4236072Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4236209Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4236356Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4236507Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4236661Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4236809Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4236960Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4237111Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4237255Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4237395Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4237526Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4237669Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4237820Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4237967Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4238120Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4238272Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4238492Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4238644Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4238776Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4238918Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4239059Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4239206Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4239348Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4239508Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4239671Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4239840Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4239988Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4240150Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4240309Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4240469Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4240627Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4240791Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4240956Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4241121Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4241280Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4241427Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4241588Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4241746Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4241904Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4242064Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4242227Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4242390Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4242547Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4242707Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4242848Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4243009Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4243164Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4243323Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4243486Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4243702Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4243860Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4244019Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4244174Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4244318Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4244472Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4244631Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4244791Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4244952Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4245107Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4245266Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4245420Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4245563Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4245718Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4245880Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4246036Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4246198Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4246357Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4246511Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4246666Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4246818Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4246960Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4247111Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4247266Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4247429Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4247591Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4247750Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4247907Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4248060Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4248215Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4248354Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4248515Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4248671Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4248882Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4249038Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4249193Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4249348Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4249498Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4249638Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4249786Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4249940Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4250097Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4250252Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4250404Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4250555Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4250705Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4250856Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4250993Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4251150Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4251307Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4251467Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4251622Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4251774Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4251924Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4252075Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4252211Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4252374Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4252538Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4252700Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4252866Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4253028Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4253189Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4253348Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4253508Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4253669Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4253844Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4254076Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4254250Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4254422Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4254590Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4254760Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4254931Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4255103Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4255262Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4255438Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4255606Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4255775Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4255938Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4256107Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4256280Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4256449Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4256624Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4256781Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4256951Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4257118Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4257284Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4257452Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4257621Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4257790Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4257966Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4258139Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4258294Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4258466Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4258631Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4258800Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4258971Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4259243Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4259437Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4259598Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4259759Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4259902Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4260061Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4260216Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4260371Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4260525Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4260683Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4260843Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4261006Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4261164Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4261307Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4261460Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4261613Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4261765Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4261966Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4262157Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4262352Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4262542Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4262732Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4262907Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4263094Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4263285Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4263472Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4263654Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4263836Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4264015Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4264192Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4264370Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4264595Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4264776Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4264952Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4265130Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4265311Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4265488Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4265663Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4265847Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4266021Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4266196Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4266357Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4266532Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4266707Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4266881Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4267059Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4267232Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4267401Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4267572Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4267738Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4267877Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4268027Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4268180Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4268334Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4268489Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4268638Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4268786Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4268929Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4269058Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4269204Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4269345Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4269498Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4269711Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4269869Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4270025Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4270177Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4270330Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4270469Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4270618Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4270767Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4270916Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4271068Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4271215Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4271363Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4271510Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4271648Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4271800Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4271946Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4272089Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4272235Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4272381Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4272715Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4272862Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4272988Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4273141Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4273290Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4273443Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4273598Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4273752Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4273903Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4274051Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4274197Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4274325Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4274470Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4274613Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4274768Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4274920Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4275119Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4275298Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4275443Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4275570Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4275717Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4275859Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4276004Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4276145Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4276292Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4276441Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4276585Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4276714Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4276856Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4276995Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4277134Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4277269Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4277411Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4277545Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4277694Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4277831Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4277984Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4278134Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4278284Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4278433Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4278577Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4278718Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4278865Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4279006Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4279137Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4279282Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4279427Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4279568Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4279713Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4279862Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4280009Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4280154Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4280284Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4280459Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4280628Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4280771Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4280912Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4281052Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4281192Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4281330Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4281465Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4281607Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4281758Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4281908Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4282051Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4282194Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4282337Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4282478Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4282605Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4282748Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4282888Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4283028Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4283181Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4283326Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4283474Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4283618Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4283747Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4283891Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4284032Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4284171Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4284314Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4284464Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4284617Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4284761Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4284910Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4285041Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4285183Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4285331Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4285473Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4285613Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4285809Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4285956Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4286102Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4286232Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4286385Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4286535Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4286679Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4286822Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4286964Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4287111Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4287259Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4287391Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4287534Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4287674Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4287819Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4288004Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4288182Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4288368Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4288553Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4288731Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4288895Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4289075Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4289250Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4289426Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4289600Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4289779Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4289951Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4290101Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4290245Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4290378Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4290520Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4290664Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4290807Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4291008Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4291177Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4291320Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4291465Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4291592Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4291742Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4291888Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4292030Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4292173Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4292315Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4292459Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4292601Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4292726Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4292866Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4293014Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4293155Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4293298Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4293442Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4293580Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4293726Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4293853Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4293996Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4294134Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4294276Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4294416Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4294564Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4294710Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4294853Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4294984Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4295124Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4295262Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4295400Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4295539Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4295676Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4295819Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4295961Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4296107Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4296236Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4296429Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4296572Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4296710Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4296849Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4296985Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4297124Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4297259Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4297399Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4297550Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4297708Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4297864Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4298017Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4298167Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4298316Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4298464Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4298596Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4298738Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4298885Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4299033Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4299256Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4299401Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4299547Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4299690Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4299817Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4299960Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4300102Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4300242Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4300385Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4300533Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4300673Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4300822Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4300956Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4301099Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4301243Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4301390Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4301533Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4301705Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4301870Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4302011Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4302152Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4302279Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4302445Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4302610Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4302773Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4302934Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4303099Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4303261Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4303420Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4303564Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4303730Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4303891Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4304051Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4304211Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4304370Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4304530Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4304690Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4304851Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4305005Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4305167Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4305328Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4305488Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4305647Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4305806Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4305964Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4306121Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4306273Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4306408Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4306557Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4306706Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4306855Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4307030Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4307212Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4307355Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4307504Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4307632Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4307777Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4307923Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4308067Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4308213Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4308356Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4308500Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4308640Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4308765Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4308903Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4309038Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4309179Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4309313Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4309475Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4309637Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4309800Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4309945Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4310104Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4310261Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4310431Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4310599Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4310761Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4310933Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4311108Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4311271Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4311424Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4311590Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4311747Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4311909Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4312069Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4312258Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4312445Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4312729Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4312898Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4313047Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4313208Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4313367Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4313528Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4313689Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4313853Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4314017Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4314175Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4314330Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4314474Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4314631Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4314783Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4314939Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4315095Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4315255Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4315413Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4315571Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4315714Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4315869Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4316020Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4316174Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4316328Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4316488Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4316649Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4316807Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4316964Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4317107Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4317264Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4317437Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4317658Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4317851Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4318010Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4318167Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4318332Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4318483Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4318644Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4318811Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4318983Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4319148Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4319311Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4319478Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4319641Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4319803Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4319947Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4320102Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4320265Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4320427Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4320588Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4320750Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4320910Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4321080Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4321254Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4321411Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4321580Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4321745Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4321910Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4322071Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4322228Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4322390Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4322552Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4322719Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4322901Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4323089Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4323253Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4323415Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4323577Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4323741Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4323901Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4324074Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4324239Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4324393Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4324555Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4324715Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4324877Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4325041Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4325203Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4325362Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4325532Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4325684Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4325852Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4326014Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4326175Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4326336Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4326496Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4326656Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4326819Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4326987Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4327135Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4327301Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4327461Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4327622Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4327783Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4327943Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4328131Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4328317Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4328486Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4328634Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4328800Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4328961Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4329121Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4329281Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4329444Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4329605Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4329764Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4329930Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4330079Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4330244Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4330403Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4330565Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4330728Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4330889Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4331048Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4331206Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4331342Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4331496Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4331648Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4331799Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4331948Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4332098Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4332244Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4332392Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4332536Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4332664Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4332810Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4332956Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4333107Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4333253Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4333455Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4333601Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4333742Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4333874Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4334018Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4334162Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4334304Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4334448Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4334589Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4334731Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4334878Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4335010Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4335154Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4335298Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4335441Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4335584Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4335725Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4335866Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4336010Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4336138Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4336278Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4336433Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4336582Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4336738Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4336895Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4337049Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4337200Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4337354Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4337493Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4337638Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4337781Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4337928Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4338072Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4338220Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4338363Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4338507Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4338665Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4338837Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4338979Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4339120Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4339328Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4339489Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4339646Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4339804Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4339949Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4340106Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4340262Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4340423Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4340588Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4340749Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4340896Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4341037Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4341188Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4341323Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4341476Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4341621Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4341765Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4341909Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4342050Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4342191Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4342333Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4342465Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4342608Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4342759Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4342905Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4343049Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4343191Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4343332Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4343471Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4343598Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4343742Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4343877Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4344017Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4344225Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4344373Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4344514Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4344667Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4344803Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4344947Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4345091Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4345233Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4345375Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4345520Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4345664Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4345806Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4345931Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4346081Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4346226Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4346376Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4346526Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4346672Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4346817Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4346965Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4347093Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4347237Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4347383Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4347525Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4347668Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4347809Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4347953Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4348097Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4348242Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4348368Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4348508Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4348648Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4348788Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4348925Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4349074Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4349216Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4349361Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4349550Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4349695Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4349839Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4349983Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4350125Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4350265Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4350407Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4350551Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4350678Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4350827Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4350970Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4351111Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4351252Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4351390Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4351527Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4351662Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4351786Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4351922Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4352067Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4352207Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4352354Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4352613Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4352758Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4352900Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4353028Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4353168Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4353309Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4353448Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4353591Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4353734Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4353874Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4354023Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4354158Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4354299Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4354443Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4354583Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4354726Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4354914Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4355092Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4355231Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4355371Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4355529Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4355688Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4355842Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4355995Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4356148Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4356303Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4356456Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4356612Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4356756Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4356913Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4357069Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4357222Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4357371Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4357523Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4357674Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4357824Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4357979Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4358119Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4358266Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4358417Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4358563Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4358716Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4358866Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4359012Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4359165Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4359306Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4359452Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4359601Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4359744Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4359892Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4360078Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4360250Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4360405Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4360557Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4360689Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4360839Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4360984Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4361130Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4361278Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4361435Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4361585Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4361737Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4361875Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4362026Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4362175Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4362324Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4362472Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4362621Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4362774Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4362926Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4363066Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4363218Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4363367Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4363517Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4363666Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4363816Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4363974Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4364124Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4364272Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4364409Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4364555Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4364700Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4364840Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4364987Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4365127Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4365303Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4365478Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4365615Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4365762Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4365904Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4366045Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4366189Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4366329Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4366470Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4366621Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4366759Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4366903Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4367045Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4367184Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4367329Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4367470Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4367626Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4367784Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4367943Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4368083Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4368238Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4368388Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4368541Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4368695Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4368862Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4369032Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4369202Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4369370Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4369520Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4369677Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4369842Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4370002Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4370161Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4370329Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4370528Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4370748Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4370898Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4371058Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4371222Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4371382Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4371543Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4371712Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4371887Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4372048Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4372208Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4372352Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4372514Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4372674Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4372835Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4373002Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4373173Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4373336Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4373495Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4373653Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4373801Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4373959Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4374114Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4374266Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4374423Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4374574Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4374724Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4374874Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4375023Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4375158Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4375308Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4375458Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4375609Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4375820Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4375971Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4376123Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4376273Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4376411Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4376560Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4376748Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4376932Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4377121Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4377304Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4377484Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4377670Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4377851Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4378017Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4378200Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4378377Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4378555Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4378730Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4378904Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4379080Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4379330Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4379505Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4379661Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4379835Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4380011Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4380185Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4380352Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4380523Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4380690Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4380858Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4381093Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4381250Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4381421Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4381591Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4381764Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4381927Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4382087Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4382253Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4382418Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4382563Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4382691Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4382839Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4382986Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4383131Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4383274Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4383415Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4383558Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4383703Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4383831Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4383972Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4384121Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4384264Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4384413Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4384561Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4384707Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4384849Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4384991Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4385125Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4385268Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4385412Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4385555Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4385698Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4385841Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4385985Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4386133Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4386292Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4386460Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4386604Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4386743Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4386881Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4387018Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4387157Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4387291Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4387422Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4387562Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4387712Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4387859Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4388004Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4388146Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4388287Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4388424Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4388551Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4388692Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4388832Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4388978Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4389122Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4389264Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4389405Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4389545Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4389673Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4389814Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4389953Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4390090Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4390218Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4390357Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4390527Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4390715Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4390887Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4391053Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4391216Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4391381Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4391545Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4391787Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4391975Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4392138Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4392307Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4392599Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4392789Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4392975Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4393145Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4393313Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4393480Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4393651Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4393820Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4393984Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4394130Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4394287Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4394445Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4394636Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4394821Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4394986Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4395152Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4395318Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4395506Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4395678Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4395847Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4396011Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4396174Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4396357Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4396543Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4396707Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4396871Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4397036Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4397300Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4397483Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4397648Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4397809Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4397969Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4398130Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4398293Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4398456Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4398634Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4398788Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4398953Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4399119Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4399281Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4399459Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4399638Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4399818Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4400000Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4400178Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4400338Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4400500Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4400668Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4400833Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4400994Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4401160Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4401325Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4401493Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4401657Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4401806Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4401968Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4402139Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4402309Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4402501Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4402704Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4402871Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4403034Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4403195Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4403345Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4403506Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4403668Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4403836Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4404001Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4404162Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4404330Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4404497Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4404644Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4404809Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4404971Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4405136Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4405299Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4405480Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4405664Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4405849Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4406014Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4406164Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4406345Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4406516Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4406677Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4406838Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4407008Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4407177Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4407337Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4407499Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4407647Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4407870Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4408035Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4408195Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4408375Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4408556Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4408735Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4408909Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4409077Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4409235Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4409396Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4409554Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4409718Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4409883Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4410045Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4410214Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4410384Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4410559Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4410720Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4410893Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4411061Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4411226Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4411387Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4411552Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4411717Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4411889Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4412052Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4412199Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4412359Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4412523Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4412688Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4412855Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4413042Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4413226Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4413384Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4413554Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4413712Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4413877Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4414040Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4414210Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4414384Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4414551Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4414713Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4414881Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4415052Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4415209Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4415375Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4415536Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4415698Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4415903Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4416105Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4416304Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4416502Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4416702Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4416886Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4417076Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4417242Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4417402Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4417562Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4417728Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4417898Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4418061Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4418250Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4418437Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4418601Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4418760Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4418918Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4419102Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4419374Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4419542Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4419710Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4419872Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4420028Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4420194Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4420360Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4420524Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4420702Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4420879Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4421060Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4421233Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4421407Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4421565Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4421733Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4421896Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4422057Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4422262Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4422469Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4422672Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4422873Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4423071Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4423253Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4423452Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4423713Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4423909Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:16:31.4424082Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4424251Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4424420Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4424588Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4424752Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4424924Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4425079Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4425242Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4425405Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4425569Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4425751Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4425936Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4426116Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4426299Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4426480Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4426648Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4426843Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4427035Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4427224Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4427413Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4427602Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4427787Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4427967Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4428144Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4428314Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4428496Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4428676Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4428882Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4429088Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4429267Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4429444Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4429622Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4429797Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4429992Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4430187Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4430371Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4430547Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4430723Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4430909Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4431093Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4431271Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4431453Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4431648Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4431824Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4432008Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4432189Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4432367Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4432673Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4432868Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4433061Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4433247Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4433430Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4433612Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4433783Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4433964Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4434146Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4434402Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4434581Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4434781Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4434985Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4435185Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4435387Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4435574Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4435772Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4435976Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4436176Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4436370Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4436570Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4436767Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4436969Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4437143Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4437319Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4437483Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4437653Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4437818Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4437983Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4438172Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4438341Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4438510Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4438670Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4438838Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4438988Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4439154Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4439317Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4439535Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4439700Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4439891Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4440085Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4440275Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4440449Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4440609Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4440784Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4440953Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4441119Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.4441280Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4441459Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4441638Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4441815Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4441993Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4442161Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4442338Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4442521Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4442701Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4442881Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4443047Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4443230Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4443415Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4443584Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4443748Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4443913Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4444094Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4444273Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4444451Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4444626Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4444853Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4445026Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4445213Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4445396Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4445553Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4445716Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4445894Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4446073Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4446256Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4446427Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4446597Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4446765Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4446928Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4447076Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4447240Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4447411Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4447576Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4447739Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4447902Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4448068Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4448238Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4448405Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4448555Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4448722Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4448886Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4449052Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4449216Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4449378Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4449543Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4449721Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4449885Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.4450119Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4450299Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4450477Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4450652Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4450827Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4451004Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4451178Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4451353Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4451531Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4451693Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4451866Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4452038Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4452212Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4452384Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4452559Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4452735Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4452906Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4453077Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4453234Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4453403Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4453582Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4453758Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4453949Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4454142Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4454331Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4454522Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4454707Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4454880Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4455064Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4455337Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4455515Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4455688Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4455863Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4456037Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4456213Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4456421Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4456627Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:16:31.4456812Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.4457009Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4457206Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4457403Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4457603Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4457792Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4457989Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4458158Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4458328Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4458484Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4458649Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4458816Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4458986Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4459222Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4459401Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4459569Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4459733Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4459894Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4460062Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4460230Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4460395Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4460560Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4460801Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4460969Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4461139Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:31.4461304Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4461469Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4461619Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4461786Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4461948Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4462112Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4462274Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4462439Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4462603Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4462783Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4462941Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4463086Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4463241Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4463404Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4463561Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4463713Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4463927Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4464143Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4464305Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4464518Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4464692Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4464873Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4465032Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4465193Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4465351Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4465508Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4465659Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4465871Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4466140Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4466293Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4466508Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4466690Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4466872Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4467039Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4467199Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4467364Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4467522Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4467676Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4467874Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4468085Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4468248Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4468461Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4468633Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4468798Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4468960Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4469126Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4469287Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4469433Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4469592Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4469747Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4469963Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4470178Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4470338Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4470549Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4470733Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4470913Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4471076Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4471275Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4471438Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4471597Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4471750Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4471961Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4472170Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4472336Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4472659Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4472843Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4473009Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4473174Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4473335Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4473495Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4473652Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4473804Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4474020Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4474234Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4474394Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4474593Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4474775Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4474956Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4475119Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4475282Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4475442Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4475598Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4475754Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4475970Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4476164Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4476330Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4476622Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4476808Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4476989Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4477152Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4477315Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4477475Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4477634Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4477788Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4477988Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4478204Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4478423Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4478591Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4478753Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4478913Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4479137Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4479357Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4479520Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4479670Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4479832Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4479991Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4480148Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4480301Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4480518Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4480727Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4480890Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4481101Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4481270Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4481421Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4481585Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4481803Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4481963Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4482122Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4482279Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4482435Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4482588Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4482784Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4482994Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4483174Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4483391Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4483571Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4483747Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4483922Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4484095Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4484268Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4484438Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4484608Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4484779Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4484939Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4485155Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4485364Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4485523Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4485734Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4485898Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4486060Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4486218Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4486375Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4486530Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4486685Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4486852Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4487089Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4487300Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4487461Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4487668Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4487846Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4488009Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4488171Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4488330Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4488484Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4488628Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4488779Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4488951Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4489165Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4489344Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4489564Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4489731Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4489894Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4490056Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4490206Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4490369Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4490527Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4490743Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4490959Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4491126Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4491338Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4491500Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4491663Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4491811Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4491970Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4492194Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4492409Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4492621Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4492779Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4492987Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4493145Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4493303Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4493461Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4493603Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4493753Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4493959Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4494166Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4494326Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4494534Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4494696Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4494855Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4495013Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4495156Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4495307Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4495517Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4495725Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4495889Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4496102Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4496264Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4496425Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4496584Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4496731Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4496887Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4497098Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4497364Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4497527Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4497734Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4497891Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4498046Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4498202Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4498347Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4498504Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4498659Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4498867Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4499073Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4499352Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4499564Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4499742Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4499926Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4500086Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4500232Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4500387Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4500540Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4500690Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4500900Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4501108Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4501289Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4501499Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4501660Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4501809Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4501969Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4502125Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4502277Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4502550Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4502761Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4502918Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4503127Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4503291Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4503443Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4503606Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4503767Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4503927Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4504084Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4504238Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4504392Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4504543Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4504753Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4504951Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4505118Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4505279Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4505440Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4505598Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4505752Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4505904Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4506112Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4506327Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4506474Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4506632Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4506791Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4506947Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4507108Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4507268Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4507428Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4507618Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4507799Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4507995Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4508152Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4508306Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4508458Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4508610Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4508762Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4508934Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4509144Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4509309Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4509460Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4509624Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4509792Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4510006Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4510178Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4510352Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4510515Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4510680Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4510838Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4510982Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4511144Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4511304Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4511465Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4511680Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4511893Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4512053Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4512263Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4512429Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4512686Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4512888Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4513083Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4513245Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4513404Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4513561Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4513716Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4513870Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4514081Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4514295Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4514449Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4514659Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4514826Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4514988Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4515148Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4515307Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4515466Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4515626Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4515781Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4515923Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4516130Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4516340Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4516507Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4516720Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4516889Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4517049Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4517205Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4517367Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4517516Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4517678Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4517890Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4518156Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4518323Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4518535Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4518697Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4518857Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4519011Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4519159Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4519322Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4519482Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4519695Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4519909Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4520072Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4520282Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4520448Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4520612Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4520773Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4520923Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4521085Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4521244Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4521403Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4521562Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4521720Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4521935Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4522146Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4522339Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4522521Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4522719Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4522914Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4523105Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4523350Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4523543Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4523731Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4523912Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4530167Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4530408Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4530616Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4530802Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4531024Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4531192Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4531359Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4531509Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4531673Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4531834Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4532059Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4532274Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4532439Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4532651Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4532821Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4532987Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4533136Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4533306Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4533466Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4533625Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4533779Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4533992Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4534205Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4534369Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4534705Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4534869Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4535016Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4535178Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4535339Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4535493Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4535705Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4535918Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4536084Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4536297Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4536462Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4536614Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4536776Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4536937Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4537094Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4537256Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4537410Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4537626Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4537840Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4538000Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4538198Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4538364Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4538533Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4538694Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4538852Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4539010Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4539258Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4539410Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4539620Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4539817Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4540070Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4540290Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4540467Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4540643Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4540813Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4540979Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4541140Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4541312Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4541460Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4541620Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4541840Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4542059Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4542225Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4542437Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4542606Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4542771Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4542930Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4543089Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4543230Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4543441Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4543656Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4543843Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4544027Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4544209Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4544387Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4544565Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4544736Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4544915Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4545197Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4545385Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4545563Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4545741Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4545913Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4546086Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4546256Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4546449Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4546678Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4546845Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4547023Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4547206Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4547378Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4547550Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4547721Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4547911Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4548140Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4548311Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4548527Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4548682Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4548845Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4549009Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4549174Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4549334Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4549491Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4549706Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4549925Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4550087Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4550284Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4550475Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4550643Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4550805Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4550965Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4551119Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4551277Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4551434Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4551590Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4551789Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4552002Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4552184Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4552362Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4552753Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4552927Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4553108Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4553284Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4553475Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4553646Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4553827Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4554007Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4554192Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4554372Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4554553Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4554733Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4554913Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4555098Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4555264Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4555443Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4555623Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4555887Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4556065Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4556240Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4556411Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4556638Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4556865Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4557044Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4557211Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4557387Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4557593Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4557795Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4557971Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4558149Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4558324Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4558515Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4558700Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4558869Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4559053Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4559241Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4559443Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.004s) 2022-12-01T10:16:31.4559623Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4559807Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4559990Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4560172Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4560353Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4560533Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4560751Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4560980Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4561221Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4561413Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4561599Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4561782Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4561962Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4562142Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4562328Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4562512Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4562731Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4562964Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4563150Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4563333Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4563515Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4563705Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4563888Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4564069Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4564298Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4564527Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4564699Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4564930Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4565112Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4565297Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4565478Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4565658Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4565838Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4566070Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4566355Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4566559Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4566742Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4566937Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4567131Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4567322Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4567516Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4567706Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4567895Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4568080Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4568263Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4568494Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4568664Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4568854Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4569035Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4569217Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4569395Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4569624Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4569853Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4570040Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4570269Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4570451Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4570617Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4570798Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4570976Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4571155Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4571449Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4571679Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4571864Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4572089Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4572270Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4572451Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4572619Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4572803Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4572981Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4573211Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4573440Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4573610Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4573784Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4573962Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4574130Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4574296Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4574444Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4574604Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4574768Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4574930Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4575096Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4575319Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4575536Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4575720Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4575936Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4576089Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4576258Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4576423Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4576640Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4576806Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4576969Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4577183Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4577397Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4577559Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4577755Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4577926Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4578093Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4578257Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4578418Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4578580Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4578741Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4578898Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4579057Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4579268Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4579485Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4579697Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4579885Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4580104Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4580281Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4580457Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4580635Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4580803Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4580967Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4581121Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4581286Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4581446Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4581667Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4581967Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4582135Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4582301Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4582464Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4582623Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4582767Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4582922Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4583135Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4583353Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4583530Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4583707Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4583881Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4584056Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4584227Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4584384Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4584570Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4584750Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4584929Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4585093Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4585310Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4585477Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4585642Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4585807Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4585958Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4586120Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4586277Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4586431Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4586644Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4586856Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4587016Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4587285Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4587455Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4587619Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4587784Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4587945Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4588103Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4588259Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4588417Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4588576Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4588727Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4588938Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4589151Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4589303Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4589518Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4589708Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4589899Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4590065Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4590232Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4590395Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4590558Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4590719Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4590920Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4591139Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4591300Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4591510Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4591673Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4591834Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4591995Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4592156Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4592342Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4592643Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4592859Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4593074Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4593242Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4593454Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4593620Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4593792Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4593958Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4594122Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4594269Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4594431Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4594646Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4594860Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4595022Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4595235Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4595399Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4595561Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4595721Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4595878Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4596021Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4596178Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4596333Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4596547Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4596763Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4596929Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4597141Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4597308Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4597473Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4597619Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4597843Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4598001Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4598158Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4598312Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4598524Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4598735Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4598899Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4599114Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4599281Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4599445Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4599606Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4599764Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4599920Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4600078Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4600234Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4600414Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4600628Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4600802Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4600992Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4601175Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4601361Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4601540Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4601721Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4601902Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4602082Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4602308Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4602485Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4602649Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4602824Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4603057Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4603229Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4603453Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4603679Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4603903Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4604079Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4604256Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4604430Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4604588Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4604758Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4604981Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4605205Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4605431Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4605610Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4605785Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4605954Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4606125Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4606282Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4606503Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4606727Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4606953Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4607130Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4607302Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4607472Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4607643Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4607813Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4608033Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4608323Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4608500Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4608720Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4608891Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4609064Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4609233Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4609404Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4609567Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4609785Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4610007Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4610213Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4610391Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4610564Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4610740Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4610906Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4611073Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4611293Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4611513Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4611685Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4611902Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4612065Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4612230Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4612396Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4612557Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4612715Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4612933Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4613155Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4613424Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4613597Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4613762Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4613914Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4614077Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4614236Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4614429Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.000s) 2022-12-01T10:16:31.4614651Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4614872Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4615043Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4615210Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4615380Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4615527Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4615685Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4615907Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4616128Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4616351Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4616527Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4616702Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4616878Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4617054Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4617229Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4617436Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4617661Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4617895Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4618084Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4618266Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4618501Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4618682Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4618857Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4619088Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4619390Z test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4619610Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4619804Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4619986Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4620171Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4620349Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4620523Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4620754Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4620992Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4621226Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4621414Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4621596Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4621763Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4621941Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4622115Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4622349Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4622583Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4622815Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4623002Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4623183Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4623366Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4623626Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4623788Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4624021Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4624260Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4624435Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4624656Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4624832Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4625006Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4625178Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4625343Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4625491Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4625709Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4625932Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4626157Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4626333Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4626506Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4626676Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4626841Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4627003Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4627221Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4627431Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4627639Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4627886Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4628087Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4628289Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4628490Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4628743Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4628941Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4629187Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4629432Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4629672Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4629863Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4630048Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4630237Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4630428Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4630616Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4630854Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4631097Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4631342Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4631534Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4631723Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4631910Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4632087Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4632274Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4632620Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4632862Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4633097Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4633285Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4633467Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4633651Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4633915Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4634094Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4634329Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4634551Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4634736Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4634947Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4635117Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4635283Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4635444Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4635607Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4635765Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4635924Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4636063Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4636274Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4636489Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4636672Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4636886Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4637070Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4637253Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4637418Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4637582Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4637737Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4637900Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4638060Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4638222Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4638435Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4638647Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4638827Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4639091Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4639258Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4639423Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4639570Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4639729Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4639888Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4640045Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4640197Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4640412Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4640624Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4640786Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4640998Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4641150Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.4641317Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:31.4641477Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4641639Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4641798Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4641959Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4642112Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4642324Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4642535Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4642686Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4642850Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4643016Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4643178Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4643336Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4643492Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4643702Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4643914Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:16:31.4644076Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4644291Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.4644456Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.4644621Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4644784Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4644943Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4645103Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4645259Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4645416Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4645574Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4645720Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4645874Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4646038Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4646197Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:16:31.4646365Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:16:31.4646530Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:16:31.4646693Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4646857Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4647005Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4647164Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4647320Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4647478Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4647636Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4647801Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4647963Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:16:31.4648132Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:16:31.4648304Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:16:31.4648455Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4648618Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4648779Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4648941Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4649099Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4649257Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4649413Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4649636Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4649796Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:16:31.4649951Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:16:31.4650118Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:16:31.4650282Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.4650446Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.4650610Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4650771Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4650934Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4651093Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4651236Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.4651396Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4651558Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4651716Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:16:31.4651884Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:16:31.4652049Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:16:31.4652217Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4652381Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4652541Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4652686Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4652843Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4653002Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4653158Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4653326Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4653483Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:16:31.4653672Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4653858Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4654020Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4654169Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4654333Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4654493Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4654653Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4654811Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4655026Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.4655190Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4655349Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:16:31.4655516Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:16:31.4655665Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:16:31.4655827Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4655989Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4656148Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4656311Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4656464Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4656624Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4656778Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4656929Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4657087Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:16:31.4657257Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:16:31.4657426Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:16:31.4657593Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4657755Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4657916Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4658076Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4658235Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4658378Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4658535Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4658703Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4658877Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4659043Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4659315Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4659484Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4659646Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4659809Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4659956Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4660119Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4660313Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4660500Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4660656Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4660814Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4660969Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4661130Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4661274Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4661442Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4661611Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:16:31.4661777Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4661937Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4662098Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4662257Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4662415Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4662571Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4662709Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4662865Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4663029Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4663205Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4663377Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4663555Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.4663735Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:16:31.4663911Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4664085Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4664248Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4664423Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4664594Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4664764Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4664936Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4665107Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4665276Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4665439Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4665630Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:16:31.4665808Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:16:31.4665976Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:16:31.4666135Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4666295Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:16:31.4666453Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4666609Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4666761Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4666919Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4667060Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4667227Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4667386Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4667552Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:16:31.4667719Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:16:31.4667880Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4668042Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4668201Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4668363Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4668505Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4668661Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4668815Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4668982Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4669143Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:16:31.4669311Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4669473Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:16:31.4669637Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4669801Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4669950Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.4670115Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4670276Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4670438Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4670608Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.860s) 2022-12-01T10:16:31.4670773Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:16:31.4670995Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.250s) 2022-12-01T10:16:31.4671162Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:16:31.4671312Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4671477Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4671640Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4671802Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4671962Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4672122Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4672284Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4672447Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4672720Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4672865Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4673024Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4673177Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4673335Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4673489Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4673652Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4673814Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:16:31.4673975Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4674139Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4674284Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4674442Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4674594Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4674751Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4674904Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4675076Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4675238Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4675403Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4675553Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4675716Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4675876Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4676035Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4676195Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4676443Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4676611Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4676768Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.4676925Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.4677070Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4677230Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4677387Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4677544Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4677701Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4677860Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4678013Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4678173Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4678330Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4678482Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:16:31.4678647Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:16:31.4678806Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4678969Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4679132Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4679286Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4679441Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4679598Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4679738Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4679902Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4680061Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:16:31.4680225Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4680393Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4680556Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4680717Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4680874Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4681033Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4681175Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4681336Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4681494Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4681727Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4681894Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:16:31.4682057Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4682218Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4682380Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4682528Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4682685Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4682842Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4682999Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4683158Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4683312Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4683476Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4683639Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4683800Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4683946Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4684105Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4684265Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4684422Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4684577Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4684744Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4684904Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4685066Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4685227Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4685441Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4685658Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4685891Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4686106Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4686335Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:16:31.4686559Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:16:31.4686773Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:16:31.4686992Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:16:31.4687194Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.4687423Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:16:31.4687767Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:16:31.4687994Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:16:31.4688225Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:16:31.4688480Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4688725Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:16:31.4688965Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4689202Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4689422Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4689678Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4689914Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4690083Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:16:31.4690252Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4690416Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.4690574Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4690741Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4690905Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4691059Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4691225Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4691388Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4691554Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4691716Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4691886Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4692052Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:16:31.4692215Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4692385Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4692536Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4692701Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4692861Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4693021Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4693183Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4693345Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4693503Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4693723Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4693899Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4694069Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4694233Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4694396Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4694560Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4694721Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4694881Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4695041Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4695203Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4695348Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4695505Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4695678Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4695841Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:16:31.4696014Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4696178Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4696342Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4696508Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4696673Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4696823Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4696984Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4697147Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4697317Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4697482Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:16:31.4697652Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4697821Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4697982Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4698145Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4698294Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4698456Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4698618Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4698780Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4698948Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4699247Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4699420Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4699586Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4699735Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4699899Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4700062Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4700225Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4700387Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4700553Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4700720Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4700881Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4701041Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4701232Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4701422Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4701625Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4701827Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4702026Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4702223Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4702421Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4702612Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4702805Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4702990Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4703172Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4703359Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4703527Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4703691Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:16:31.4703858Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4704022Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4704187Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4704380Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4704590Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4704741Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4704903Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4705066Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4705227Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:16:31.4705395Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:16:31.4705561Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:16:31.4705725Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4705890Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4706047Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4706192Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4706350Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4706511Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4706667Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4706831Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4706988Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:16:31.4707158Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4707322Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4707468Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4707626Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4707787Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4707945Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4708103Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.4708264Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4708428Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:16:31.4708594Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:16:31.4708761Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:16:31.4708907Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4709068Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4709224Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4709379Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4709534Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4709745Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4709900Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4710060Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4710220Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:16:31.4710371Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:16:31.4710535Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:16:31.4710695Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4710853Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4711014Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4711174Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4711328Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.4711485Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4711623Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4711799Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4711965Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4712140Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.4712319Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4712594Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4712765Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4712934Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4713102Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4713251Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4713411Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4713576Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4713741Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4713907Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4714069Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:16:31.4714233Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4714396Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4714557Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:16:31.4714703Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:16:31.4714863Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:16:31.4715077Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:16:31.4715267Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:16:31.4715456Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.4715641Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4715824Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:16:31.4716005Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:16:31.4716184Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.4716350Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:16:31.4716536Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4716712Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4716896Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:16:31.4717076Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:16:31.4717259Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:16:31.4717432Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:16:31.4717610Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:16:31.4717794Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:16:31.4717956Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:16:31.4718133Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:16:31.4718317Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:16:31.4718497Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:16:31.4718677Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:16:31.4718853Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:16:31.4719030Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:16:31.4719207Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:16:31.4719384Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:16:31.4719544Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:16:31.4719715Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4719882Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4720051Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4720218Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4720451Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.4720619Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4720781Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4720942Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4721091Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4721249Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4721410Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4721577Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4721747Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:16:31.4721912Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4722072Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4722232Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4722391Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4722537Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4722695Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4722849Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4723010Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4723166Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4723347Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4723528Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4723705Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4723879Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4724043Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4724220Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4724413Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4724600Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4724781Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4724964Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:16:31.4725148Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:16:31.4725326Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:16:31.4725501Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4725721Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:16:31.4725902Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4726082Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4726260Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4726439Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4726613Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4726787Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4726964Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4727142Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4727297Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4727474Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4727645Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4727823Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4728000Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4728178Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4728374Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.4728580Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4728758Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4728934Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4729096Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4729281Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4729462Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4729648Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.4729835Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4730023Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:16:31.4730211Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4730391Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.4730572Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4730739Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4730972Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4731153Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4731334Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4731514Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4731690Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4731876Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4732078Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:16:31.4732282Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4732468Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4732635Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4732816Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4732997Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.4733180Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4733363Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:16:31.4733545Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:16:31.4733729Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4733913Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4734092Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4734258Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4734441Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4734620Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4734807Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4734984Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4735169Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.894s) 2022-12-01T10:16:31.4735352Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:16:31.4735539Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-12-01T10:16:31.4735719Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:16:31.4735901Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4736096Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4736306Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4736485Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4736665Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4736850Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.294s) 2022-12-01T10:16:31.4737029Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.344s) 2022-12-01T10:16:31.4737213Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.294s) 2022-12-01T10:16:31.4737391Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.296s) 2022-12-01T10:16:31.4737574Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:16:31.4737741Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.287s) 2022-12-01T10:16:31.4737920Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.293s) 2022-12-01T10:16:31.4738100Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:16:31.4738281Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.289s) 2022-12-01T10:16:31.4738463Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.389s) 2022-12-01T10:16:31.4738646Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.430s) 2022-12-01T10:16:31.4738831Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.394s) 2022-12-01T10:16:31.4739009Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.389s) 2022-12-01T10:16:31.4739274Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.391s) 2022-12-01T10:16:31.4739440Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.385s) 2022-12-01T10:16:31.4739620Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.390s) 2022-12-01T10:16:31.4739801Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.386s) 2022-12-01T10:16:31.4739980Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.389s) 2022-12-01T10:16:31.4740169Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.392s) 2022-12-01T10:16:31.4740351Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.442s) 2022-12-01T10:16:31.4740533Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.386s) 2022-12-01T10:16:31.4740714Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.387s) 2022-12-01T10:16:31.4740892Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.382s) 2022-12-01T10:16:31.4741071Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.382s) 2022-12-01T10:16:31.4741234Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.389s) 2022-12-01T10:16:31.4741479Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.384s) 2022-12-01T10:16:31.4741659Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.386s) 2022-12-01T10:16:31.4741845Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.387s) 2022-12-01T10:16:31.4742022Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.438s) 2022-12-01T10:16:31.4742204Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.383s) 2022-12-01T10:16:31.4742381Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.388s) 2022-12-01T10:16:31.4742557Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.384s) 2022-12-01T10:16:31.4742744Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.394s) 2022-12-01T10:16:31.4742907Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.385s) 2022-12-01T10:16:31.4743087Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.382s) 2022-12-01T10:16:31.4743264Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.384s) 2022-12-01T10:16:31.4743436Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4743610Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4743782Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:16:31.4743949Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4744122Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4744285Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4744431Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4744598Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4744768Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4744932Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4745097Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4745260Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4745432Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4745597Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:16:31.4745765Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.4745914Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4746077Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4746243Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4746407Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4746571Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4746804Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4746968Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4747132Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4747278Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4747442Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4747605Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:16:31.4747771Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:16:31.4747937Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4748105Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4748266Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4748424Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4748582Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4748722Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4748883Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4749038Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4749211Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4749383Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4749563Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.4749739Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.4749909Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4750076Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4750227Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4750396Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4750559Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:16:31.4750726Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4750894Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4751057Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4751223Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4751388Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4751552Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4751702Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4751864Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4752081Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4752242Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4752405Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4752722Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4752899Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4753074Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4753240Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4753417Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4753602Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4753784Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:16:31.4753963Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4754142Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4754308Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4754469Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.4754636Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:16:31.4754805Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4754956Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4755123Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4755283Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4755443Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4755605Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4755764Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4755921Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4756083Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4756236Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4756402Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:16:31.4756567Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:16:31.4756730Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:16:31.4756889Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4757048Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4757208Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4757366Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4757620Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4757761Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4757921Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4758074Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4758242Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4758407Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:16:31.4758579Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:16:31.4758752Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4758925Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4759074Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4759237Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4759400Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4759563Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4759724Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:16:31.4759885Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4760046Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4760208Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4760373Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4760520Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4760683Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4760842Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4760998Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4761153Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4761310Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4761471Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4761641Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4761802Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4761954Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4762120Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4762282Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4762444Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4762606Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4762767Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4762988Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4763151Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4763298Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4763457Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:16:31.4763625Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:16:31.4763786Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:16:31.4763945Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4764105Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4764266Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4764422Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4764575Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4764716Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4764868Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4765032Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4765191Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:16:31.4765358Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:16:31.4765528Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:16:31.4765694Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4765854Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4766013Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4766157Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4766311Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4766467Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4766623Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4766787Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4766948Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:16:31.4767114Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:16:31.4767281Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:16:31.4767428Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4767589Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4767745Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4767902Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4768054Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4768265Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4768420Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4768595Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:16:31.4768772Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:16:31.4768933Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-12-01T10:16:31.4769106Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:16:31.4769279Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.262s) 2022-12-01T10:16:31.4769455Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-12-01T10:16:31.4769629Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-12-01T10:16:31.4769799Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.346s) 2022-12-01T10:16:31.4769975Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:16:31.4770152Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4770331Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4770491Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4770665Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4770839Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:16:31.4771013Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4771187Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4771359Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:16:31.4771537Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4771712Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4771884Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4772045Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.4772218Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.4772390Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:16:31.4772562Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.4772734Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:16:31.4772910Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4773085Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4773255Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4773484Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4773639Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:16:31.4773813Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4773985Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.4774158Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:16:31.4774332Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4774503Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4774677Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4774849Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4775016Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.4775173Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4775350Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4775522Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4775690Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:16:31.4775861Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4776037Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4776208Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:16:31.4776372Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4776536Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4776689Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:16:31.4776853Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4777015Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:16:31.4777189Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4777367Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:16:31.4777539Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4777711Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4777880Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.4778048Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4778206Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4778379Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:16:31.4778548Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:16:31.4778772Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:16:31.4778941Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:16:31.4779111Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:16:31.4779367Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:16:31.4779534Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:16:31.4779699Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:16:31.4779845Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:16:31.4780017Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:16:31.4780188Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:16:31.4780353Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:16:31.4780516Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:16:31.4780677Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:16:31.4780837Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:16:31.4781000Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:16:31.4781161Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:16:31.4781308Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:16:31.4781481Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.4781652Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:16:31.4781820Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:16:31.4781983Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:16:31.4782145Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:16:31.4782310Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:16:31.4782470Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:16:31.4782647Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:16:31.4782814Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:16:31.4782992Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.4783166Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.4783341Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:16:31.4783513Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4783687Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:16:31.4783859Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.4784110Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:16:31.4784298Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:16:31.4784470Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:16:31.4784654Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.4784831Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:16:31.4785007Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:16:31.4785186Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:16:31.4785367Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:16:31.4785546Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:16:31.4785733Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:16:31.4785912Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:16:31.4786089Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:16:31.4786248Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:16:31.4786422Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:16:31.4786603Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:16:31.4786777Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:16:31.4786955Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-12-01T10:16:31.4787137Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:16:31.4787315Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4787489Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4787661Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:16:31.4787826Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:16:31.4788004Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.4788176Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.4788352Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:16:31.4788532Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:16:31.4788709Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:16:31.4788881Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4789145Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:16:31.4789318Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:16:31.4789492Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:16:31.4789652Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:16:31.4789828Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4789999Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:16:31.4790173Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4790350Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4790522Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4790689Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4790852Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4791021Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4791173Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:16:31.4791337Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4791511Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4791686Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:16:31.4791860Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4792029Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:16:31.4792201Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4792373Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:16:31.4792660Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4792853Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4793055Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:16:31.4793262Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:16:31.4793458Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4793655Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4793858Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4794056Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:16:31.4794255Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:16:31.4794544Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4794740Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-12-01T10:16:31.4794919Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:16:31.4795113Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4795305Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:16:31.4795496Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:16:31.4795682Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:16:31.4795878Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:16:31.4796077Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:16:31.4796271Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:16:31.4796462Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:16:31.4796639Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:16:31.4796829Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:16:31.4797018Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:16:31.4797207Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:16:31.4797396Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:16:31.4797589Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.4797777Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:16:31.4797966Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:16:31.4798153Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:16:31.4798345Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:16:31.4798515Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:16:31.4798693Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.4798879Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:16:31.4799060Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:16:31.4799229Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:16:31.4799388Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:16:31.4799554Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:16:31.4799771Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:16:31.4799936Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4800083Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4800243Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4800400Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4800555Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:16:31.4800712Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:16:31.4800867Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:16:31.4801038Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:31.4801201Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:16:31.4801372Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4801526Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:16:31.4801689Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:16:31.4801855Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4802017Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:16:31.4802179Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4802344Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4802506Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4802669Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4802816Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4802976Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4803133Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:16:31.4803299Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:16:31.4803464Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:16:31.4803626Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4803787Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (7.957s) 2022-12-01T10:16:31.4803946Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4804103Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:16:31.4804244Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:16:31.4804400Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:16:31.4804552Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:16:31.4804717Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:16:31.4804878Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:16:31.4805105Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:16:31.4805275Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:16:31.4805437Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:16:31.4805598Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:16:31.4805742Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:16:31.4805901Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:16:31.4806055Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:16:31.4806212Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:16:31.4806372Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:16:31.4806536Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:16:31.4806702Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4806865Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:16:31.4807010Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4807171Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4807329Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4807489Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:16:31.4807651Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:16:31.4807808Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4807971Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4808133Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.4808294Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4808437Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4808594Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4808749Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4808906Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4809067Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4809219Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4809377Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4809528Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4809690Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4809868Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4810035Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4810228Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:16:31.4810413Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.4810575Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4810735Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4810895Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4811049Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4811190Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4811343Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4811510Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4811705Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4811873Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4812039Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:16:31.4812202Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4812363Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4812524Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4812668Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4812823Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4812985Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4813140Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4813327Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:16:31.4813522Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4813690Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4813856Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4814036Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:16:31.4814204Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:16:31.4814383Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:16:31.4814543Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4814704Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4814859Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4815016Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4815171Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4815332Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4815520Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4815726Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.4815894Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4816055Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4816217Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4816374Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4816529Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4816682Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4816841Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4816985Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4817150Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4817339Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4817520Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4817702Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4817866Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4818026Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4818189Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4818351Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4818491Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4818651Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4818804Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4818965Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4819232Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4819419Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4819604Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4819770Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4819930Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4820073Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4820229Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4820383Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4820540Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4820693Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4820857Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4821106Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4821292Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4821472Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4821620Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4821781Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4821940Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4822096Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4822252Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4822411Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4822565Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4822760Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4822929Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4823076Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4823236Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4823401Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4823562Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4823725Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4823885Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4824045Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4824201Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4824343Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4824501Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4824657Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4824811Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4824976Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4825167Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4825332Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4825497Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4825662Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4825808Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4825967Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4826124Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4826338Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4826498Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4826651Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4826809Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4826962Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4827139Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4827324Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4827502Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4827681Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4827856Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4828028Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4828199Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4828370Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4828540Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4828704Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4828856Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4829030Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4829194Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4829353Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4829541Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4829704Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4829867Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4830028Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4830189Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4830334Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4830489Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4830641Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4830797Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4830950Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4831113Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4831303Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4831497Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4831685Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.4831846Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4832008Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4832164Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4832320Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4832585Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4832740Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4832893Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4833066Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4833245Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4833410Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4833574Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4833735Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4833898Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4834060Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4834222Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4834386Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4834544Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4834698Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4834892Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4835060Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4835226Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4835387Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4835550Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4835714Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4835877Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4836037Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4836184Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4836372Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4836533Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4836692Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4836849Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4837084Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4837238Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4837395Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4837532Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4837696Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4837885Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4838044Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4838206Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4838368Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4838526Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4838681Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4838836Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4838975Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4839137Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4839329Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4839491Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4839658Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4839845Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4840068Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4840277Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4840481Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4840625Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4840790Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4841212Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4841597Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4841947Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4842281Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4842625Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4842964Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4843279Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4843700Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4844096Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4844591Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4845031Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4845417Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4845777Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.4846129Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4846455Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4846803Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4847141Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4847458Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4847827Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4848171Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4848530Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4848920Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4849271Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4849614Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4849955Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4850292Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4850614Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4850949Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4851280Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4851608Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4851974Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4852349Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4852697Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:16:31.4853035Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4853374Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4853713Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4854048Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4854368Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4854704Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4855065Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4855381Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4855758Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4856165Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4856509Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4856842Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4857173Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4857509Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4857829Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4858157Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4858487Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4858827Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4859216Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4859560Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4859905Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4860248Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4860586Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4860929Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4861273Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4861605Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4861972Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4862333Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4862666Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4862984Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4863314Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4863632Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4863953Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4864266Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4864605Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4864955Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4865289Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4865636Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4866048Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4866426Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4866795Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4867190Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4867571Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4867917Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4868248Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4868594Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4868938Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4869268Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4869611Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4869955Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4870301Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4870653Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4871022Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4871371Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4871721Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4872051Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4872392Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4872842Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4873173Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4873512Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4873846Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4874184Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4874505Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4874850Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4875221Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4875594Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4875931Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4876279Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4876623Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4876954Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4877291Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4877622Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4877954Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4878346Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4878717Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4879072Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4879436Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4879807Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4880158Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4880502Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4880836Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4881184Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4881531Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4881877Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4882218Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4882571Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4882947Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4883318Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4883655Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4884002Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4884350Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4884681Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4885024Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4885364Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4885707Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4886040Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4886411Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4886787Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4887140Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4887474Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4887819Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4888162Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4888499Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4888846Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4889184Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4889560Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4889915Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4890253Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4890626Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4891033Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4891426Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4891838Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4892244Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4892648Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4893037Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4893431Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4893826Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4894219Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4894598Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4895004Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:31.4895391Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4895763Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4896128Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4896482Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4896825Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4897154Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4897488Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4897837Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4898176Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4898506Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4898873Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4899337Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4899690Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4900039Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4900383Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4900850Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4901180Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4901513Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4901848Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4902186Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4902513Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4902890Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4903258Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4903591Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4903931Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4904270Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4904601Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4904917Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4905249Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4905591Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4905956Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4906315Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.4906661Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4907009Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4907336Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4907673Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4908005Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4908336Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4908651Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4908990Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4909325Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4909688Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4910046Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4910390Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4910728Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4911052Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4911388Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4911765Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4912121Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4912440Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4912882Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4913239Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4913632Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4914011Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4914379Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.4914753Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4915099Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4915448Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4915811Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4916163Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4916498Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4916844Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4917189Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4917544Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4917903Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4918270Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4918617Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4918943Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4919279Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4919619Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4919954Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4920282Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4920639Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4921022Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4921400Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4921761Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4922132Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4922497Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4922947Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4923371Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4923744Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4924127Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4924498Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4924871Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4925239Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4925605Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4925976Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4926361Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4926730Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4927103Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4927468Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4927835Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4928197Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4928567Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4928931Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:31.4929310Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4929664Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4930029Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4930398Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4930747Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4931092Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4931425Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4931771Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4932112Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4932451Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4932781Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4933121Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4933464Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4933841Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4934216Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4934556Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4934899Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4935220Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4935554Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4935883Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4936221Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4936549Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4936871Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4937226Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4937598Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4937965Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4938313Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4938689Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4939054Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4939512Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4939891Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4940271Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4940652Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4941032Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4941400Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4941773Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4942144Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4942500Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4942872Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4943240Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4943606Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4943958Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4944327Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4944694Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4945125Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4945470Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4945837Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4946200Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4946564Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4946921Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4947287Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4947671Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.4948078Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4948460Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4948827Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4949190Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4949549Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4949928Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4950306Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4950686Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4951059Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4951442Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4951821Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4952196Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4952651Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4953023Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4953421Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4953808Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4954183Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4954566Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4954945Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4955332Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4955705Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.4956178Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4956557Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4956935Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4957297Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4957670Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4958044Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4958411Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4958796Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4959178Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4959556Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4959925Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4960299Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4960673Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4961046Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4961413Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4961791Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4962196Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4962599Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4962967Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4963343Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4963715Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4964092Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4964455Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4964824Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4965202Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4965591Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4965988Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4966363Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4966791Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4967153Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4967524Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4967896Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4968270Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4968634Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4969036Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4969437Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4969810Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4970173Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4970545Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4970913Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4971287Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4971650Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4972034Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4972438Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4972841Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4973206Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4973581Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4973951Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4974321Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4974681Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4975052Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4975430Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4975822Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4976220Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4976596Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4976968Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4977363Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4977782Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4978150Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4978524Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4978875Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4987040Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4987421Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4987793Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4988165Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4988525Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4988861Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4989218Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4989566Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4989905Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4990258Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4990601Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4990974Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4991359Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4991736Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4992082Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4992430Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4992991Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4993340Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4993691Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4994028Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4994372Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4994721Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4995092Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.4995452Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4995801Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.4996149Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:31.4996496Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4996996Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4997337Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4997679Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4998002Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4998327Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4998660Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4998993Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.4999344Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.4999752Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5000144Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.5000513Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.5000862Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5001211Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5001557Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5001892Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5002241Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5002590Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5002937Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5003277Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5003630Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5003973Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5004319Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5004644Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5004976Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5005313Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5005632Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5005964Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5006318Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5006685Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5007036Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5007401Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5007759Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5008180Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5008533Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5008907Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5009279Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5009635Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5009994Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5010365Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.5010722Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.5011060Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5011405Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5011740Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5012074Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5012395Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5012726Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5013056Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5013385Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5013752Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5014116Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.5014462Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.5014797Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.5015131Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5015470Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5015802Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5016121Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5016456Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5016783Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5017095Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5017421Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5017761Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5018134Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5018501Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.5018902Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:16:31.5019394Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5019750Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5020086Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5020427Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5020776Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5021109Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5021454Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5021797Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5022175Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5022531Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5022872Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5023211Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5023546Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5023867Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5024205Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5024534Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5024859Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5025195Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5025572Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5025949Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5026285Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5026632Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5026977Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5027316Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5027649Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5027983Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5028328Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5028658Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5028844Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5029008Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.5029169Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.5029326Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5029539Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5029694Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5029849Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5030004Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5030146Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5030296Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5030455Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5030642Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5030810Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:16:31.5030988Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.5031146Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5031303Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5031459Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5031603Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5031752Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5031906Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5032058Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5032221Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5032406Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5032702Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.5032868Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:31.5033015Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5033173Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5033328Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5033485Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5033641Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5033797Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5033950Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5034151Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5034325Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5034486Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5034661Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5034912Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5035083Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5035258Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5035428Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5035629Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5035805Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5035980Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5036142Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5036324Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5036494Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5036668Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5036839Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5037041Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5037214Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5037388Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5037564Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5037718Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5037890Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5038063Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5038230Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5038430Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5038606Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5038783Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5038948Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5039113Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5039281Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5039440Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5039606Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5039807Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5040008Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5040205Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5040373Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5040539Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5040705Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5040875Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5041030Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5041204Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5041402Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5041572Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5041743Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5041914Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5042078Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5042238Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5042402Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5042551Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5042754Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5042928Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5043101Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5043268Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5043430Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5043593Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5043759Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5043922Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5044082Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5044277Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5044439Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5044602Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5044765Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5044930Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5045086Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5045322Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5045485Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5045668Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5045835Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5045999Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5046164Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5046323Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5046481Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5046644Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5046808Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5047003Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5047158Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5047317Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5047481Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5047644Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5047808Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5047977Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5048143Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5048344Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5048519Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5048682Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5048853Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5049027Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5049203Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5049373Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5049540Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5049753Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5049936Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5050115Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5050283Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5050513Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5050689Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5050867Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5051049Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5051258Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5051441Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5051621Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5051807Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5051981Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5052141Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5052318Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5052500Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5052706Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5052885Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5053067Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5053241Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5053416Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5053587Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5053752Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5053931Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5054139Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5054328Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5054506Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5054687Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5054864Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5055039Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5055216Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5055390Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5055633Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5055828Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5056001Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5056171Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5056344Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5056507Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5056666Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5056833Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5056994Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5057179Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5057351Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5057519Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5057688Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5057853Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5058013Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5058186Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5058347Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5058549Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5058760Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5058958Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5059257Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5059462Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5059664Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5059862Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5060058Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5060255Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5060475Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5060670Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5060911Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5061105Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5061292Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5061478Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5061663Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5061847Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5062061Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5062253Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5062440Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5062622Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5062795Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5062982Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5063171Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5063355Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5063573Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5063761Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5063940Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5064124Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5064300Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5064474Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5064645Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5064822Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5064984Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5065169Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5065330Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.5065492Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:16:31.5065650Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5065809Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5066022Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5066166Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5066321Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5066477Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5066629Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5066790Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5066982Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5067149Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.5067317Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:31.5067483Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5067634Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5067793Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5067953Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5068116Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5068279Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5068438Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5068595Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5068774Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:31.5068948Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5069109Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:31.5069271Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.5069429Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5069587Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:16:31.5069740Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5069896Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5070056Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5070210Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5070350Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5070510Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5070694Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:16:31.5070857Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.5071020Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:16:31.5071212Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5071399Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5071555Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5071710Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5071850Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5072002Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5072151Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5072312Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5072588Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5072754Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5072913Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5073069Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5073210Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5073371Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5073526Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5073659Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.5073786Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.5073915Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:31.5074069Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:31.5074220Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:31.5074369Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:31.5074511Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5074665Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5074819Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.5074971Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:31.5075118Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5075268Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5075409Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5075545Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5075668Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5075801Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5075933Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5076066Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5076201Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:31.5076351Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.346s) 2022-12-01T10:16:31.5076361Z 2022-12-01T10:16:31.5076668Z ---------------------------------------------------------------------- 2022-12-01T10:16:31.5076809Z Ran 12394 tests in 148.768s 2022-12-01T10:16:31.5076815Z 2022-12-01T10:16:31.5076932Z OK (skipped=640, expected failures=14) 2022-12-01T10:16:31.5076950Z 2022-12-01T10:16:31.5077025Z Generating XML reports... 2022-12-01T10:16:31.5077346Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201101400.xml 2022-12-01T10:16:31.5077350Z 2022-12-01T10:16:31.5077760Z ##[endgroup] 2022-12-01T10:16:31.5078058Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_k_yjrht5) 2022-12-01T10:16:31.5078063Z 2022-12-01T10:16:32.7865437Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:32.8476492Z Ignoring disabled issues: [] 2022-12-01T10:16:32.8615889Z Running test_tensorboard ... [2022-12-01 10:16:32.861339] 2022-12-01T10:16:32.8618413Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:32.861652] 2022-12-01T10:16:58.2454819Z 2022-12-01T10:16:58.2455276Z Expand the folded group to see the log file of test_tensorboard 2022-12-01T10:16:58.2456065Z ##[group]PRINTING LOG FILE of test_tensorboard (/var/lib/jenkins/workspace/test/test-reports/test_tensorboard__02ubq9l) 2022-12-01T10:16:58.2459197Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-12-01T10:16:58.2460226Z /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-12-01T10:16:58.2460991Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-12-01T10:16:58.2461677Z /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-12-01T10:16:58.2462189Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-12-01T10:16:58.2462780Z /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-12-01T10:16:58.2463263Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-12-01T10:16:58.2463435Z 2022-12-01T10:16:58.2463507Z Running tests... 2022-12-01T10:16:58.2463812Z ---------------------------------------------------------------------- 2022-12-01T10:16:58.2464194Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-12-01T10:16:58.2464476Z ok (0.024s) 2022-12-01T10:16:58.2464788Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-12-01T10:16:58.2465086Z ok (0.007s) 2022-12-01T10:16:58.2465320Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-12-01T10:16:58.2465651Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-12-01T10:16:58.2465971Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-12-01T10:16:58.2466293Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-12-01T10:16:58.2466612Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-12-01T10:16:58.2466943Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-12-01T10:16:58.2467261Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.000s) 2022-12-01T10:16:58.2467543Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-12-01T10:16:58.2467851Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.000s) 2022-12-01T10:16:58.2468357Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.003s) 2022-12-01T10:16:58.2468759Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.005s) 2022-12-01T10:16:58.2469074Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-12-01T10:16:58.2469397Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-12-01T10:16:58.2469713Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.080s) 2022-12-01T10:16:58.2470024Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.069s) 2022-12-01T10:16:58.2470347Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.019s) 2022-12-01T10:16:58.2471394Z 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-12-01T10:16:58.2472084Z Error occurs, No graph saved 2022-12-01T10:16:58.2472268Z ok (0.029s) 2022-12-01T10:16:58.2472727Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... ok (23.142s) 2022-12-01T10:16:58.2473117Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-12-01T10:16:58.2473419Z Error occurs, No graph saved 2022-12-01T10:16:58.2473603Z ok (0.011s) 2022-12-01T10:16:58.2473862Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-12-01T10:16:58.2474127Z ok (0.002s) 2022-12-01T10:16:58.2474361Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2474649Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-12-01T10:16:58.2474936Z test_float32_image (__main__.TestTensorBoardSummary) 2022-12-01T10:16:58.2475232Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-12-01T10:16:58.2475532Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2475832Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2476135Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2476435Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-12-01T10:16:58.2476731Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2477042Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2477338Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2477622Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2477999Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-12-01T10:16:58.2478355Z parameter: metric_dict should be a dictionary, nothing logged. 2022-12-01T10:16:58.2478571Z ok (0.003s) 2022-12-01T10:16:58.2478810Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2479125Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-12-01T10:16:58.2479434Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2479745Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2480068Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2480367Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-12-01T10:16:58.2480635Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-12-01T10:16:58.2480995Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2481327Z test_text (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-12-01T10:16:58.2481601Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-12-01T10:16:58.2481873Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-12-01T10:16:58.2482162Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:16:58.2482458Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:16:58.2482810Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:16:58.2483134Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:16:58.2483468Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-12-01T10:16:58.2483778Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.014s) 2022-12-01T10:16:58.2484059Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.084s) 2022-12-01T10:16:58.2484344Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-12-01T10:16:58.2484646Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-12-01T10:16:58.2484874Z ok (0.047s) 2022-12-01T10:16:58.2484975Z 2022-12-01T10:16:58.2485197Z ---------------------------------------------------------------------- 2022-12-01T10:16:58.2485437Z Ran 53 tests in 23.575s 2022-12-01T10:16:58.2485551Z 2022-12-01T10:16:58.2485621Z OK (skipped=6) 2022-12-01T10:16:58.2485715Z 2022-12-01T10:16:58.2485799Z Generating XML reports... 2022-12-01T10:16:58.2486249Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221201101634.xml 2022-12-01T10:16:58.2486810Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221201101634.xml 2022-12-01T10:16:58.2487366Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221201101634.xml 2022-12-01T10:16:58.2487956Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221201101634.xml 2022-12-01T10:16:58.2488521Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221201101634.xml 2022-12-01T10:16:58.2489094Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221201101634.xml 2022-12-01T10:16:58.2489643Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221201101634.xml 2022-12-01T10:16:58.2490183Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221201101634.xml 2022-12-01T10:16:58.2490721Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221201101634.xml 2022-12-01T10:16:58.2490970Z 2022-12-01T10:16:58.2491296Z ##[endgroup] 2022-12-01T10:16:58.2491678Z FINISHED PRINTING LOG FILE of test_tensorboard (/var/lib/jenkins/workspace/test/test-reports/test_tensorboard__02ubq9l) 2022-12-01T10:16:58.2491899Z 2022-12-01T10:16:59.7307245Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:59.7925661Z Ignoring disabled issues: [] 2022-12-01T10:16:59.8065342Z Running test_functional_autograd_benchmark ... [2022-12-01 10:16:59.806236] 2022-12-01T10:16:59.8067728Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:59.806558] 2022-12-01T10:17:22.9508874Z 2022-12-01T10:17:22.9509280Z Expand the folded group to see the log file of test_type_hints 2022-12-01T10:17:22.9509943Z ##[group]PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints_vctm6_w9) 2022-12-01T10:17:22.9532845Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-12-01T10:17:22.9533462Z 2022-12-01T10:17:22.9533574Z Running tests... 2022-12-01T10:17:22.9534057Z ---------------------------------------------------------------------- 2022-12-01T10:17:22.9534393Z test_doc_examples (__main__.TestTypeHints) 2022-12-01T10:17:22.9534650Z Run documentation examples through mypy. ... ok (58.127s) 2022-12-01T10:17:22.9534806Z 2022-12-01T10:17:22.9535037Z ---------------------------------------------------------------------- 2022-12-01T10:17:22.9535294Z Ran 1 test in 58.127s 2022-12-01T10:17:22.9535410Z 2022-12-01T10:17:22.9535473Z OK 2022-12-01T10:17:22.9535552Z 2022-12-01T10:17:22.9535638Z Generating XML reports... 2022-12-01T10:17:22.9536112Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201101622.xml 2022-12-01T10:17:22.9536350Z 2022-12-01T10:17:22.9536753Z ##[endgroup] 2022-12-01T10:17:22.9537124Z FINISHED PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints_vctm6_w9) 2022-12-01T10:17:22.9537399Z 2022-12-01T10:17:24.1642722Z 2022-12-01T10:17:24.1643738Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-12-01T10:17:24.1644933Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_0l9kjjys) 2022-12-01T10:17:24.1645548Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-12-01T10:17:24.1645779Z 2022-12-01T10:17:24.1645852Z Running tests... 2022-12-01T10:17:24.1646159Z ---------------------------------------------------------------------- 2022-12-01T10:17:24.1646503Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:24.1646826Z Results for model resnet18 on task vjp: nans (var: nan) 2022-12-01T10:17:24.1647104Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:24.1647369Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:24.1647609Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-12-01T10:17:24.1647905Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:24.1648162Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:24.1648395Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-12-01T10:17:24.1648686Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:24.1648943Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:24.1649172Z Results for model wav2letter on task vjp: nans (var: nan) 2022-12-01T10:17:24.1649453Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:24.1649705Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:24.1649936Z Results for model transformer on task vjp: nans (var: nan) 2022-12-01T10:17:24.1650225Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:24.1650485Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:24.1650734Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-12-01T10:17:24.1651013Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:24.1651250Z ok (23.083s) 2022-12-01T10:17:24.1652063Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:17:24.1652530Z 2022-12-01T10:17:24.1652728Z ---------------------------------------------------------------------- 2022-12-01T10:17:24.1652959Z Ran 2 tests in 23.084s 2022-12-01T10:17:24.1653071Z 2022-12-01T10:17:24.1653143Z OK (skipped=1) 2022-12-01T10:17:24.1653249Z 2022-12-01T10:17:24.1653332Z Generating XML reports... 2022-12-01T10:17:24.1654084Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201101700.xml 2022-12-01T10:17:24.1654378Z 2022-12-01T10:17:24.1654627Z ##[endgroup] 2022-12-01T10:17:24.1655078Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_0l9kjjys) 2022-12-01T10:17:24.1655335Z 2022-12-01T10:17:24.5218045Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:24.5833502Z Ignoring disabled issues: [] 2022-12-01T10:17:24.5973243Z Running test_mkl_verbose ... [2022-12-01 10:17:24.597062] 2022-12-01T10:17:24.5975738Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:24.597377] 2022-12-01T10:17:25.6877103Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:25.7498832Z Ignoring disabled issues: [] 2022-12-01T10:17:25.7639629Z Running test_openmp ... [2022-12-01 10:17:25.763712] 2022-12-01T10:17:25.7642097Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:25.763997] 2022-12-01T10:17:28.4503982Z 2022-12-01T10:17:28.4504561Z Expand the folded group to see the log file of test_mkl_verbose 2022-12-01T10:17:28.4505527Z ##[group]PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_zij736pv) 2022-12-01T10:17:28.4506053Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-12-01T10:17:28.4506237Z 2022-12-01T10:17:28.4506298Z Running tests... 2022-12-01T10:17:28.4506607Z ---------------------------------------------------------------------- 2022-12-01T10:17:28.4506899Z test_verbose_off (__main__.TestMKLVerbose) ... ok (1.165s) 2022-12-01T10:17:28.4507164Z test_verbose_on (__main__.TestMKLVerbose) ... ok (1.431s) 2022-12-01T10:17:28.4507310Z 2022-12-01T10:17:28.4507506Z ---------------------------------------------------------------------- 2022-12-01T10:17:28.4507758Z Ran 2 tests in 2.596s 2022-12-01T10:17:28.4507873Z 2022-12-01T10:17:28.4507934Z OK 2022-12-01T10:17:28.4508027Z 2022-12-01T10:17:28.4508099Z Generating XML reports... 2022-12-01T10:17:28.4508515Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201101725.xml 2022-12-01T10:17:28.4508747Z 2022-12-01T10:17:28.4508971Z ##[endgroup] 2022-12-01T10:17:28.4509343Z FINISHED PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_zij736pv) 2022-12-01T10:17:28.4509559Z 2022-12-01T10:17:29.9924305Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:30.0538742Z Ignoring disabled issues: [] 2022-12-01T10:17:30.0680547Z Running test_package ... [2022-12-01 10:17:30.067711] 2022-12-01T10:17:30.0682496Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:30.067997] 2022-12-01T10:17:30.4374905Z 2022-12-01T10:17:30.4375640Z Expand the folded group to see the log file of test_openmp 2022-12-01T10:17:30.4376720Z ##[group]PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_zo9ugde6) 2022-12-01T10:17:30.4377431Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-12-01T10:17:30.4377611Z 2022-12-01T10:17:30.4377685Z Running tests... 2022-12-01T10:17:30.4377991Z ---------------------------------------------------------------------- 2022-12-01T10:17:30.4378260Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-12-01T10:17:30.4378529Z Make sure there is no memory leak with many threads ... ok (1.340s) 2022-12-01T10:17:30.4378796Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-12-01T10:17:30.4379229Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (2.137s) 2022-12-01T10:17:30.4379403Z 2022-12-01T10:17:30.4379783Z ---------------------------------------------------------------------- 2022-12-01T10:17:30.4380084Z Ran 2 tests in 3.478s 2022-12-01T10:17:30.4380201Z 2022-12-01T10:17:30.4380262Z OK 2022-12-01T10:17:30.4380339Z 2022-12-01T10:17:30.4380424Z Generating XML reports... 2022-12-01T10:17:30.4380838Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201101726.xml 2022-12-01T10:17:30.4381073Z 2022-12-01T10:17:30.4381293Z ##[endgroup] 2022-12-01T10:17:30.4381662Z FINISHED PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_zo9ugde6) 2022-12-01T10:17:30.4381873Z 2022-12-01T10:17:31.9843856Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:32.0466261Z Ignoring disabled issues: [] 2022-12-01T10:17:32.0610003Z Running test_maskedtensor ... [2022-12-01 10:17:32.060742] 2022-12-01T10:17:32.0612636Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:32.061064] 2022-12-01T10:17:33.7565586Z 2022-12-01T10:17:33.7566368Z Expand the folded group to see the log file of test_package 2022-12-01T10:17:33.7567553Z ##[group]PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_msgdjarw) 2022-12-01T10:17:33.7568262Z Test results will be stored in test-reports/python-unittest/test_package 2022-12-01T10:17:33.7568538Z 2022-12-01T10:17:33.7568649Z Running tests... 2022-12-01T10:17:33.7568971Z ---------------------------------------------------------------------- 2022-12-01T10:17:33.7569851Z 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.255s) 2022-12-01T10:17:33.7570471Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7570809Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-12-01T10:17:33.7571147Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7571465Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2022-12-01T10:17:33.7571749Z test_deny (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7572025Z Test marking packages as "deny" during export. ... ok (0.001s) 2022-12-01T10:17:33.7596229Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7596876Z Test marking packages as "deny" using globs instead of package names. ... ok (0.001s) 2022-12-01T10:17:33.7597399Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-12-01T10:17:33.7597719Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:17:33.7598025Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7598377Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2022-12-01T10:17:33.7598705Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7599060Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.007s) 2022-12-01T10:17:33.7599489Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7599972Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-12-01T10:17:33.7600386Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7600858Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2022-12-01T10:17:33.7601395Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7602106Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-12-01T10:17:33.7602646Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:17:33.7603068Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:17:33.7603384Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7603713Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-12-01T10:17:33.7604034Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-12-01T10:17:33.7604362Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-12-01T10:17:33.7604686Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-12-01T10:17:33.7605164Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.003s) 2022-12-01T10:17:33.7605509Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:17:33.7605861Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:17:33.7606216Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:17:33.7606540Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:17:33.7606869Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:17:33.7607169Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7607444Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7607714Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7607994Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7608268Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7608528Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7657594Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7658527Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7659163Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7659758Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7660344Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7660878Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:17:33.7661475Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.004s) 2022-12-01T10:17:33.7662127Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:17:33.7662849Z Test DirectoryReader's has_record(). ... ok (0.003s) 2022-12-01T10:17:33.7663361Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:17:33.7663979Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.002s) 2022-12-01T10:17:33.7664591Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:17:33.7665434Z 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-12-01T10:17:33.7666263Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:17:33.7666926Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.003s) 2022-12-01T10:17:33.7667604Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:17:33.7668222Z Tests that packaged code can used importlib.resources.path. ... ok (0.003s) 2022-12-01T10:17:33.7668845Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:17:33.7669433Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.006s) 2022-12-01T10:17:33.7670060Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:17:33.7670849Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.011s) 2022-12-01T10:17:33.7671482Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7672033Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7672863Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7673443Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7674008Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7674553Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7675138Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7675742Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7676335Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7676910Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7677455Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7677987Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7678535Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7679102Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:17:33.7679699Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:17:33.7680289Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-12-01T10:17:33.7681065Z OrderedImporter's implementation of whichmodule should try each ... ok (0.001s) 2022-12-01T10:17:33.7681711Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-12-01T10:17:33.7682331Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-12-01T10:17:33.7683024Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:17:33.7683598Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:17:33.7684159Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:17:33.7684774Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:17:33.7685335Z Tests for backwards compatible fx module ... ok (0.012s) 2022-12-01T10:17:33.7685904Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:17:33.7686460Z Tests for backwards compatible nn module ... ok (0.004s) 2022-12-01T10:17:33.7687064Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:17:33.7687683Z Tests for backwards compatible torchscript module ... ok (0.031s) 2022-12-01T10:17:33.7688187Z test_demangle_base (test_mangling.TestMangling) 2022-12-01T10:17:33.7688782Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-12-01T10:17:33.7689409Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-12-01T10:17:33.7690038Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-12-01T10:17:33.7690669Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:17:33.7691226Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:17:33.7691783Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:17:33.7692305Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-12-01T10:17:33.7692864Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-12-01T10:17:33.7693433Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:17:33.7693988Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:17:33.7694524Z test_unique_manglers (test_mangling.TestMangling) 2022-12-01T10:17:33.7695322Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-12-01T10:17:33.7695939Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-12-01T10:17:33.7696456Z test_dunder_package_present (test_misc.TestMisc) 2022-12-01T10:17:33.7697201Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.001s) 2022-12-01T10:17:33.7697790Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-12-01T10:17:33.7698476Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-12-01T10:17:33.7699089Z test_exporter_content_lists (test_misc.TestMisc) 2022-12-01T10:17:33.7699766Z Test content list API for PackageExporter's contained modules. ... ok (0.003s) 2022-12-01T10:17:33.7700273Z test_file_structure (test_misc.TestMisc) 2022-12-01T10:17:33.7700950Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.003s) 2022-12-01T10:17:33.7701525Z test_file_structure_has_file (test_misc.TestMisc) 2022-12-01T10:17:33.7702090Z Test Directory's has_file() method. ... ok (0.001s) 2022-12-01T10:17:33.7702526Z test_inspect_class (test_misc.TestMisc) 2022-12-01T10:17:33.7703038Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2022-12-01T10:17:33.7703532Z test_is_from_package (test_misc.TestMisc) 2022-12-01T10:17:33.7704013Z is_from_package should work for objects and modules ... ok (0.002s) 2022-12-01T10:17:33.7704544Z test_load_python_version_from_package (test_misc.TestMisc) 2022-12-01T10:17:33.7705087Z Tests loading a package with a python version embdded ... ok (0.002s) 2022-12-01T10:17:33.7705564Z test_python_version (test_misc.TestMisc) 2022-12-01T10:17:33.7706125Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-12-01T10:17:33.7706699Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-12-01T10:17:33.7707260Z The standard library performs sys.module assignment hackery which ... ok (0.002s) 2022-12-01T10:17:33.7708029Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:17:33.7708903Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:17:33.7709794Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:17:33.7710546Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.010s) 2022-12-01T10:17:33.7711115Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.017s) 2022-12-01T10:17:33.7711686Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-12-01T10:17:33.7712272Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-12-01T10:17:33.7712942Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.004s) 2022-12-01T10:17:33.7713563Z test_different_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7714166Z Test a case where the interface defined in the package is ... ok (0.010s) 2022-12-01T10:17:33.7714766Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7715369Z Test a case where the script class defined in the package is ... ok (0.006s) 2022-12-01T10:17:33.7715961Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7716573Z Test loading of single ScriptModule shared by multiple eager ... ok (0.008s) 2022-12-01T10:17:33.7717150Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7717744Z Test tensors shared across eager and ScriptModules on load ... ok (0.009s) 2022-12-01T10:17:33.7718363Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7719110Z Test tensors shared across eager and ScriptModules on load ... ok (0.012s) 2022-12-01T10:17:33.7719788Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7720420Z Test saving inline and imported modules in same package with ... ok (0.049s) 2022-12-01T10:17:33.7721064Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7721693Z Test saving inline and imported modules in same package that ... ok (1.016s) 2022-12-01T10:17:33.7722278Z test_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7722848Z Packaging an interface class should work correctly. ... ok (0.041s) 2022-12-01T10:17:33.7723437Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.005s) 2022-12-01T10:17:33.7724144Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.013s) 2022-12-01T10:17:33.7724856Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7725476Z Test saving of single ScriptModule shared by multiple ... ok (0.006s) 2022-12-01T10:17:33.7726073Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7726701Z Test to verify saving multiple ScriptModules with completely ... ok (0.009s) 2022-12-01T10:17:33.7727313Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7727888Z Test to verify saving multiple different modules and ... ok (0.044s) 2022-12-01T10:17:33.7728463Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7728997Z Test basic saving of ScriptModule. ... ok (0.005s) 2022-12-01T10:17:33.7729535Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7730081Z Test basic saving of ScriptModule in file. ... ok (0.005s) 2022-12-01T10:17:33.7730678Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7731316Z Test to verify when saving multiple packages with same CU ... ok (0.393s) 2022-12-01T10:17:33.7731908Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7732509Z Test basic saving of ScriptModule with submodule. ... ok (0.014s) 2022-12-01T10:17:33.7733111Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7733762Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.043s) 2022-12-01T10:17:33.7734414Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7735070Z Test to verify saving multiple ScriptModules with same top module ... ok (0.013s) 2022-12-01T10:17:33.7735672Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7736278Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.013s) 2022-12-01T10:17:33.7736931Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7737528Z Test scripting a module loaded from a package ... ok (0.009s) 2022-12-01T10:17:33.7738108Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7738711Z Test to verify saving and loading same ScriptModule object works ... ok (0.011s) 2022-12-01T10:17:33.7739416Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-12-01T10:17:33.7740032Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.005s) 2022-12-01T10:17:33.7740688Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.004s) 2022-12-01T10:17:33.7741330Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2022-12-01T10:17:33.7741900Z test_package_resource_access (test_resources.TestResources) 2022-12-01T10:17:33.7742527Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-12-01T10:17:33.7743219Z test_resource_access_by_path (test_resources.TestResources) 2022-12-01T10:17:33.7743865Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-12-01T10:17:33.7744439Z test_resource_reader (test_resources.TestResources) 2022-12-01T10:17:33.7744981Z Test compliance with the get_resource_reader importlib API. ... ok (0.003s) 2022-12-01T10:17:33.7745525Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-12-01T10:17:33.7746236Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-12-01T10:17:33.7746689Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-12-01T10:17:33.7747054Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-12-01T10:17:33.7747459Z If an object with the same qualified name is loaded from different ... ok (0.005s) 2022-12-01T10:17:33.7747880Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:17:33.7748224Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-12-01T10:17:33.7748657Z Saving a module that came from another PackageImporter should work. ... ok (0.002s) 2022-12-01T10:17:33.7749128Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-12-01T10:17:33.7749756Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.002s) 2022-12-01T10:17:33.7750218Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:17:33.7750636Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:17:33.7751040Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-12-01T10:17:33.7751428Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.001s) 2022-12-01T10:17:33.7751663Z 2022-12-01T10:17:33.7751966Z ---------------------------------------------------------------------- 2022-12-01T10:17:33.7752316Z Ran 132 tests in 2.262s 2022-12-01T10:17:33.7752473Z 2022-12-01T10:17:33.7752696Z OK (skipped=5) 2022-12-01T10:17:33.7752854Z 2022-12-01T10:17:33.7752978Z Generating XML reports... 2022-12-01T10:17:33.7753667Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201101731.xml 2022-12-01T10:17:33.7754517Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201101731.xml 2022-12-01T10:17:33.7755320Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201101731.xml 2022-12-01T10:17:33.7756160Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201101731.xml 2022-12-01T10:17:33.7756962Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201101731.xml 2022-12-01T10:17:33.7757743Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201101731.xml 2022-12-01T10:17:33.7758553Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201101731.xml 2022-12-01T10:17:33.7759357Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201101731.xml 2022-12-01T10:17:33.7760072Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201101731.xml 2022-12-01T10:17:33.7760772Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201101731.xml 2022-12-01T10:17:33.7761569Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201101731.xml 2022-12-01T10:17:33.7762353Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201101731.xml 2022-12-01T10:17:33.7763124Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201101731.xml 2022-12-01T10:17:33.7764055Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201101731.xml 2022-12-01T10:17:33.7764833Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201101731.xml 2022-12-01T10:17:33.7765558Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201101731.xml 2022-12-01T10:17:33.7765868Z 2022-12-01T10:17:33.7766288Z ##[endgroup] 2022-12-01T10:17:33.7766809Z FINISHED PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_msgdjarw) 2022-12-01T10:17:33.7767120Z 2022-12-01T10:17:35.2998514Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:35.3662907Z Ignoring disabled issues: [] 2022-12-01T10:17:35.3829082Z Running test_logging ... [2022-12-01 10:17:35.382652] 2022-12-01T10:17:35.3831516Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:35.382878] 2022-12-01T10:17:36.8171636Z 2022-12-01T10:17:36.8172197Z Expand the folded group to see the log file of test_maskedtensor 2022-12-01T10:17:36.8173079Z ##[group]PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_zwwnlk_d) 2022-12-01T10:17:36.8173594Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-12-01T10:17:36.8173783Z 2022-12-01T10:17:36.8173858Z Running tests... 2022-12-01T10:17:36.8174168Z ---------------------------------------------------------------------- 2022-12-01T10:17:36.8175033Z test_add_cpu (__main__.TestBasicsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:17:36.8175639Z "module for further information about the project."), UserWarning) 2022-12-01T10:17:36.8175859Z ok (0.005s) 2022-12-01T10:17:36.8176084Z test_contiguous_cpu (__main__.TestBasicsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8176356Z test_diff_dim_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8176612Z test_diff_layouts_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8176884Z test_diff_sizes_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8177155Z test_grad_warning_cpu (__main__.TestBasicsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8178018Z test_invalid_sparse_coo_values_cpu (__main__.TestBasicsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:17:36.8178617Z "module for further information about the project."), UserWarning) 2022-12-01T10:17:36.8178850Z ok (0.002s) 2022-12-01T10:17:36.8179536Z test_invalid_sparse_csr_values_cpu (__main__.TestBasicsCPU) ... test_maskedtensor.py:297: 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-12-01T10:17:36.8180073Z size=(2, 4) 2022-12-01T10:17:36.8180224Z ok (0.002s) 2022-12-01T10:17:36.8180461Z test_invalid_sparse_layout_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8180759Z test_invalid_tensor_inputs_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8181433Z test_softmax_cpu (__main__.TestBasicsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:162: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:17:36.8182145Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:17:36.8182370Z ok (0.004s) 2022-12-01T10:17:36.8182612Z test_to_dense_and_sparse_coo_cpu (__main__.TestBasicsCPU) ... ok (0.020s) 2022-12-01T10:17:36.8182896Z test_to_dense_and_sparse_csr_cpu (__main__.TestBasicsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8183175Z test_to_dense_cpu (__main__.TestBasicsCPU) ... ok (0.014s) 2022-12-01T10:17:36.8183443Z test_to_sparse_cpu (__main__.TestBasicsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8183705Z test_where_cpu (__main__.TestBasicsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8183956Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8184230Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8184502Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8184769Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8185063Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8185352Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8185643Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8185919Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8186191Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8186460Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8186713Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8186988Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8187264Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8187516Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8187777Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8188044Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8188312Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8188580Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8188855Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8189115Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8189364Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8189636Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8189919Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8190192Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8190466Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8190733Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8191007Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8191262Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8191532Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8191805Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8192063Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8192342Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8192862Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8193129Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8193388Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8193744Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8194079Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8194360Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8194653Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8194952Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8195247Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8195558Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8195870Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8196182Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8196465Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8196755Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8197044Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.012s) 2022-12-01T10:17:36.8197327Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8197625Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8197910Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8198199Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8198488Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8198781Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8199061Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8199334Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8199630Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8199921Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8200203Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8200481Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8200770Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.011s) 2022-12-01T10:17:36.8201060Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8201340Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:17:36.8201635Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8201928Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8202223Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8202509Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:17:36.8202799Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.001s) 2022-12-01T10:17:36.8203079Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.001s) 2022-12-01T10:17:36.8203388Z test_binary_core_add_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8203748Z test_binary_core_add_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8204101Z test_binary_core_add_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8204457Z test_binary_core_add_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8204793Z test_binary_core_add_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8205204Z test_binary_core_add_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8205558Z test_binary_core_add_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8205895Z test_binary_core_add_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8206241Z test_binary_core_add_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8206590Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8206945Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8207284Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8207639Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8207991Z test_binary_core_atan2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8208341Z test_binary_core_atan2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8208693Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8209079Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8209456Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8209831Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8210188Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8210571Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8210949Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8211327Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8211688Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8212069Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8212458Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8212826Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8213214Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8213590Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8213968Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8214335Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8214713Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8215090Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8215470Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8215899Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8216282Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8216658Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8217029Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8217384Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8217764Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8218141Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8218520Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8218942Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8219297Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8219644Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8219983Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8220312Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8220661Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8221012Z test_binary_core_eq_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8221349Z test_binary_core_eq_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8221694Z test_binary_core_eq_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8222051Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8222417Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8222767Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8223125Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8223487Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8223853Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8224204Z test_binary_core_floor_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8224566Z test_binary_core_floor_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8224930Z test_binary_core_floor_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8225283Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8225623Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8225973Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8226361Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8226723Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8227072Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8227420Z test_binary_core_fmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8227769Z test_binary_core_fmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8228103Z test_binary_core_fmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8228452Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8228802Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8229154Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8229488Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8229836Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8230179Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8230513Z test_binary_core_fmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8230860Z test_binary_core_fmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8231208Z test_binary_core_fmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8231559Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8231902Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8232248Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8232792Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8233174Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8233690Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8234318Z test_binary_core_fmod_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8234945Z test_binary_core_fmod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8235507Z test_binary_core_fmod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8235896Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8236267Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8236611Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8236940Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8237289Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8237634Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8237978Z test_binary_core_ge_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8238400Z test_binary_core_ge_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8238787Z test_binary_core_ge_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8239137Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8239468Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:17:36.8239810Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:17:36.8240158Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8240500Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8240827Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8241169Z test_binary_core_gt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8241516Z test_binary_core_gt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-12-01T10:17:36.8241862Z test_binary_core_gt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8242192Z test_binary_core_le_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8242537Z test_binary_core_le_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8242880Z test_binary_core_le_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8243220Z test_binary_core_le_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8243542Z test_binary_core_le_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8243891Z test_binary_core_le_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8244234Z test_binary_core_le_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8244563Z test_binary_core_le_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8244904Z test_binary_core_le_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8245252Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8245597Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8245925Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8246264Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8246605Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8246944Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8247265Z test_binary_core_lt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8247607Z test_binary_core_lt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8247953Z test_binary_core_lt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8248289Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8248653Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8249013Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8249446Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8249785Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8250142Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8250499Z test_binary_core_maximum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8250856Z test_binary_core_maximum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8251193Z test_binary_core_maximum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8251547Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8251907Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8252264Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8252600Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8252959Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8253313Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8253649Z test_binary_core_minimum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8253998Z test_binary_core_minimum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8254346Z test_binary_core_minimum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8254705Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8255042Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8255388Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8255735Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8256082Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8256415Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8256766Z test_binary_core_mul_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8257115Z test_binary_core_mul_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8257452Z test_binary_core_mul_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8257801Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8258152Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8258497Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8258822Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8259267Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8259611Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8259954Z test_binary_core_ne_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8260362Z test_binary_core_ne_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8260709Z test_binary_core_ne_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8261065Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8261434Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8261783Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8262145Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8262504Z test_binary_core_nextafter_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8262850Z test_binary_core_nextafter_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8263215Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8263582Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8263945Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8264289Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8264649Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8265008Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8265364Z test_binary_core_remainder_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8265714Z test_binary_core_remainder_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8266063Z test_binary_core_remainder_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8266422Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8266756Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8267105Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8267456Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8267803Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8268139Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8268491Z test_binary_core_sub_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8268836Z test_binary_core_sub_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8269181Z test_binary_core_sub_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:17:36.8269525Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8269894Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8270257Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8270621Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8271021Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8271378Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8271745Z test_binary_core_true_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8272096Z test_binary_core_true_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8272455Z test_binary_core_true_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8272985Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:17:36.8273348Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:17:36.8273692Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:17:36.8274052Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8274407Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8274763Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8275105Z test_reduction_all_amax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8275459Z test_reduction_all_amax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8275814Z test_reduction_all_amax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:17:36.8276167Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:17:36.8276517Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:17:36.8276871Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:17:36.8277228Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8277568Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8277920Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8278273Z test_reduction_all_amin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8278625Z test_reduction_all_amin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8278961Z test_reduction_all_amin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8279325Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:17:36.8279692Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:17:36.8280051Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:17:36.8280395Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8280758Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8281115Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8281473Z test_reduction_all_argmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8281886Z test_reduction_all_argmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:17:36.8282291Z test_reduction_all_argmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:17:36.8282655Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:17:36.8283003Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:17:36.8283362Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:17:36.8283723Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8284079Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8284421Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8284788Z test_reduction_all_argmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:17:36.8285148Z test_reduction_all_argmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8285502Z test_reduction_all_argmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:17:36.8285851Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.023s) 2022-12-01T10:17:36.8286211Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.024s) 2022-12-01T10:17:36.8286570Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8286929Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:17:36.8287277Z test_reduction_all_prod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:17:36.8287633Z test_reduction_all_prod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-12-01T10:17:36.8287991Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:17:36.8288335Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:17:36.8288688Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:17:36.8289042Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8289393Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8289732Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:17:36.8290090Z test_reduction_all_sum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8290441Z test_reduction_all_sum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8290787Z test_reduction_all_sum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:17:36.8291118Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8291469Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8291815Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8292142Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8292479Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8292883Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8293229Z test_unary_core_abs_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8293562Z test_unary_core_abs_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8293911Z test_unary_core_abs_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8294262Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8294614Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8294952Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8295304Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8295657Z test_unary_core_acos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8295989Z test_unary_core_acos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8296344Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8296698Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8297045Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8297397Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8297729Z test_unary_core_acosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8298073Z test_unary_core_acosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8298424Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8298772Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8299193Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8299541Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8299884Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8300226Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8300557Z test_unary_core_angle_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8300905Z test_unary_core_angle_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8301251Z test_unary_core_angle_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8301581Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8301929Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8302275Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8302617Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8302947Z test_unary_core_asin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8303288Z test_unary_core_asin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8303701Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8304049Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8304385Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8304732Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8305077Z test_unary_core_asinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8305409Z test_unary_core_asinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8305754Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8306102Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8306450Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8306785Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8307127Z test_unary_core_atan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8307471Z test_unary_core_atan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8307816Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8308152Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8308497Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8308840Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8309177Z test_unary_core_atanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8309523Z test_unary_core_atanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8309869Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8310214Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8310548Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8310894Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8311236Z test_unary_core_ceil_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8311586Z test_unary_core_ceil_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8311933Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8312299Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8314381Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8314745Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8315101Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8315463Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8315826Z test_unary_core_conj_physical_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8316289Z test_unary_core_conj_physical_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8316649Z test_unary_core_conj_physical_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8317007Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8317356Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8317687Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8318033Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8318374Z test_unary_core_cos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8318715Z test_unary_core_cos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8319053Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8319400Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8319748Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8320090Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8320424Z test_unary_core_cosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8320768Z test_unary_core_cosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8321120Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8321465Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8321822Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8322169Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8322521Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8322857Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8323205Z test_unary_core_deg2rad_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8323554Z test_unary_core_deg2rad_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8323900Z test_unary_core_deg2rad_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8324254Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8324609Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8324961Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8325300Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8325651Z test_unary_core_digamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8326005Z test_unary_core_digamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8326352Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8326689Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8327105Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8327447Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8327784Z test_unary_core_erf_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8328114Z test_unary_core_erf_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8328460Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8328810Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8329158Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8329493Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8329845Z test_unary_core_erfc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8330192Z test_unary_core_erfc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8330534Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8330888Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8331243Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8331591Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8331925Z test_unary_core_erfinv_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8332274Z test_unary_core_erfinv_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8332618Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8332964Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8333295Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8333639Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8333984Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8334313Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8334658Z test_unary_core_exp2_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8335007Z test_unary_core_exp2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8335351Z test_unary_core_exp2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8335681Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8336155Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8336499Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8336837Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8337160Z test_unary_core_exp_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8337504Z test_unary_core_exp_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8337918Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8338256Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8338602Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8339021Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8339370Z test_unary_core_expm1_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8339703Z test_unary_core_expm1_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8352150Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8352984Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8353371Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8353717Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8354074Z test_unary_core_floor_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8354432Z test_unary_core_floor_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8354772Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8355133Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8355490Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8355846Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8356186Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8356534Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8356884Z test_unary_core_frac_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8357232Z test_unary_core_frac_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8357562Z test_unary_core_frac_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8357910Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8358258Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8358604Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8358932Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8359275Z test_unary_core_i0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:17:36.8359616Z test_unary_core_i0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8359953Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8360311Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8360662Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8361020Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8361525Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8361874Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8362226Z test_unary_core_isnan_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8362578Z test_unary_core_isnan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8362909Z test_unary_core_isnan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8363263Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8363621Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8363968Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8364328Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8364682Z test_unary_core_lgamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8365035Z test_unary_core_lgamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8365370Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8365723Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8366074Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8366422Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8366757Z test_unary_core_log10_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8367113Z test_unary_core_log10_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8367463Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8367802Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8368151Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8368502Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8368848Z test_unary_core_log1p_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8369181Z test_unary_core_log1p_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8369537Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8369896Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8370253Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8370586Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8370936Z test_unary_core_log2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8371279Z test_unary_core_log2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8371628Z test_unary_core_log_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8371964Z test_unary_core_log_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8372350Z test_unary_core_log_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8372720Z test_unary_core_log_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8373053Z test_unary_core_log_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8373398Z test_unary_core_log_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8373750Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8374103Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8374441Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8374791Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8375145Z test_unary_core_logit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8375493Z test_unary_core_logit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:17:36.8375837Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8376199Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8376553Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8376894Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8377243Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8377605Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8377970Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8378313Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8378664Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8379094Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8379447Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8379778Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8380123Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8380470Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8380809Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8381138Z test_unary_core_neg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8381486Z test_unary_core_neg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8381830Z test_unary_core_neg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8382176Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8382540Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8382904Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8383329Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8383673Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8384034Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8384393Z test_unary_core_positive_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8384752Z test_unary_core_positive_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8385096Z test_unary_core_positive_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8385457Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8385822Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8386172Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8386529Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8386887Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8387244Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8387588Z test_unary_core_rad2deg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8387943Z test_unary_core_rad2deg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8388295Z test_unary_core_rad2deg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8388667Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8389029Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8389401Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8389765Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8390128Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8390474Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8390840Z test_unary_core_reciprocal_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8391202Z test_unary_core_reciprocal_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8391557Z test_unary_core_reciprocal_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8391928Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8392303Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8392769Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8393123Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8393494Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8393869Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8394336Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8394697Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8395066Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8395438Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8395806Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8396157Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8396532Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8396929Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8397316Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8397684Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8398064Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8398440Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8398805Z test_unary_core_round_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8399145Z test_unary_core_round_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8399500Z test_unary_core_round_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8399856Z test_unary_core_round_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8400196Z test_unary_core_round_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8400548Z test_unary_core_round_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8400898Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8401246Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8401583Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8401935Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8402286Z test_unary_core_rsqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8402636Z test_unary_core_rsqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8402975Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8403325Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8403668Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8403994Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8404333Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8404685Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8405092Z test_unary_core_sgn_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8405428Z test_unary_core_sgn_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8405769Z test_unary_core_sgn_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8406126Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8406484Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8406833Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8407188Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8407543Z test_unary_core_sigmoid_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8407891Z test_unary_core_sigmoid_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8408241Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8408593Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8408945Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8409284Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8409630Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8409976Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8410322Z test_unary_core_sign_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8410656Z test_unary_core_sign_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8410998Z test_unary_core_sign_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8411351Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8411706Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8412053Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8412410Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8412765Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8413110Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8413462Z test_unary_core_signbit_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8413816Z test_unary_core_signbit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8414171Z test_unary_core_signbit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8414506Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8414851Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8415197Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8415537Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8415937Z test_unary_core_sin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8416284Z test_unary_core_sin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8416638Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8416976Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8417330Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8417681Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8418034Z test_unary_core_sinc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8418364Z test_unary_core_sinc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8418724Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8419147Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8419497Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8419836Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8420182Z test_unary_core_sinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8420532Z test_unary_core_sinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8420880Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8421214Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8421569Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8421917Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8422252Z test_unary_core_sqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8422595Z test_unary_core_sqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8422949Z test_unary_core_square_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8423309Z test_unary_core_square_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8423651Z test_unary_core_square_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8424008Z test_unary_core_square_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8424364Z test_unary_core_square_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8424717Z test_unary_core_square_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8425056Z test_unary_core_square_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8425404Z test_unary_core_square_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8425752Z test_unary_core_square_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8426086Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8426425Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8426835Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8427180Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8427509Z test_unary_core_tan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8427856Z test_unary_core_tan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8428206Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8428558Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8428898Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8429247Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8429599Z test_unary_core_tanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8429932Z test_unary_core_tanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8430288Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8430643Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8430992Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8431329Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8431679Z test_unary_core_trunc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:17:36.8432030Z test_unary_core_trunc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:17:36.8432329Z test_all (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:17:36.8432656Z test_amax (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:17:36.8432911Z test_amax_grad (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:17:36.8433164Z test_amin (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:17:36.8433403Z test_amin_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:17:36.8433672Z test_grad_dtype (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:17:36.8434356Z test_max_not_implemented (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:299: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-12-01T10:17:36.8434942Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-12-01T10:17:36.8435424Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-12-01T10:17:36.8435730Z warnings.warn(msg) 2022-12-01T10:17:36.8435912Z ok (0.001s) 2022-12-01T10:17:36.8436110Z test_mean (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:17:36.8436370Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:17:36.8436630Z test_mean_grad_case_1a (__main__.TestReductions) 2022-12-01T10:17:36.8437444Z values.requires_grad = True ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:17:36.8438032Z "module for further information about the project."), UserWarning) 2022-12-01T10:17:36.8438749Z /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:162: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:17:36.8439192Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:17:36.8439417Z ok (0.005s) 2022-12-01T10:17:36.8439613Z test_mean_grad_case_1b (__main__.TestReductions) 2022-12-01T10:17:36.8439859Z values.requires_grad = False ... ok (0.003s) 2022-12-01T10:17:36.8440102Z test_mean_grad_case_1c (__main__.TestReductions) 2022-12-01T10:17:36.8440893Z values.requires_grad = True ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:17:36.8441477Z "module for further information about the project."), UserWarning) 2022-12-01T10:17:36.8441710Z ok (0.003s) 2022-12-01T10:17:36.8441918Z test_mean_grad_case_1d (__main__.TestReductions) 2022-12-01T10:17:36.8442145Z values.requires_grad = False ... ok (0.001s) 2022-12-01T10:17:36.8442384Z test_mean_grad_case_1e (__main__.TestReductions) 2022-12-01T10:17:36.8443002Z values.requires_grad = True ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:162: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:17:36.8443462Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:17:36.8443667Z ok (0.004s) 2022-12-01T10:17:36.8443875Z test_mean_grad_case_1f (__main__.TestReductions) 2022-12-01T10:17:36.8444681Z values.requires_grad = False ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:17:36.8445260Z "module for further information about the project."), UserWarning) 2022-12-01T10:17:36.8445477Z ok (0.002s) 2022-12-01T10:17:36.8445688Z test_prod (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:17:36.8446340Z test_prod_grad (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:162: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:17:36.8446802Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:17:36.8447021Z ok (0.003s) 2022-12-01T10:17:36.8447229Z test_sum (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:17:36.8447486Z test_sum_grad (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:17:36.8447747Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8448038Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8448327Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8448598Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8448884Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8449176Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8449465Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8449738Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8450020Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8450306Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8450611Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8450925Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8451213Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8451479Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8451772Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8452060Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:17:36.8452342Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8452611Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8452904Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8453196Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8453462Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8453751Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8454041Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8454329Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8454594Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8454877Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8455157Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8455419Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8455699Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8455981Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8456263Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8456530Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8456809Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8457090Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8457362Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8457642Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8457923Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8458188Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8458466Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:17:36.8458752Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8459131Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8459406Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8459692Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8459977Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8460256Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8460548Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8460830Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8461110Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8461377Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8461663Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8461978Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8462271Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:17:36.8462553Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8462832Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8463104Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8463384Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8463665Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8463946Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8464205Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8464472Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8464742Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8464994Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8465259Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8465526Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8465793Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8466048Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8466313Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8466579Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8466826Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8467090Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8467352Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8467600Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8467864Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8468135Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8468403Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8468650Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8468910Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8469182Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8469439Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8469696Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8469957Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8470214Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8470485Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8470745Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8471007Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8471255Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8471511Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8471773Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8472021Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8472279Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8472631Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8472876Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8473134Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8473459Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8473759Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8474005Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8474267Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8474527Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:17:36.8474772Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:17:36.8475038Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8475350Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8475616Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8475874Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8476142Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:17:36.8476407Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8476671Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:17:36.8476943Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8477207Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8477465Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8477713Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8477980Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8478243Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8478492Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8478749Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8479011Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8479259Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8479522Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8479787Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8480045Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8480295Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:17:36.8480444Z 2022-12-01T10:17:36.8480680Z ---------------------------------------------------------------------- 2022-12-01T10:17:36.8480928Z Ran 826 tests in 2.449s 2022-12-01T10:17:36.8481045Z 2022-12-01T10:17:36.8481093Z OK 2022-12-01T10:17:36.8481185Z 2022-12-01T10:17:36.8481272Z Generating XML reports... 2022-12-01T10:17:36.8481696Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221201101733.xml 2022-12-01T10:17:36.8482205Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201101733.xml 2022-12-01T10:17:36.8482710Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221201101733.xml 2022-12-01T10:17:36.8483229Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201101733.xml 2022-12-01T10:17:36.8483720Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201101733.xml 2022-12-01T10:17:36.8483940Z 2022-12-01T10:17:36.8484266Z ##[endgroup] 2022-12-01T10:17:36.8484661Z FINISHED PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_zwwnlk_d) 2022-12-01T10:17:36.8484888Z 2022-12-01T10:17:38.1873906Z 2022-12-01T10:17:38.1874639Z Expand the folded group to see the log file of test_logging 2022-12-01T10:17:38.1875651Z ##[group]PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_4t2zm9xi) 2022-12-01T10:17:38.1876487Z Test results will be stored in test-reports/python-unittest/test_logging 2022-12-01T10:17:38.1877037Z 2022-12-01T10:17:38.1877189Z Running tests... 2022-12-01T10:17:38.1877855Z ---------------------------------------------------------------------- 2022-12-01T10:17:38.1878362Z testApiUsage (__main__.LoggingTest) 2022-12-01T10:17:38.1878884Z This test verifies that api usage logging is not triggered via static ... ok (1.597s) 2022-12-01T10:17:38.1879227Z 2022-12-01T10:17:38.1879580Z ---------------------------------------------------------------------- 2022-12-01T10:17:38.1880021Z Ran 1 test in 1.598s 2022-12-01T10:17:38.1880235Z 2022-12-01T10:17:38.1880353Z OK 2022-12-01T10:17:38.1880522Z 2022-12-01T10:17:38.1880684Z Generating XML reports... 2022-12-01T10:17:38.1881426Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201101736.xml 2022-12-01T10:17:38.1881847Z 2022-12-01T10:17:38.1882315Z ##[endgroup] 2022-12-01T10:17:38.1883026Z FINISHED PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_4t2zm9xi) 2022-12-01T10:17:38.1883431Z 2022-12-01T10:17:38.2811634Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:38.3447289Z Ignoring disabled issues: [] 2022-12-01T10:17:38.3594823Z Running test_bundled_inputs ... [2022-12-01 10:17:38.359092] 2022-12-01T10:17:38.3597380Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:38.359439] 2022-12-01T10:17:39.7566904Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:39.8198403Z Ignoring disabled issues: [] 2022-12-01T10:17:39.8343793Z Running test_futures ... [2022-12-01 10:17:39.834135] 2022-12-01T10:17:39.8346999Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:39.834455] 2022-12-01T10:17:40.6187140Z 2022-12-01T10:17:40.6187810Z Expand the folded group to see the log file of test_bundled_inputs 2022-12-01T10:17:40.6188638Z ##[group]PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_q9__nbzl) 2022-12-01T10:17:40.6189218Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-12-01T10:17:40.6189466Z 2022-12-01T10:17:40.6189542Z Running tests... 2022-12-01T10:17:40.6189840Z ---------------------------------------------------------------------- 2022-12-01T10:17:40.6190176Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.238s) 2022-12-01T10:17:40.6190464Z test_dict_args (__main__.TestBundledInputs) ... ok (0.633s) 2022-12-01T10:17:40.6190736Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.006s) 2022-12-01T10:17:40.6191086Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.011s) 2022-12-01T10:17:40.6191395Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.017s) 2022-12-01T10:17:40.6191725Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.020s) 2022-12-01T10:17:40.6192054Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.065s) 2022-12-01T10:17:40.6192398Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.005s) 2022-12-01T10:17:40.6192968Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.004s) 2022-12-01T10:17:40.6193275Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.008s) 2022-12-01T10:17:40.6193612Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.008s) 2022-12-01T10:17:40.6193896Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.029s) 2022-12-01T10:17:40.6194056Z 2022-12-01T10:17:40.6194297Z ---------------------------------------------------------------------- 2022-12-01T10:17:40.6194543Z Ran 12 tests in 1.046s 2022-12-01T10:17:40.6194657Z 2022-12-01T10:17:40.6194719Z OK 2022-12-01T10:17:40.6194810Z 2022-12-01T10:17:40.6194898Z Generating XML reports... 2022-12-01T10:17:40.6195544Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201101739.xml 2022-12-01T10:17:40.6195896Z 2022-12-01T10:17:40.6196151Z ##[endgroup] 2022-12-01T10:17:40.6196598Z FINISHED PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_q9__nbzl) 2022-12-01T10:17:40.6196810Z 2022-12-01T10:17:41.9097987Z 2022-12-01T10:17:41.9098699Z Expand the folded group to see the log file of test_futures 2022-12-01T10:17:41.9100350Z ##[group]PRINTING LOG FILE of test_futures (/var/lib/jenkins/workspace/test/test-reports/test_futures_6napg0br) 2022-12-01T10:17:41.9101185Z Test results will be stored in test-reports/python-unittest/test_futures 2022-12-01T10:17:41.9101369Z 2022-12-01T10:17:41.9101450Z Running tests... 2022-12-01T10:17:41.9101763Z ---------------------------------------------------------------------- 2022-12-01T10:17:41.9102164Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-12-01T10:17:41.9102432Z 2022-12-01T10:17:41.9102503Z At: 2022-12-01T10:17:41.9102691Z test_futures.py(236): raise_value_error 2022-12-01T10:17:41.9103052Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-12-01T10:17:41.9103341Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-12-01T10:17:41.9103615Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-12-01T10:17:41.9103878Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-12-01T10:17:41.9104265Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2038): _run_with_retry 2022-12-01T10:17:41.9104694Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2101): run 2022-12-01T10:17:41.9104995Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-12-01T10:17:41.9105241Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:17:41.9105505Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:17:41.9105764Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:17:41.9106024Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:17:41.9106355Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-12-01T10:17:41.9106636Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-12-01T10:17:41.9106892Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-12-01T10:17:41.9107255Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(788): run_tests 2022-12-01T10:17:41.9107535Z test_futures.py(340): 2022-12-01T10:17:41.9107658Z 2022-12-01T10:17:41.9107725Z ok (0.233s) 2022-12-01T10:17:41.9107965Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:17:41.9108413Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-12-01T10:17:41.9108764Z ok (0.001s) 2022-12-01T10:17:41.9108992Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9109252Z test_chained_then (__main__.TestFuture) ... ok (0.004s) 2022-12-01T10:17:41.9109502Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-12-01T10:17:41.9109744Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9109980Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9110301Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:17:41.9110764Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-12-01T10:17:41.9111042Z 2022-12-01T10:17:41.9111292Z At: 2022-12-01T10:17:41.9111468Z test_futures.py(280): raise_value_error 2022-12-01T10:17:41.9111878Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-12-01T10:17:41.9112209Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-12-01T10:17:41.9112680Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-12-01T10:17:41.9113077Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2038): _run_with_retry 2022-12-01T10:17:41.9113503Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2101): run 2022-12-01T10:17:41.9113811Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-12-01T10:17:41.9114058Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:17:41.9114319Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:17:41.9114578Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:17:41.9114826Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:17:41.9115167Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-12-01T10:17:41.9115448Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-12-01T10:17:41.9115706Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-12-01T10:17:41.9116073Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(788): run_tests 2022-12-01T10:17:41.9116354Z test_futures.py(340): 2022-12-01T10:17:41.9116478Z 2022-12-01T10:17:41.9116547Z ok (0.001s) 2022-12-01T10:17:41.9116752Z test_mark_future_twice (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:17:41.9117013Z test_pickle_future (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:17:41.9117266Z test_set_exception (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9117528Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:17:41.9117791Z test_then (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9118035Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9118285Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9118522Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9118762Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:17:41.9118993Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-12-01T10:17:41.9119178Z ok (0.001s) 2022-12-01T10:17:41.9119393Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.502s) 2022-12-01T10:17:41.9119646Z test_wait_none (__main__.TestFuture) ... ok (0.004s) 2022-12-01T10:17:41.9119787Z 2022-12-01T10:17:41.9119975Z ---------------------------------------------------------------------- 2022-12-01T10:17:41.9120219Z Ran 22 tests in 0.868s 2022-12-01T10:17:41.9120331Z 2022-12-01T10:17:41.9120394Z OK 2022-12-01T10:17:41.9120485Z 2022-12-01T10:17:41.9120569Z Generating XML reports... 2022-12-01T10:17:41.9120956Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20221201101740.xml 2022-12-01T10:17:41.9121177Z 2022-12-01T10:17:41.9121447Z ##[endgroup] 2022-12-01T10:17:41.9121809Z FINISHED PRINTING LOG FILE of test_futures (/var/lib/jenkins/workspace/test/test-reports/test_futures_6napg0br) 2022-12-01T10:17:41.9122022Z 2022-12-01T10:17:42.1042799Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:42.1661864Z Ignoring disabled issues: [] 2022-12-01T10:17:42.1811098Z Running test_tensorexpr_pybind ... [2022-12-01 10:17:42.180840] 2022-12-01T10:17:42.1813448Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:42.181157] 2022-12-01T10:17:43.4768910Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:43.5417079Z Ignoring disabled issues: [] 2022-12-01T10:17:43.5566001Z Running benchmark_utils/test_benchmark_utils ... [2022-12-01 10:17:43.556190] 2022-12-01T10:17:43.5567462Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:43.556535] 2022-12-01T10:17:44.2089474Z 2022-12-01T10:17:44.2090044Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-12-01T10:17:44.2091330Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_kf220lh9) 2022-12-01T10:17:44.2092174Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-12-01T10:17:44.2092369Z 2022-12-01T10:17:44.2092444Z Running tests... 2022-12-01T10:17:44.2092782Z ---------------------------------------------------------------------- 2022-12-01T10:17:44.2093105Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.249s) 2022-12-01T10:17:44.2093402Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... ok (0.026s) 2022-12-01T10:17:44.2093739Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-12-01T10:17:44.2094040Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-12-01T10:17:44.2094387Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-12-01T10:17:44.2094753Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-12-01T10:17:44.2095216Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-12-01T10:17:44.2095782Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... ok (0.164s) 2022-12-01T10:17:44.2096221Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... ok (0.041s) 2022-12-01T10:17:44.2096534Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-12-01T10:17:44.2096906Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-12-01T10:17:44.2097214Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... ok (0.060s) 2022-12-01T10:17:44.2097571Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... ok (0.023s) 2022-12-01T10:17:44.2097871Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-12-01T10:17:44.2098192Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-12-01T10:17:44.2098531Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... ok (0.030s) 2022-12-01T10:17:44.2098898Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-12-01T10:17:44.2099115Z 2022-12-01T10:17:44.2099365Z ---------------------------------------------------------------------- 2022-12-01T10:17:44.2099609Z Ran 17 tests in 0.715s 2022-12-01T10:17:44.2099733Z 2022-12-01T10:17:44.2099828Z OK 2022-12-01T10:17:44.2099913Z 2022-12-01T10:17:44.2100000Z Generating XML reports... 2022-12-01T10:17:44.2100463Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201101743.xml 2022-12-01T10:17:44.2101083Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201101743.xml 2022-12-01T10:17:44.2101380Z 2022-12-01T10:17:44.2101629Z ##[endgroup] 2022-12-01T10:17:44.2102044Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_kf220lh9) 2022-12-01T10:17:44.2102329Z 2022-12-01T10:17:45.7206891Z 2022-12-01T10:17:45.7207466Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-12-01T10:17:45.7208574Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/workspace/test/test-reports/benchmark_utils-test_benchmark_utils_3saazat7) 2022-12-01T10:17:45.7209667Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-12-01T10:17:45.7210322Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:45.7210512Z 2022-12-01T10:17:45.7210587Z Running tests... 2022-12-01T10:17:45.7210900Z ---------------------------------------------------------------------- 2022-12-01T10:17:45.7211415Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.432s) 2022-12-01T10:17:45.7212318Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76932 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:17:45.7212949Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:17:45.7213270Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.101s) 2022-12-01T10:17:45.7213575Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:17:45.7213863Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2022-12-01T10:17:45.7214157Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.041s) 2022-12-01T10:17:45.7214453Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.031s) 2022-12-01T10:17:45.7214768Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.000s) 2022-12-01T10:17:45.7214952Z 2022-12-01T10:17:45.7215152Z ---------------------------------------------------------------------- 2022-12-01T10:17:45.7215391Z Ran 9 tests in 0.612s 2022-12-01T10:17:45.7215504Z 2022-12-01T10:17:45.7215575Z OK (skipped=4) 2022-12-01T10:17:45.7215680Z 2022-12-01T10:17:45.7215751Z Generating XML reports... 2022-12-01T10:17:45.7216208Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221201101744.xml 2022-12-01T10:17:45.7216468Z 2022-12-01T10:17:45.7216711Z ##[endgroup] 2022-12-01T10:17:45.7217149Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/workspace/test/test-reports/benchmark_utils-test_benchmark_utils_3saazat7) 2022-12-01T10:17:45.7217410Z 2022-12-01T10:17:45.7863771Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:45.8497680Z Ignoring disabled issues: [] 2022-12-01T10:17:45.8646878Z Running test_subclass ... [2022-12-01 10:17:45.864362] 2022-12-01T10:17:45.8648533Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:45.864637] 2022-12-01T10:17:47.2705207Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:47.3337719Z Ignoring disabled issues: [] 2022-12-01T10:17:47.3486563Z Running test_set_default_mobile_cpu_allocator ... [2022-12-01 10:17:47.348267] 2022-12-01T10:17:47.3487601Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:47.348549] 2022-12-01T10:17:47.4721468Z 2022-12-01T10:17:47.4721968Z Expand the folded group to see the log file of test_subclass 2022-12-01T10:17:47.4724255Z ##[group]PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_ihp9zfql) 2022-12-01T10:17:47.4725142Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-12-01T10:17:47.4725473Z 2022-12-01T10:17:47.4725604Z Running tests... 2022-12-01T10:17:47.4726153Z ---------------------------------------------------------------------- 2022-12-01T10:17:47.4726705Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.225s) 2022-12-01T10:17:47.4727262Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4727843Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4728414Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4729006Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4729778Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4730452Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4731042Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4731618Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4732189Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4732773Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-12-01T10:17:47.4734040Z 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-12-01T10:17:47.4735056Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:17:47.4735519Z expected failure (0.002s) 2022-12-01T10:17:47.4735997Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:17:47.4736579Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:17:47.4737175Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:17:47.4737756Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4738317Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:17:47.4738972Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:17:47.4739545Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4740121Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T10:17:47.4740761Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4741425Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4742070Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4742696Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4743251Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4743818Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4744365Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4744915Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4745517Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4746089Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4746666Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4747222Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4747810Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4748388Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4748987Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4749569Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4750349Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4750966Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4751585Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4752177Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4752939Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4753464Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4753947Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4754424Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4754945Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4755445Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4755925Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4756439Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4756967Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4757473Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4757961Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4758466Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4758986Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4759522Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4760066Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4760600Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4761133Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4761655Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4762205Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:17:47.4762737Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:17:47.4763270Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:17:47.4763817Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4764377Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4764940Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4765501Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4766071Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4766644Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4767232Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4767816Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4768386Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4769136Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:17:47.4769444Z 2022-12-01T10:17:47.4769827Z ---------------------------------------------------------------------- 2022-12-01T10:17:47.4770214Z Ran 71 tests in 0.359s 2022-12-01T10:17:47.4770398Z 2022-12-01T10:17:47.4770533Z OK (expected failures=5) 2022-12-01T10:17:47.4770723Z 2022-12-01T10:17:47.4770856Z Generating XML reports... 2022-12-01T10:17:47.4771516Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201101746.xml 2022-12-01T10:17:47.4771889Z 2022-12-01T10:17:47.4772313Z ##[endgroup] 2022-12-01T10:17:47.4772939Z FINISHED PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_ihp9zfql) 2022-12-01T10:17:47.4773280Z 2022-12-01T10:17:48.8510483Z 2022-12-01T10:17:48.8511748Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-12-01T10:17:48.8513174Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_k_4lmjnh) 2022-12-01T10:17:48.8514230Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-12-01T10:17:48.8514530Z 2022-12-01T10:17:48.8514606Z Running tests... 2022-12-01T10:17:48.8514915Z ---------------------------------------------------------------------- 2022-12-01T10:17:48.8515250Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.276s) 2022-12-01T10:17:48.8515588Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-12-01T10:17:48.8515782Z 2022-12-01T10:17:48.8515978Z ---------------------------------------------------------------------- 2022-12-01T10:17:48.8516223Z Ran 2 tests in 0.276s 2022-12-01T10:17:48.8516338Z 2022-12-01T10:17:48.8516387Z OK 2022-12-01T10:17:48.8516484Z 2022-12-01T10:17:48.8516568Z Generating XML reports... 2022-12-01T10:17:48.8517097Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201101748.xml 2022-12-01T10:17:48.8517407Z 2022-12-01T10:17:48.8517620Z ##[endgroup] 2022-12-01T10:17:48.8518075Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_k_4lmjnh) 2022-12-01T10:17:48.8518342Z 2022-12-01T10:17:49.0487870Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:49.1109637Z Ignoring disabled issues: [] 2022-12-01T10:17:49.1255155Z Running test_per_overload_api ... [2022-12-01 10:17:49.125271] 2022-12-01T10:17:49.1257189Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:49.125532] 2022-12-01T10:17:50.3862507Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:50.4487958Z Ignoring disabled issues: [] 2022-12-01T10:17:50.4636263Z Running test_license ... [2022-12-01 10:17:50.463273] 2022-12-01T10:17:50.4637553Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:50.463540] 2022-12-01T10:17:50.6182415Z 2022-12-01T10:17:50.6182980Z Expand the folded group to see the log file of test_per_overload_api 2022-12-01T10:17:50.6184082Z ##[group]PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_4h3x5g0t) 2022-12-01T10:17:50.6184975Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-12-01T10:17:50.6185274Z 2022-12-01T10:17:50.6185384Z Running tests... 2022-12-01T10:17:50.6185892Z ---------------------------------------------------------------------- 2022-12-01T10:17:50.6186367Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.229s) 2022-12-01T10:17:50.6186895Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:17:50.6187255Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:17:50.6187417Z 2022-12-01T10:17:50.6187605Z ---------------------------------------------------------------------- 2022-12-01T10:17:50.6187851Z Ran 3 tests in 0.233s 2022-12-01T10:17:50.6187967Z 2022-12-01T10:17:50.6188029Z OK 2022-12-01T10:17:50.6188120Z 2022-12-01T10:17:50.6188203Z Generating XML reports... 2022-12-01T10:17:50.6188645Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201101750.xml 2022-12-01T10:17:50.6188900Z 2022-12-01T10:17:50.6189147Z ##[endgroup] 2022-12-01T10:17:50.6189556Z FINISHED PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_4h3x5g0t) 2022-12-01T10:17:50.6189772Z 2022-12-01T10:17:51.9306282Z 2022-12-01T10:17:51.9306730Z Expand the folded group to see the log file of test_license 2022-12-01T10:17:51.9308278Z ##[group]PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_k64gygqp) 2022-12-01T10:17:51.9309112Z Test results will be stored in test-reports/python-unittest/test_license 2022-12-01T10:17:51.9309295Z 2022-12-01T10:17:51.9309370Z Running tests... 2022-12-01T10:17:51.9309665Z ---------------------------------------------------------------------- 2022-12-01T10:17:51.9309943Z test_distinfo_license (__main__.TestLicense) 2022-12-01T10:17:51.9310235Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.279s) 2022-12-01T10:17:51.9310578Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.000s) 2022-12-01T10:17:51.9310755Z 2022-12-01T10:17:51.9310954Z ---------------------------------------------------------------------- 2022-12-01T10:17:51.9311199Z Ran 2 tests in 0.280s 2022-12-01T10:17:51.9311316Z 2022-12-01T10:17:51.9311387Z OK (skipped=1) 2022-12-01T10:17:51.9311498Z 2022-12-01T10:17:51.9311570Z Generating XML reports... 2022-12-01T10:17:51.9311975Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20221201101751.xml 2022-12-01T10:17:51.9312199Z 2022-12-01T10:17:51.9312419Z ##[endgroup] 2022-12-01T10:17:51.9312924Z FINISHED PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_k64gygqp) 2022-12-01T10:17:51.9313140Z 2022-12-01T10:17:52.1783522Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:52.2407225Z Ignoring disabled issues: [] 2022-12-01T10:17:52.2553261Z Running test_itt ... [2022-12-01 10:17:52.255085] 2022-12-01T10:17:52.2555500Z Executing ['/opt/conda/bin/python', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:52.255346] 2022-12-01T10:17:53.4745502Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:53.5381270Z Ignoring disabled issues: [] 2022-12-01T10:17:53.5532411Z Running test_numba_integration ... [2022-12-01 10:17:53.552931] 2022-12-01T10:17:53.5534347Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:53.553222] 2022-12-01T10:17:53.7225784Z 2022-12-01T10:17:53.7226260Z Expand the folded group to see the log file of test_itt 2022-12-01T10:17:53.7227319Z ##[group]PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt_ubi6p1aa) 2022-12-01T10:17:53.7228196Z Test results will be stored in test-reports/python-unittest/test_itt 2022-12-01T10:17:53.7228515Z 2022-12-01T10:17:53.7228645Z Running tests... 2022-12-01T10:17:53.7229190Z ---------------------------------------------------------------------- 2022-12-01T10:17:53.7229534Z test_itt (__main__.TestItt) ... ok (0.232s) 2022-12-01T10:17:53.7229668Z 2022-12-01T10:17:53.7229875Z ---------------------------------------------------------------------- 2022-12-01T10:17:53.7230101Z Ran 1 test in 0.232s 2022-12-01T10:17:53.7230417Z 2022-12-01T10:17:53.7230478Z OK 2022-12-01T10:17:53.7230570Z 2022-12-01T10:17:53.7230713Z Generating XML reports... 2022-12-01T10:17:53.7231106Z Generated XML report: test-reports/python-unittest/test_itt/TEST-TestItt-20221201101753.xml 2022-12-01T10:17:53.7231301Z 2022-12-01T10:17:53.7231528Z ##[endgroup] 2022-12-01T10:17:53.7231885Z FINISHED PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt_ubi6p1aa) 2022-12-01T10:17:53.7232088Z 2022-12-01T10:17:54.9902385Z 2022-12-01T10:17:54.9903237Z Expand the folded group to see the log file of test_numba_integration 2022-12-01T10:17:54.9904340Z ##[group]PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_4eqx3w5d) 2022-12-01T10:17:54.9905311Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-12-01T10:17:54.9905695Z 2022-12-01T10:17:54.9905798Z Running tests... 2022-12-01T10:17:54.9906373Z ---------------------------------------------------------------------- 2022-12-01T10:17:54.9906831Z test_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:17:54.9907202Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-12-01T10:17:54.9907499Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-12-01T10:17:54.9907799Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-12-01T10:17:54.9908101Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-12-01T10:17:54.9908401Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-12-01T10:17:54.9908714Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:17:54.9909020Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-12-01T10:17:54.9909316Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:17:54.9909755Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-12-01T10:17:54.9910178Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:17:54.9910584Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:17:54.9910971Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-12-01T10:17:54.9911314Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-12-01T10:17:54.9911645Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-12-01T10:17:54.9912083Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:17:54.9912371Z 2022-12-01T10:17:54.9912761Z ---------------------------------------------------------------------- 2022-12-01T10:17:54.9913010Z Ran 8 tests in 0.010s 2022-12-01T10:17:54.9913123Z 2022-12-01T10:17:54.9913199Z OK (skipped=8) 2022-12-01T10:17:54.9913307Z 2022-12-01T10:17:54.9913393Z Generating XML reports... 2022-12-01T10:17:54.9913827Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201101754.xml 2022-12-01T10:17:54.9914080Z 2022-12-01T10:17:54.9914316Z ##[endgroup] 2022-12-01T10:17:54.9914709Z FINISHED PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_4eqx3w5d) 2022-12-01T10:17:54.9914936Z 2022-12-01T10:17:55.2686017Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:55.3317382Z Ignoring disabled issues: [] 2022-12-01T10:17:55.3466880Z Running test_complex ... [2022-12-01 10:17:55.346292] 2022-12-01T10:17:55.3467913Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:55.346551] 2022-12-01T10:17:56.5172928Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:56.5789669Z Ignoring disabled issues: [] 2022-12-01T10:17:56.5936924Z Running test_vulkan ... [2022-12-01 10:17:56.593454] 2022-12-01T10:17:56.5939250Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:56.593716] 2022-12-01T10:17:56.8322964Z 2022-12-01T10:17:56.8323514Z Expand the folded group to see the log file of test_complex 2022-12-01T10:17:56.8324351Z ##[group]PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_jm3grlgq) 2022-12-01T10:17:56.8324869Z Test results will be stored in test-reports/python-unittest/test_complex 2022-12-01T10:17:56.8325075Z 2022-12-01T10:17:56.8325150Z Running tests... 2022-12-01T10:17:56.8325463Z ---------------------------------------------------------------------- 2022-12-01T10:17:56.8325795Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-12-01T10:17:56.8326128Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:17:56.8326444Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:17:56.8326757Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:17:56.8326931Z 2022-12-01T10:17:56.8327133Z ---------------------------------------------------------------------- 2022-12-01T10:17:56.8327377Z Ran 4 tests in 0.005s 2022-12-01T10:17:56.8327478Z 2022-12-01T10:17:56.8327540Z OK 2022-12-01T10:17:56.8327635Z 2022-12-01T10:17:56.8327719Z Generating XML reports... 2022-12-01T10:17:56.8328156Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201101756.xml 2022-12-01T10:17:56.8328407Z 2022-12-01T10:17:56.8328622Z ##[endgroup] 2022-12-01T10:17:56.8329004Z FINISHED PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_jm3grlgq) 2022-12-01T10:17:56.8329219Z 2022-12-01T10:17:57.7369887Z 2022-12-01T10:17:57.7376234Z Expand the folded group to see the log file of test_vulkan 2022-12-01T10:17:57.7382618Z ##[group]PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_drvb7f51) 2022-12-01T10:17:57.7392116Z 2022-12-01T10:17:57.7392328Z Running tests... 2022-12-01T10:17:57.7393257Z ---------------------------------------------------------------------- 2022-12-01T10:17:57.7394248Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports/python-unittest/test_vulkan 2022-12-01T10:17:57.7394997Z skip: Vulkan backend must be available for these tests. (0.003s) 2022-12-01T10:17:57.7395338Z 2022-12-01T10:17:57.7395767Z ---------------------------------------------------------------------- 2022-12-01T10:17:57.7396306Z Ran 1 test in 0.003s 2022-12-01T10:17:57.7396518Z 2022-12-01T10:17:57.7396668Z OK (skipped=1) 2022-12-01T10:17:57.7396903Z 2022-12-01T10:17:57.7397088Z Generating XML reports... 2022-12-01T10:17:57.7398013Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201101757.xml 2022-12-01T10:17:57.7403932Z 2022-12-01T10:17:57.7409184Z ##[endgroup] 2022-12-01T10:17:57.7414788Z FINISHED PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_drvb7f51) 2022-12-01T10:17:57.7420003Z 2022-12-01T10:17:58.3629360Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:58.4253372Z Ignoring disabled issues: [] 2022-12-01T10:17:58.6941497Z Running test_ops ... [2022-12-01 10:17:58.693775] 2022-12-01T10:17:59.8418620Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:59.8649383Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:59.9042360Z Ignoring disabled issues: [] 2022-12-01T10:17:59.9193432Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:59.918936] 2022-12-01T10:17:59.9284064Z Ignoring disabled issues: [] 2022-12-01T10:17:59.9438287Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:59.943509] 2022-12-01T10:32:43.0193061Z 2022-12-01T10:32:43.0193578Z Expand the folded group to see the log file of test_ops 2022-12-01T10:32:43.0194536Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_eqe_cvv1) 2022-12-01T10:32:43.0251204Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-c3f19f14b61bf0ec.xml 2022-12-01T10:32:43.0251787Z ============================= test session starts ============================== 2022-12-01T10:32:43.0252402Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:32:43.0252841Z cachedir: .pytest_cache 2022-12-01T10:32:43.0253587Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:32:43.0261130Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:32:43.0261680Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:32:43.0262022Z collecting ... collected 26295 items / 23 deselected / 26272 selected 2022-12-01T10:32:43.2287485Z Running 13125 items in this shard: test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___ror___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bool_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cross_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_double_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_equal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flip_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_float_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_floor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_inner_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_istft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_long_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mH_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mT_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_normal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_outer_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_permute_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polar_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_roll_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_take_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_where_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_errors___rand___cpu, test/test_ops.py::TestCommonCPU::test_errors___rmod___cpu, test/test_ops.py::TestCommonCPU::test_errors___rmul___cpu, test/test_ops.py::TestCommonCPU::test_errors___ror___cpu, test/test_ops.py::TestCommonCPU::test_errors___rpow___cpu, test/test_ops.py::TestCommonCPU::test_errors_amin_cpu, test/test_ops.py::TestCommonCPU::test_errors_atan2_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_cat_cpu, test/test_ops.py::TestCommonCPU::test_errors_copysign_cpu, test/test_ops.py::TestCommonCPU::test_errors_cov_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_eq_cpu, test/test_ops.py::TestCommonCPU::test_errors_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_errors_float_power_cpu, test/test_ops.py::TestCommonCPU::test_errors_gather_cpu, test/test_ops.py::TestCommonCPU::test_errors_gradient_cpu, test/test_ops.py::TestCommonCPU::test_errors_gt_cpu, test/test_ops.py::TestCommonCPU::test_errors_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_errors_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_hstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_hypot_cpu, test/test_ops.py::TestCommonCPU::test_errors_igamma_cpu, test/test_ops.py::TestCommonCPU::test_errors_index_select_cpu, test/test_ops.py::TestCommonCPU::test_errors_isclose_cpu, test/test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_errors_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_errors_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_minimum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mul_cpu, test/test_ops.py::TestCommonCPU::test_errors_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_errors_ne_cpu, test/test_ops.py::TestCommonCPU::test_errors_neg_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_pow_cpu, test/test_ops.py::TestCommonCPU::test_errors_renorm_cpu, test/test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_errors_reshape_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_errors_take_cpu, test/test_ops.py::TestCommonCPU::test_errors_unbind_cpu, test/test_ops.py::TestCommonCPU::test_errors_uniform_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_cpu, test/test_ops.py::TestCommonCPU::test_errors_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_vstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_where_cpu, test/test_ops.py::TestCommonCPU::test_errors_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___ror___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bool_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_byte_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diff_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_equal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flip_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gather_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kron_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mT_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_outer_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_positive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_square_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_stft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_topk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_istft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_istft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_H_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_long_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-12-01T10:32:43.3473236Z 2022-12-01T10:32:43.3473562Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3473966Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3474336Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3474690Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3475080Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 SKIPPED (Fails on cuda + rocm) [ 0%] 2022-12-01T10:32:43.3475482Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3476184Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3476561Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3476914Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3477272Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3477629Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3477974Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3478333Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3478691Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3479054Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3479409Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3479784Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3480149Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3480507Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3480874Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:32:43.3481243Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3481607Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3481977Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3482327Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3482687Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3483042Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3483391Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3483755Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3484114Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3484472Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3484818Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3485188Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3485549Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3485910Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3486264Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3486629Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3486991Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3487333Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3487766Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3488130Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3488486Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3488902Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 0%] 2022-12-01T10:32:43.3489318Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3489691Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3490066Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3490427Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3490786Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3491141Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3491486Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3491840Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3492192Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3492564Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3492923Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3493283Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3493634Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3493994Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3494341Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3494698Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3495059Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:32:43.3495467Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu PASSED [ 0%] 2022-12-01T10:32:43.3495781Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu PASSED [ 0%] 2022-12-01T10:32:43.3496079Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu PASSED [ 0%] 2022-12-01T10:32:43.3496379Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu PASSED [ 0%] 2022-12-01T10:32:43.3496663Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu PASSED [ 0%] 2022-12-01T10:32:43.3496955Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu PASSED [ 0%] 2022-12-01T10:32:43.3497251Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu PASSED [ 0%] 2022-12-01T10:32:43.3497536Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu PASSED [ 0%] 2022-12-01T10:32:43.3497832Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu PASSED [ 0%] 2022-12-01T10:32:43.3498130Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu PASSED [ 0%] 2022-12-01T10:32:43.3498426Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu PASSED [ 0%] 2022-12-01T10:32:43.3498714Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu PASSED [ 0%] 2022-12-01T10:32:43.3499102Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu PASSED [ 0%] 2022-12-01T10:32:43.3499401Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu PASSED [ 0%] 2022-12-01T10:32:43.3499682Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu PASSED [ 0%] 2022-12-01T10:32:43.3499982Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu PASSED [ 0%] 2022-12-01T10:32:43.3500284Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu PASSED [ 0%] 2022-12-01T10:32:43.3500586Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu PASSED [ 0%] 2022-12-01T10:32:43.3500891Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu PASSED [ 0%] 2022-12-01T10:32:43.3501214Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu PASSED [ 0%] 2022-12-01T10:32:43.3501517Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu PASSED [ 0%] 2022-12-01T10:32:43.3501809Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu PASSED [ 0%] 2022-12-01T10:32:43.3502111Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu PASSED [ 0%] 2022-12-01T10:32:43.3502413Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu PASSED [ 0%] 2022-12-01T10:32:43.3502722Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu PASSED [ 0%] 2022-12-01T10:32:43.3503015Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu PASSED [ 0%] 2022-12-01T10:32:43.3503313Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu PASSED [ 0%] 2022-12-01T10:32:43.3503611Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu PASSED [ 0%] 2022-12-01T10:32:43.3503897Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu PASSED [ 0%] 2022-12-01T10:32:43.3504215Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu PASSED [ 0%] 2022-12-01T10:32:43.3504542Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu PASSED [ 0%] 2022-12-01T10:32:43.3504846Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu PASSED [ 0%] 2022-12-01T10:32:43.3505133Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu PASSED [ 0%] 2022-12-01T10:32:43.3505429Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu PASSED [ 0%] 2022-12-01T10:32:43.3505727Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu PASSED [ 0%] 2022-12-01T10:32:43.3506009Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu PASSED [ 0%] 2022-12-01T10:32:43.3506301Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu PASSED [ 0%] 2022-12-01T10:32:43.3506593Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu PASSED [ 0%] 2022-12-01T10:32:43.3506889Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu PASSED [ 0%] 2022-12-01T10:32:43.3507172Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu PASSED [ 0%] 2022-12-01T10:32:43.3507474Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu PASSED [ 0%] 2022-12-01T10:32:43.3507777Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu PASSED [ 0%] 2022-12-01T10:32:43.3508059Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu PASSED [ 0%] 2022-12-01T10:32:43.3508357Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu PASSED [ 0%] 2022-12-01T10:32:43.3508651Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu PASSED [ 0%] 2022-12-01T10:32:43.3508951Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu PASSED [ 0%] 2022-12-01T10:32:43.3509240Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu PASSED [ 0%] 2022-12-01T10:32:43.3509536Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu PASSED [ 0%] 2022-12-01T10:32:43.3509834Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu PASSED [ 0%] 2022-12-01T10:32:43.3510156Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu PASSED [ 0%] 2022-12-01T10:32:43.3510484Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu PASSED [ 0%] 2022-12-01T10:32:43.3510784Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu PASSED [ 0%] 2022-12-01T10:32:43.3511082Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu PASSED [ 0%] 2022-12-01T10:32:43.3511365Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu PASSED [ 0%] 2022-12-01T10:32:43.3511654Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu PASSED [ 0%] 2022-12-01T10:32:43.3511945Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu PASSED [ 0%] 2022-12-01T10:32:43.3512228Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu PASSED [ 0%] 2022-12-01T10:32:43.3512621Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu PASSED [ 0%] 2022-12-01T10:32:43.3512922Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu PASSED [ 0%] 2022-12-01T10:32:43.3513221Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu PASSED [ 0%] 2022-12-01T10:32:43.3513506Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu PASSED [ 0%] 2022-12-01T10:32:43.3513803Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu PASSED [ 0%] 2022-12-01T10:32:43.3514110Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu PASSED [ 0%] 2022-12-01T10:32:43.3514404Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu PASSED [ 0%] 2022-12-01T10:32:43.3514707Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu PASSED [ 0%] 2022-12-01T10:32:43.3515003Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu PASSED [ 0%] 2022-12-01T10:32:43.3515302Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu PASSED [ 0%] 2022-12-01T10:32:43.3515589Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu PASSED [ 0%] 2022-12-01T10:32:43.3515892Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu PASSED [ 0%] 2022-12-01T10:32:43.3516210Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu PASSED [ 0%] 2022-12-01T10:32:43.3516513Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu PASSED [ 0%] 2022-12-01T10:32:43.3516813Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu PASSED [ 0%] 2022-12-01T10:32:43.3517105Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu PASSED [ 1%] 2022-12-01T10:32:43.3517398Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu PASSED [ 1%] 2022-12-01T10:32:43.3517683Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu PASSED [ 1%] 2022-12-01T10:32:43.3517987Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu PASSED [ 1%] 2022-12-01T10:32:43.3518289Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu PASSED [ 1%] 2022-12-01T10:32:43.3518582Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu PASSED [ 1%] 2022-12-01T10:32:43.3518883Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu PASSED [ 1%] 2022-12-01T10:32:43.3519185Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu PASSED [ 1%] 2022-12-01T10:32:43.3519504Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu PASSED [ 1%] 2022-12-01T10:32:43.3519832Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu PASSED [ 1%] 2022-12-01T10:32:43.3520151Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu PASSED [ 1%] 2022-12-01T10:32:43.3520446Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu PASSED [ 1%] 2022-12-01T10:32:43.3520740Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu PASSED [ 1%] 2022-12-01T10:32:43.3521034Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu PASSED [ 1%] 2022-12-01T10:32:43.3521456Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu PASSED [ 1%] 2022-12-01T10:32:43.3521812Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu PASSED [ 1%] 2022-12-01T10:32:43.3522115Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu PASSED [ 1%] 2022-12-01T10:32:43.3522439Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu PASSED [ 1%] 2022-12-01T10:32:43.3522793Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 1%] 2022-12-01T10:32:43.3523128Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu PASSED [ 1%] 2022-12-01T10:32:43.3523465Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu PASSED [ 1%] 2022-12-01T10:32:43.3523804Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu PASSED [ 1%] 2022-12-01T10:32:43.3524151Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 1%] 2022-12-01T10:32:43.3524484Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu PASSED [ 1%] 2022-12-01T10:32:43.3524815Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu PASSED [ 1%] 2022-12-01T10:32:43.3525145Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu PASSED [ 1%] 2022-12-01T10:32:43.3525459Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu PASSED [ 1%] 2022-12-01T10:32:43.3525782Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu PASSED [ 1%] 2022-12-01T10:32:43.3526114Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu PASSED [ 1%] 2022-12-01T10:32:43.3526436Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu PASSED [ 1%] 2022-12-01T10:32:43.3526725Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu PASSED [ 1%] 2022-12-01T10:32:43.3527024Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu PASSED [ 1%] 2022-12-01T10:32:43.3527326Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu PASSED [ 1%] 2022-12-01T10:32:43.3527616Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu PASSED [ 1%] 2022-12-01T10:32:43.3527918Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu PASSED [ 1%] 2022-12-01T10:32:43.3528219Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu PASSED [ 1%] 2022-12-01T10:32:43.3528531Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu PASSED [ 1%] 2022-12-01T10:32:43.3528819Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu PASSED [ 1%] 2022-12-01T10:32:43.3529115Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu PASSED [ 1%] 2022-12-01T10:32:43.3529408Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu PASSED [ 1%] 2022-12-01T10:32:43.3529687Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu PASSED [ 1%] 2022-12-01T10:32:43.3529979Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu PASSED [ 1%] 2022-12-01T10:32:43.3530282Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu PASSED [ 1%] 2022-12-01T10:32:43.3530574Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu PASSED [ 1%] 2022-12-01T10:32:43.3530854Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu PASSED [ 1%] 2022-12-01T10:32:43.3531143Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu PASSED [ 1%] 2022-12-01T10:32:43.3531453Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu PASSED [ 1%] 2022-12-01T10:32:43.3531750Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu PASSED [ 1%] 2022-12-01T10:32:43.3532049Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu PASSED [ 1%] 2022-12-01T10:32:43.3532378Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 1%] 2022-12-01T10:32:43.3532733Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 1%] 2022-12-01T10:32:43.3533127Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu PASSED [ 1%] 2022-12-01T10:32:43.3533437Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu PASSED [ 1%] 2022-12-01T10:32:43.3533736Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu PASSED [ 1%] 2022-12-01T10:32:43.3534018Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu PASSED [ 1%] 2022-12-01T10:32:43.3534320Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu PASSED [ 1%] 2022-12-01T10:32:43.3534617Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu PASSED [ 1%] 2022-12-01T10:32:43.3534910Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu PASSED [ 1%] 2022-12-01T10:32:43.3535197Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu PASSED [ 1%] 2022-12-01T10:32:43.3535595Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu PASSED [ 1%] 2022-12-01T10:32:43.3535896Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu PASSED [ 1%] 2022-12-01T10:32:43.3536185Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu PASSED [ 1%] 2022-12-01T10:32:43.3536483Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu PASSED [ 1%] 2022-12-01T10:32:43.3536776Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu PASSED [ 1%] 2022-12-01T10:32:43.3537077Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu PASSED [ 1%] 2022-12-01T10:32:43.3537366Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu PASSED [ 1%] 2022-12-01T10:32:43.3537661Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu PASSED [ 1%] 2022-12-01T10:32:43.3537956Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu PASSED [ 1%] 2022-12-01T10:32:43.3538241Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu PASSED [ 1%] 2022-12-01T10:32:43.3538530Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu PASSED [ 1%] 2022-12-01T10:32:43.3538823Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu PASSED [ 1%] 2022-12-01T10:32:43.3539108Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu PASSED [ 1%] 2022-12-01T10:32:43.3539382Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu PASSED [ 1%] 2022-12-01T10:32:43.3539668Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu PASSED [ 1%] 2022-12-01T10:32:43.3539959Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu PASSED [ 1%] 2022-12-01T10:32:43.3540245Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu PASSED [ 1%] 2022-12-01T10:32:43.3540543Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu PASSED [ 1%] 2022-12-01T10:32:43.3540835Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu PASSED [ 1%] 2022-12-01T10:32:43.3541126Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu PASSED [ 1%] 2022-12-01T10:32:43.3541405Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu PASSED [ 1%] 2022-12-01T10:32:43.3541701Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu PASSED [ 1%] 2022-12-01T10:32:43.3542003Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu PASSED [ 1%] 2022-12-01T10:32:43.3542290Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu PASSED [ 1%] 2022-12-01T10:32:43.3542577Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu PASSED [ 1%] 2022-12-01T10:32:43.3542866Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu PASSED [ 1%] 2022-12-01T10:32:43.3543155Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu PASSED [ 1%] 2022-12-01T10:32:43.3543437Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu PASSED [ 1%] 2022-12-01T10:32:43.3543729Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu PASSED [ 1%] 2022-12-01T10:32:43.3544082Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu PASSED [ 1%] 2022-12-01T10:32:43.3544404Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu PASSED [ 1%] 2022-12-01T10:32:43.3544700Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu PASSED [ 1%] 2022-12-01T10:32:43.3544987Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu PASSED [ 1%] 2022-12-01T10:32:43.3545301Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu SKIPPED (Skipped!) [ 1%] 2022-12-01T10:32:43.3545611Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu PASSED [ 1%] 2022-12-01T10:32:43.3545913Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu PASSED [ 1%] 2022-12-01T10:32:43.3546210Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu PASSED [ 1%] 2022-12-01T10:32:43.3546498Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu PASSED [ 1%] 2022-12-01T10:32:43.3546802Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu PASSED [ 1%] 2022-12-01T10:32:43.3547105Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu PASSED [ 1%] 2022-12-01T10:32:43.3547399Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu PASSED [ 1%] 2022-12-01T10:32:43.3547677Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu PASSED [ 1%] 2022-12-01T10:32:43.3547966Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu PASSED [ 1%] 2022-12-01T10:32:43.3548263Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu PASSED [ 1%] 2022-12-01T10:32:43.3548551Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu PASSED [ 1%] 2022-12-01T10:32:43.3548852Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu PASSED [ 1%] 2022-12-01T10:32:43.3549152Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu PASSED [ 1%] 2022-12-01T10:32:43.3549451Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu PASSED [ 1%] 2022-12-01T10:32:43.3549732Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu PASSED [ 1%] 2022-12-01T10:32:43.3550030Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu PASSED [ 1%] 2022-12-01T10:32:43.3550328Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu PASSED [ 1%] 2022-12-01T10:32:43.3550607Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu PASSED [ 1%] 2022-12-01T10:32:43.3550897Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu PASSED [ 1%] 2022-12-01T10:32:43.3551200Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu PASSED [ 1%] 2022-12-01T10:32:43.3551504Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu PASSED [ 1%] 2022-12-01T10:32:43.3551789Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu PASSED [ 1%] 2022-12-01T10:32:43.3552090Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu PASSED [ 1%] 2022-12-01T10:32:43.3552396Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu PASSED [ 1%] 2022-12-01T10:32:43.3552812Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu PASSED [ 1%] 2022-12-01T10:32:43.3553112Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu PASSED [ 1%] 2022-12-01T10:32:43.3553405Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu PASSED [ 1%] 2022-12-01T10:32:43.3553697Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu PASSED [ 1%] 2022-12-01T10:32:43.3553972Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu PASSED [ 1%] 2022-12-01T10:32:43.3554262Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu PASSED [ 1%] 2022-12-01T10:32:43.3554554Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu PASSED [ 1%] 2022-12-01T10:32:43.3554828Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu PASSED [ 1%] 2022-12-01T10:32:43.3555115Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu PASSED [ 1%] 2022-12-01T10:32:43.3555481Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu PASSED [ 1%] 2022-12-01T10:32:43.3555798Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu PASSED [ 1%] 2022-12-01T10:32:43.3556087Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu PASSED [ 1%] 2022-12-01T10:32:43.3556375Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu PASSED [ 1%] 2022-12-01T10:32:43.3556665Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu PASSED [ 1%] 2022-12-01T10:32:43.3556941Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu PASSED [ 2%] 2022-12-01T10:32:43.3557232Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu PASSED [ 2%] 2022-12-01T10:32:43.3557523Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu PASSED [ 2%] 2022-12-01T10:32:43.3557802Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu PASSED [ 2%] 2022-12-01T10:32:43.3558095Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu PASSED [ 2%] 2022-12-01T10:32:43.3558387Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu PASSED [ 2%] 2022-12-01T10:32:43.3558676Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu PASSED [ 2%] 2022-12-01T10:32:43.3558949Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu PASSED [ 2%] 2022-12-01T10:32:43.3559233Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu PASSED [ 2%] 2022-12-01T10:32:43.3559521Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu PASSED [ 2%] 2022-12-01T10:32:43.3559795Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu PASSED [ 2%] 2022-12-01T10:32:43.3560085Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu PASSED [ 2%] 2022-12-01T10:32:43.3560375Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu PASSED [ 2%] 2022-12-01T10:32:43.3560661Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu PASSED [ 2%] 2022-12-01T10:32:43.3560941Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu PASSED [ 2%] 2022-12-01T10:32:43.3561228Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu PASSED [ 2%] 2022-12-01T10:32:43.3561515Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu PASSED [ 2%] 2022-12-01T10:32:43.3561794Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu PASSED [ 2%] 2022-12-01T10:32:43.3562076Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu PASSED [ 2%] 2022-12-01T10:32:43.3562360Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu PASSED [ 2%] 2022-12-01T10:32:43.3562647Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu PASSED [ 2%] 2022-12-01T10:32:43.3562922Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu PASSED [ 2%] 2022-12-01T10:32:43.3563211Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu PASSED [ 2%] 2022-12-01T10:32:43.3563511Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu PASSED [ 2%] 2022-12-01T10:32:43.3563793Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu PASSED [ 2%] 2022-12-01T10:32:43.3564075Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu PASSED [ 2%] 2022-12-01T10:32:43.3564358Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu PASSED [ 2%] 2022-12-01T10:32:43.3564644Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu PASSED [ 2%] 2022-12-01T10:32:43.3564918Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu PASSED [ 2%] 2022-12-01T10:32:43.3565205Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu PASSED [ 2%] 2022-12-01T10:32:43.3565493Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu PASSED [ 2%] 2022-12-01T10:32:43.3565768Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu PASSED [ 2%] 2022-12-01T10:32:43.3566127Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:32:43.3566526Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:32:43.3566864Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu PASSED [ 2%] 2022-12-01T10:32:43.3567143Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu PASSED [ 2%] 2022-12-01T10:32:43.3567434Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu PASSED [ 2%] 2022-12-01T10:32:43.3567730Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu PASSED [ 2%] 2022-12-01T10:32:43.3568018Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu PASSED [ 2%] 2022-12-01T10:32:43.3568315Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu PASSED [ 2%] 2022-12-01T10:32:43.3568634Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu PASSED [ 2%] 2022-12-01T10:32:43.3568954Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu PASSED [ 2%] 2022-12-01T10:32:43.3569242Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu PASSED [ 2%] 2022-12-01T10:32:43.3569547Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu PASSED [ 2%] 2022-12-01T10:32:43.3569850Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu PASSED [ 2%] 2022-12-01T10:32:43.3570134Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu PASSED [ 2%] 2022-12-01T10:32:43.3570430Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu PASSED [ 2%] 2022-12-01T10:32:43.3570733Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu PASSED [ 2%] 2022-12-01T10:32:43.3571033Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu PASSED [ 2%] 2022-12-01T10:32:43.3571314Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu PASSED [ 2%] 2022-12-01T10:32:43.3571607Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu PASSED [ 2%] 2022-12-01T10:32:43.3571910Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu PASSED [ 2%] 2022-12-01T10:32:43.3572197Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu PASSED [ 2%] 2022-12-01T10:32:43.3572498Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu PASSED [ 2%] 2022-12-01T10:32:43.3572796Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu PASSED [ 2%] 2022-12-01T10:32:43.3573085Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu PASSED [ 2%] 2022-12-01T10:32:43.3573361Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu PASSED [ 2%] 2022-12-01T10:32:43.3573659Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu PASSED [ 2%] 2022-12-01T10:32:43.3573956Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu PASSED [ 2%] 2022-12-01T10:32:43.3574241Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu PASSED [ 2%] 2022-12-01T10:32:43.3574541Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu PASSED [ 2%] 2022-12-01T10:32:43.3574836Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu PASSED [ 2%] 2022-12-01T10:32:43.3575124Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu PASSED [ 2%] 2022-12-01T10:32:43.3575487Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu PASSED [ 2%] 2022-12-01T10:32:43.3575791Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu PASSED [ 2%] 2022-12-01T10:32:43.3576079Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu PASSED [ 2%] 2022-12-01T10:32:43.3576348Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu PASSED [ 2%] 2022-12-01T10:32:43.3576636Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu PASSED [ 2%] 2022-12-01T10:32:43.3576925Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu PASSED [ 2%] 2022-12-01T10:32:43.3577210Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu PASSED [ 2%] 2022-12-01T10:32:43.3577594Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu PASSED [ 2%] 2022-12-01T10:32:43.3577899Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu PASSED [ 2%] 2022-12-01T10:32:43.3578204Z test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu PASSED [ 2%] 2022-12-01T10:32:43.3578496Z test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu PASSED [ 2%] 2022-12-01T10:32:43.3578795Z test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu PASSED [ 2%] 2022-12-01T10:32:43.3579090Z test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu PASSED [ 2%] 2022-12-01T10:32:43.3579392Z test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu PASSED [ 2%] 2022-12-01T10:32:43.3579681Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu PASSED [ 2%] 2022-12-01T10:32:43.3579979Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu PASSED [ 2%] 2022-12-01T10:32:43.3580280Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu PASSED [ 2%] 2022-12-01T10:32:43.3580572Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu PASSED [ 2%] 2022-12-01T10:32:43.3580870Z test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu PASSED [ 2%] 2022-12-01T10:32:43.3581165Z test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu PASSED [ 2%] 2022-12-01T10:32:43.3581454Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu PASSED [ 2%] 2022-12-01T10:32:43.3581732Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu PASSED [ 2%] 2022-12-01T10:32:43.3582023Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu PASSED [ 2%] 2022-12-01T10:32:43.3582313Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu PASSED [ 2%] 2022-12-01T10:32:43.3582590Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu PASSED [ 2%] 2022-12-01T10:32:43.3582902Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu PASSED [ 2%] 2022-12-01T10:32:43.3583236Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu PASSED [ 2%] 2022-12-01T10:32:43.3583560Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu PASSED [ 2%] 2022-12-01T10:32:43.3583851Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu PASSED [ 2%] 2022-12-01T10:32:43.3584140Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu PASSED [ 2%] 2022-12-01T10:32:43.3584428Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu PASSED [ 2%] 2022-12-01T10:32:43.3584711Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu PASSED [ 2%] 2022-12-01T10:32:43.3585014Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu PASSED [ 2%] 2022-12-01T10:32:43.3585325Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu PASSED [ 2%] 2022-12-01T10:32:43.3585632Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu PASSED [ 2%] 2022-12-01T10:32:43.3585923Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu PASSED [ 2%] 2022-12-01T10:32:43.3586217Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu PASSED [ 2%] 2022-12-01T10:32:43.3586511Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu PASSED [ 2%] 2022-12-01T10:32:43.3586797Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu PASSED [ 2%] 2022-12-01T10:32:43.3587086Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu PASSED [ 2%] 2022-12-01T10:32:43.3587381Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu PASSED [ 2%] 2022-12-01T10:32:43.3587681Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu PASSED [ 2%] 2022-12-01T10:32:43.3587971Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu PASSED [ 2%] 2022-12-01T10:32:43.3588269Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu PASSED [ 2%] 2022-12-01T10:32:43.3588631Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3589040Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3589388Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3589732Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3590067Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3590384Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3590713Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu PASSED [ 2%] 2022-12-01T10:32:43.3591035Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu PASSED [ 2%] 2022-12-01T10:32:43.3591337Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3591653Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3591985Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3592329Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3592767Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu PASSED [ 2%] 2022-12-01T10:32:43.3593103Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu PASSED [ 2%] 2022-12-01T10:32:43.3593431Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3593742Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu PASSED [ 2%] 2022-12-01T10:32:43.3594065Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu PASSED [ 2%] 2022-12-01T10:32:43.3594382Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu PASSED [ 2%] 2022-12-01T10:32:43.3594704Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu PASSED [ 2%] 2022-12-01T10:32:43.3595048Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 2%] 2022-12-01T10:32:43.3595404Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu PASSED [ 2%] 2022-12-01T10:32:43.3595735Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu PASSED [ 2%] 2022-12-01T10:32:43.3596049Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu PASSED [ 2%] 2022-12-01T10:32:43.3596383Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu PASSED [ 2%] 2022-12-01T10:32:43.3596728Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu PASSED [ 3%] 2022-12-01T10:32:43.3597074Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu PASSED [ 3%] 2022-12-01T10:32:43.3597412Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu PASSED [ 3%] 2022-12-01T10:32:43.3597767Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu PASSED [ 3%] 2022-12-01T10:32:43.3598097Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu PASSED [ 3%] 2022-12-01T10:32:43.3598399Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:32:43.3598712Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu PASSED [ 3%] 2022-12-01T10:32:43.3599041Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu PASSED [ 3%] 2022-12-01T10:32:43.3599377Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu PASSED [ 3%] 2022-12-01T10:32:43.3599696Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu PASSED [ 3%] 2022-12-01T10:32:43.3600033Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu PASSED [ 3%] 2022-12-01T10:32:43.3600372Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu PASSED [ 3%] 2022-12-01T10:32:43.3600835Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu PASSED [ 3%] 2022-12-01T10:32:43.3601151Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu PASSED [ 3%] 2022-12-01T10:32:43.3601472Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu PASSED [ 3%] 2022-12-01T10:32:43.3601804Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:32:43.3602137Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:32:43.3602472Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu PASSED [ 3%] 2022-12-01T10:32:43.3602800Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu PASSED [ 3%] 2022-12-01T10:32:43.3603129Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu PASSED [ 3%] 2022-12-01T10:32:43.3603447Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu PASSED [ 3%] 2022-12-01T10:32:43.3603785Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu PASSED [ 3%] 2022-12-01T10:32:43.3604114Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu PASSED [ 3%] 2022-12-01T10:32:43.3604428Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu PASSED [ 3%] 2022-12-01T10:32:43.3604762Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu PASSED [ 3%] 2022-12-01T10:32:43.3605090Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:32:43.3605404Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu PASSED [ 3%] 2022-12-01T10:32:43.3605704Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:32:43.3606011Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu PASSED [ 3%] 2022-12-01T10:32:43.3606333Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu XFAIL [ 3%] 2022-12-01T10:32:43.3606654Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:32:43.3606977Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu PASSED [ 3%] 2022-12-01T10:32:43.3607311Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu PASSED [ 3%] 2022-12-01T10:32:43.3607646Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu PASSED [ 3%] 2022-12-01T10:32:43.3607961Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:32:43.3608287Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu PASSED [ 3%] 2022-12-01T10:32:43.3608613Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu PASSED [ 3%] 2022-12-01T10:32:43.3608935Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:32:43.3609265Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu PASSED [ 3%] 2022-12-01T10:32:43.3609596Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu PASSED [ 3%] 2022-12-01T10:32:43.3609940Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu PASSED [ 3%] 2022-12-01T10:32:43.3610248Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu PASSED [ 3%] 2022-12-01T10:32:43.3610543Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu PASSED [ 3%] 2022-12-01T10:32:43.3610841Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu PASSED [ 3%] 2022-12-01T10:32:43.3611123Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu PASSED [ 3%] 2022-12-01T10:32:43.3611415Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu PASSED [ 3%] 2022-12-01T10:32:43.3611706Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu PASSED [ 3%] 2022-12-01T10:32:43.3611995Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu PASSED [ 3%] 2022-12-01T10:32:43.3612325Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu PASSED [ 3%] 2022-12-01T10:32:43.3612650Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu XFAIL [ 3%] 2022-12-01T10:32:43.3612941Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu PASSED [ 3%] 2022-12-01T10:32:43.3613220Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu PASSED [ 3%] 2022-12-01T10:32:43.3613516Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu PASSED [ 3%] 2022-12-01T10:32:43.3613806Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu PASSED [ 3%] 2022-12-01T10:32:43.3614128Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:32:43.3614466Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:32:43.3614814Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:32:43.3615143Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu PASSED [ 3%] 2022-12-01T10:32:43.3615526Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu PASSED [ 3%] 2022-12-01T10:32:43.3615832Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu PASSED [ 3%] 2022-12-01T10:32:43.3616127Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu PASSED [ 3%] 2022-12-01T10:32:43.3616419Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu PASSED [ 3%] 2022-12-01T10:32:43.3616699Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu PASSED [ 3%] 2022-12-01T10:32:43.3616996Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu PASSED [ 3%] 2022-12-01T10:32:43.3617296Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu XFAIL [ 3%] 2022-12-01T10:32:43.3617583Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu PASSED [ 3%] 2022-12-01T10:32:43.3617877Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu PASSED [ 3%] 2022-12-01T10:32:43.3618166Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu PASSED [ 3%] 2022-12-01T10:32:43.3618459Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu PASSED [ 3%] 2022-12-01T10:32:43.3618767Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:32:43.3619088Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu PASSED [ 3%] 2022-12-01T10:32:43.3619393Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu PASSED [ 3%] 2022-12-01T10:32:43.3619690Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu PASSED [ 3%] 2022-12-01T10:32:43.3619997Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu PASSED [ 3%] 2022-12-01T10:32:43.3620304Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu PASSED [ 3%] 2022-12-01T10:32:43.3620613Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu PASSED [ 3%] 2022-12-01T10:32:43.3620909Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu PASSED [ 3%] 2022-12-01T10:32:43.3621222Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu PASSED [ 3%] 2022-12-01T10:32:43.3621529Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu PASSED [ 3%] 2022-12-01T10:32:43.3621803Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu PASSED [ 3%] 2022-12-01T10:32:43.3622087Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu PASSED [ 3%] 2022-12-01T10:32:43.3622384Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu PASSED [ 3%] 2022-12-01T10:32:43.3622685Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu PASSED [ 3%] 2022-12-01T10:32:43.3622976Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu PASSED [ 3%] 2022-12-01T10:32:43.3623299Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:32:43.3623692Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:32:43.3624354Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:32:43.3624740Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu PASSED [ 3%] 2022-12-01T10:32:43.3625043Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu PASSED [ 3%] 2022-12-01T10:32:43.3625371Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:32:43.3625694Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu PASSED [ 3%] 2022-12-01T10:32:43.3626025Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu PASSED [ 3%] 2022-12-01T10:32:43.3626344Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu PASSED [ 3%] 2022-12-01T10:32:43.3626660Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu PASSED [ 3%] 2022-12-01T10:32:43.3627005Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu PASSED [ 3%] 2022-12-01T10:32:43.3627544Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:32:43.3628133Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:32:43.3628527Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu PASSED [ 3%] 2022-12-01T10:32:43.3628850Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu PASSED [ 3%] 2022-12-01T10:32:43.3629163Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu PASSED [ 3%] 2022-12-01T10:32:43.3629464Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu PASSED [ 3%] 2022-12-01T10:32:43.3629759Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu PASSED [ 3%] 2022-12-01T10:32:43.3630055Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu PASSED [ 3%] 2022-12-01T10:32:43.3630346Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu PASSED [ 3%] 2022-12-01T10:32:43.3630624Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu PASSED [ 3%] 2022-12-01T10:32:43.3630914Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu PASSED [ 3%] 2022-12-01T10:32:43.3631201Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu PASSED [ 3%] 2022-12-01T10:32:43.3631492Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu PASSED [ 3%] 2022-12-01T10:32:43.3631768Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu PASSED [ 3%] 2022-12-01T10:32:43.3632057Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu PASSED [ 3%] 2022-12-01T10:32:43.3632349Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu PASSED [ 3%] 2022-12-01T10:32:43.3632731Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu PASSED [ 3%] 2022-12-01T10:32:43.3633018Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu PASSED [ 3%] 2022-12-01T10:32:43.3633313Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:32:43.3633611Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu PASSED [ 3%] 2022-12-01T10:32:43.3633896Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu PASSED [ 3%] 2022-12-01T10:32:43.3634196Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu PASSED [ 3%] 2022-12-01T10:32:43.3634488Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu PASSED [ 3%] 2022-12-01T10:32:43.3634768Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu PASSED [ 3%] 2022-12-01T10:32:43.3635059Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu PASSED [ 3%] 2022-12-01T10:32:43.3635426Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu PASSED [ 3%] 2022-12-01T10:32:43.3635769Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu PASSED [ 3%] 2022-12-01T10:32:43.3636055Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu PASSED [ 3%] 2022-12-01T10:32:43.3636352Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu PASSED [ 3%] 2022-12-01T10:32:43.3636648Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu PASSED [ 3%] 2022-12-01T10:32:43.3636927Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu PASSED [ 3%] 2022-12-01T10:32:43.3637220Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu PASSED [ 3%] 2022-12-01T10:32:43.3637517Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu PASSED [ 3%] 2022-12-01T10:32:43.3637805Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu PASSED [ 3%] 2022-12-01T10:32:43.3638082Z test_ops.py::TestCommonCPU::test_errors___rand___cpu PASSED [ 3%] 2022-12-01T10:32:43.3638370Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu PASSED [ 3%] 2022-12-01T10:32:43.3638653Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu PASSED [ 4%] 2022-12-01T10:32:43.3638925Z test_ops.py::TestCommonCPU::test_errors___ror___cpu PASSED [ 4%] 2022-12-01T10:32:43.3639211Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu PASSED [ 4%] 2022-12-01T10:32:43.3639501Z test_ops.py::TestCommonCPU::test_errors_amin_cpu PASSED [ 4%] 2022-12-01T10:32:43.3639789Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu PASSED [ 4%] 2022-12-01T10:32:43.3640071Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu PASSED [ 4%] 2022-12-01T10:32:43.3640367Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu PASSED [ 4%] 2022-12-01T10:32:43.3640660Z test_ops.py::TestCommonCPU::test_errors_cat_cpu PASSED [ 4%] 2022-12-01T10:32:43.3640936Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu PASSED [ 4%] 2022-12-01T10:32:43.3641220Z test_ops.py::TestCommonCPU::test_errors_cov_cpu PASSED [ 4%] 2022-12-01T10:32:43.3641513Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu PASSED [ 4%] 2022-12-01T10:32:43.3641813Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu PASSED [ 4%] 2022-12-01T10:32:43.3642093Z test_ops.py::TestCommonCPU::test_errors_eq_cpu PASSED [ 4%] 2022-12-01T10:32:43.3642379Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu PASSED [ 4%] 2022-12-01T10:32:43.3642670Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu PASSED [ 4%] 2022-12-01T10:32:43.3642948Z test_ops.py::TestCommonCPU::test_errors_gather_cpu PASSED [ 4%] 2022-12-01T10:32:43.3643237Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu PASSED [ 4%] 2022-12-01T10:32:43.3643525Z test_ops.py::TestCommonCPU::test_errors_gt_cpu PASSED [ 4%] 2022-12-01T10:32:43.3643813Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu PASSED [ 4%] 2022-12-01T10:32:43.3644088Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu PASSED [ 4%] 2022-12-01T10:32:43.3644373Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu PASSED [ 4%] 2022-12-01T10:32:43.3644659Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu PASSED [ 4%] 2022-12-01T10:32:43.3644940Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu PASSED [ 4%] 2022-12-01T10:32:43.3645231Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu PASSED [ 4%] 2022-12-01T10:32:43.3645526Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu PASSED [ 4%] 2022-12-01T10:32:43.3645860Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3646221Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu PASSED [ 4%] 2022-12-01T10:32:43.3646546Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu PASSED [ 4%] 2022-12-01T10:32:43.3646848Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu PASSED [ 4%] 2022-12-01T10:32:43.3647132Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu PASSED [ 4%] 2022-12-01T10:32:43.3647425Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu PASSED [ 4%] 2022-12-01T10:32:43.3647724Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu PASSED [ 4%] 2022-12-01T10:32:43.3648015Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu PASSED [ 4%] 2022-12-01T10:32:43.3648292Z test_ops.py::TestCommonCPU::test_errors_mul_cpu PASSED [ 4%] 2022-12-01T10:32:43.3648584Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu PASSED [ 4%] 2022-12-01T10:32:43.3648871Z test_ops.py::TestCommonCPU::test_errors_ne_cpu PASSED [ 4%] 2022-12-01T10:32:43.3649145Z test_ops.py::TestCommonCPU::test_errors_neg_cpu PASSED [ 4%] 2022-12-01T10:32:43.3649449Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu PASSED [ 4%] 2022-12-01T10:32:43.3649771Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu PASSED [ 4%] 2022-12-01T10:32:43.3650081Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu PASSED [ 4%] 2022-12-01T10:32:43.3650383Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu PASSED [ 4%] 2022-12-01T10:32:43.3650715Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu PASSED [ 4%] 2022-12-01T10:32:43.3651054Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu PASSED [ 4%] 2022-12-01T10:32:43.3651356Z test_ops.py::TestCommonCPU::test_errors_pow_cpu PASSED [ 4%] 2022-12-01T10:32:43.3651646Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu PASSED [ 4%] 2022-12-01T10:32:43.3651944Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu PASSED [ 4%] 2022-12-01T10:32:43.3652242Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu PASSED [ 4%] 2022-12-01T10:32:43.3652527Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu PASSED [ 4%] 2022-12-01T10:32:43.3653052Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:32:43.3653617Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:32:43.3654200Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:32:43.3654780Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:32:43.3655448Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:32:43.3655845Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu PASSED [ 4%] 2022-12-01T10:32:43.3656154Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu PASSED [ 4%] 2022-12-01T10:32:43.3656440Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu PASSED [ 4%] 2022-12-01T10:32:43.3656733Z test_ops.py::TestCommonCPU::test_errors_take_cpu PASSED [ 4%] 2022-12-01T10:32:43.3657024Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu PASSED [ 4%] 2022-12-01T10:32:43.3657308Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu PASSED [ 4%] 2022-12-01T10:32:43.3657602Z test_ops.py::TestCommonCPU::test_errors_view_cpu PASSED [ 4%] 2022-12-01T10:32:43.3657941Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu PASSED [ 4%] 2022-12-01T10:32:43.3658275Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu PASSED [ 4%] 2022-12-01T10:32:43.3658577Z test_ops.py::TestCommonCPU::test_errors_where_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3658890Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu PASSED [ 4%] 2022-12-01T10:32:43.3659215Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3659558Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3659929Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3660297Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3660663Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3661015Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3661379Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3661737Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3662101Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3662451Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3662810Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3663164Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3663508Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3663863Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3664220Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3664579Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3664918Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3665275Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3665632Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3665986Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3666332Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3666693Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3667053Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3667397Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3667772Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3668158Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3668525Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3668867Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3669295Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3669651Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3670012Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3670358Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3670711Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3671072Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3671435Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3671784Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3672142Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3672624Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3672978Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3673359Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3673727Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3674091Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3674438Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3674804Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3675170Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3675529Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3675883Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3676250Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3676623Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3676998Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3677353Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3677734Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3678101Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3678445Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3678798Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3679155Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3679517Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3679867Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3680316Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3680733Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3681096Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3681455Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3681815Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3682181Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3682544Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3682911Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3683284Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3683646Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:32:43.3683993Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3684344Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3684693Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3685051Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3685394Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3685747Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3686109Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3686467Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3686809Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3687168Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3687531Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3687881Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3688247Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3688623Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3688988Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3689426Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3689843Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3690226Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3690610Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3690979Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3691341Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3691787Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3692146Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3692489Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3692845Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3693204Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3693552Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3693908Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3694264Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3694619Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3694963Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3695382Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3695742Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3696102Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3696448Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3696806Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3697172Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3697527Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3697891Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3698261Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3698631Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3698983Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3699346Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3699712Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3700141Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3700591Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3700958Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3701323Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3701686Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3702043Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3702407Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3702765Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3703193Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3703561Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3703926Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3704283Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3704627Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3704980Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3705333Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3705690Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3706042Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3706402Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3706758Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3707111Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3707452Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3707803Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3708157Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3708504Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3708857Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3709211Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3709569Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3709917Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3710264Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3710613Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3710963Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3711314Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3711680Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3712054Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3712408Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3712876Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3713234Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3713587Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3713932Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3714402Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3714768Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3715132Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3715491Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3715850Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3716201Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3716545Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3716905Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3717267Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3717629Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3717974Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3718325Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3718688Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3719050Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3719398Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3719764Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3720123Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3720478Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3720844Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3721254Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3721665Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3722059Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3722428Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3722822Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3723196Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3723539Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3723897Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3724260Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3724613Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3724953Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3725382Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3725758Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3726127Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3726491Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3726873Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3727257Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3727623Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3727992Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3728380Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3728772Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3729157Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3729551Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3729923Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3730291Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3730656Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3731046Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3731430Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3731801Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:32:43.3732170Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3732550Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3732921Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3733291Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3733647Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3734010Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3734365Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3734721Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3735063Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3735502Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3735873Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3736272Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3736683Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3737062Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3737432Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3737784Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3738146Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3738504Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3738865Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3739213Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3739569Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3739929Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3740267Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3740630Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3741000Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3741366Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3741724Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3742098Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3742467Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3742843Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3743200Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3743574Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3743951Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3744335Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3744702Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3745069Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3745443Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3745799Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3746170Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3746541Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3746909Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3747308Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3747711Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3748074Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3748437Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3748788Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3749162Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3749553Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3749932Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3750284Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3750665Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3751067Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3751443Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3751789Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3752147Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3752625Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3753060Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3753414Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3753788Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3754182Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3754557Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3754938Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3755305Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3755668Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3756025Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3756388Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3756747Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3757107Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3757450Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3757804Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3758165Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3758617Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3759015Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3759382Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3759745Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3760133Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3760555Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3760975Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3761384Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3761772Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3762170Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3762565Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3762953Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3763330Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3763719Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3764125Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3764554Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3764951Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3765338Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3812851Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3813433Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3813826Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3814250Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3814642Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3815045Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3815570Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3815963Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3816346Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3816730Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3817397Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3817830Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3818247Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3818651Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3819051Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3819438Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3819816Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3820197Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3820579Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3820961Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3821341Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3821734Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3822120Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3822514Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3822909Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3823312Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3823712Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3824114Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3824501Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3824882Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3825253Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3825633Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3826032Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3826417Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3826805Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3827194Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3827643Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3828035Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3828418Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3828815Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3829199Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3829573Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:32:43.3829949Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3830330Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3830717Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3831106Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3831486Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3831878Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3832262Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3832757Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3833150Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3833545Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3833924Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3834294Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3834656Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3835026Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3835402Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3835774Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3836164Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3836554Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3836937Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3837313Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3837690Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3838145Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3838528Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3838906Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3839299Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3839715Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3840133Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3840504Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3840866Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3841219Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3841564Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3841906Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3842252Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3842600Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3842950Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3843309Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:32:43.3843679Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:32:43.3844053Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:32:43.3844403Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3844744Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3845084Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3845435Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3845782Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3846141Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3846505Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3846865Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3847210Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3847567Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3847936Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3848308Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3848660Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3849090Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3849457Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3849808Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3850173Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3850541Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3850907Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3851250Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3851611Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3851973Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3852330Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3852688Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3853069Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:32:43.3853432Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3853771Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3854141Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3854535Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3854922Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3855298Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3855780Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3856162Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3856526Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3856867Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3857236Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3857599Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3857956Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3858296Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3858655Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3859010Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3859360Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3859721Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3860153Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3860522Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3860880Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3861237Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3861615Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3862005Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3862370Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3862755Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3863142Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3863522Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3863893Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3864275Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3864676Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3865091Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3865766Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:32:43.3865951Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3866137Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3866336Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3866533Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3866733Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3866929Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3867113Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3867278Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3867458Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3867635Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3867832Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3868200Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:32:43.3868557Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:32:43.3868838Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3869036Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3869228Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3869422Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3869601Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3869782Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3869963Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3870148Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3870360Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3870735Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:32:43.3871109Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:32:43.3871477Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:32:43.3871683Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3871880Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3872050Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3872231Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3872411Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3872708Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3872895Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3873069Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3873247Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3873424Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:32:43.3873593Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3873753Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3873921Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3874098Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3874276Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3874564Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3874748Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3874918Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3875090Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3875264Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3875429Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3875606Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3875777Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3875952Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3876117Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3876286Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3876463Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3876635Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3876806Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3876969Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3877140Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3877324Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3877502Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3877680Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3877852Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3878029Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3878204Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3878373Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3878538Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3878710Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3878881Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3879050Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3879219Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3879391Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3879560Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3879731Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3879967Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3880123Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3880293Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3880452Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3880601Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3880764Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3880920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3881072Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3881230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3881385Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3881529Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3881683Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3881842Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3882016Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3882171Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3882329Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3882485Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3882643Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3882793Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3882957Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3883112Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3883284Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3883452Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3883606Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3883766Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3883928Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3884085Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3884235Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3884400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3884570Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3884724Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3884879Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3885034Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3885192Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3885389Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3885569Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3885730Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3885885Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3886057Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3886230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3886387Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3886557Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:32:43.3886736Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:32:43.3886894Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3887036Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3887191Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3887341Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3887495Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3887654Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3887805Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3887964Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3888132Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3888277Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3888438Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3888598Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3888765Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3888927Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3889087Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3889250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3889404Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3889564Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3889704Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3889862Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3890020Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3890183Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3890338Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3890495Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3890648Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3890834Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3891007Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3891163Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3891321Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3891481Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3891639Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3891794Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3891947Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3892106Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3892266Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3892459Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3892669Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3892870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3893059Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:32:43.3893216Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3893376Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3893534Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3893691Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3893857Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3893998Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3894166Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3894327Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3894489Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3894662Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3894821Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3895009Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3895170Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3895395Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool PASSED [ 8%] 2022-12-01T10:32:43.3895561Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3895722Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3895947Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool SKIPPED (Expected: new_empty_strided is not comparable) [ 9%] 2022-12-01T10:32:43.3896107Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3896266Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3896494Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3896651Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3896811Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3896976Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3897166Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:32:43.3897353Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:32:43.3897536Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:32:43.3897692Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3897851Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3898009Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3898175Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3898337Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3898497Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3898663Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3898821Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3898979Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3899145Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3899302Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3899458Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3899632Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3899788Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3899942Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3900097Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3900258Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3900413Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3900569Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3900725Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3900896Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3901063Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3901219Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3901407Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3901820Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:32:43.3901991Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3902216Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3902382Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3902750Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:32:43.3902934Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3903102Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3903288Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3903669Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:32:43.3904051Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:32:43.3904219Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3904377Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3904539Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3904694Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3904854Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3905022Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3905167Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3905333Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3905485Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3905646Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3905803Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3905956Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3906113Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3906269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3906425Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3906575Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3906732Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3906887Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool PASSED [ 9%] 2022-12-01T10:32:43.3907042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3907195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3907362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3907526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3907687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3907880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3908069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3908234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3908393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3908553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3908707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3908864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3909020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3909183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3909333Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3909495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3909650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3909811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3909969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3910124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3910289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3910447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3910591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3910761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3910922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3911101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3911274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3911446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3911609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3911765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3911912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3912070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3912229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3912386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3912637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3912805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3912965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3913122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3913281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3913427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3913640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3913844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3914006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3914235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:32:43.3914394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3914551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3914708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3914850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3915008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3915169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3915326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3915489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3915649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3915809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3915970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3916132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3916277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3916439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3916603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3916759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3916918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3917074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3917229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3917389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 PASSED [ 9%] 2022-12-01T10:32:43.3917531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 PASSED [ 9%] 2022-12-01T10:32:43.3917720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:32:43.3917899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 PASSED [ 9%] 2022-12-01T10:32:43.3918071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3918238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3918399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3918558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3918716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3918887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3919042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3919229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3919445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3919605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3919763Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3919916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3920079Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3920258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3920414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3920573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3920732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3920897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3921060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3921218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3921392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3921562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3921728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3921877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3922043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3922214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3922376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3922538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3922704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3922863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3923019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3923173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3923330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3923495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3923650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3923805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3923966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3924125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3924288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3924434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3924611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3924768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3924965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3925156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3925319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3925483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3925641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3925815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3925957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3926117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3926291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3926474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3926651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3926822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3926994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3927154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3927310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3927459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3927615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3927780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3927936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3928098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3928256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3928417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3928575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3928740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:32:43.3928922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:32:43.3929099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:32:43.3929259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3929416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3929575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3929730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3929884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3930029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3930184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3930339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3930523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3930715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3930879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3931039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3931198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3931356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3931507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3931667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3931824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3931993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3932153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3932320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3932483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3932645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3932790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3932954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3933116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3933276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3933438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3933597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3933760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3933921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3934083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3934231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3934396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3934556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3934718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3934881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3935041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3935203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3935449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3935601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3935760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3935921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3936117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3936306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3936471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3936632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3936794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3936952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3937095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3937265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3937428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3937591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3937751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3937907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3938072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3938235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 PASSED [ 10%] 2022-12-01T10:32:43.3938380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3938535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3938697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3938857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3939016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3939173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 PASSED [ 10%] 2022-12-01T10:32:43.3939334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 PASSED [ 10%] 2022-12-01T10:32:43.3939492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3939646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3939809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3939967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3940126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3940277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3940441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3940601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3940760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3940926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3941077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3941246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3941408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3941570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3941761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3941951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3942122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3942283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3942425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3942579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3942740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3942901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3943066Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3943233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3943393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3943555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3943710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3943856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3944014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3944175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3944337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3944497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3944665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3944825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3945035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:32:43.3945235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:32:43.3945429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:32:43.3945636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:32:43.3945845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:32:43.3946050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:32:43.3946245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:32:43.3946435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:32:43.3946594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3946755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3946910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3947055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3947215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3947461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3947627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3947851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:32:43.3948019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3948192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3948368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3948541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3948717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3948887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3949052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3949222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3949401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3949574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3949750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3949918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3950095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3950265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3950442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3950617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3950787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3950962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3951133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3951321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3951504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 SKIPPED (67470!) [ 11%] 2022-12-01T10:32:43.3951666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 SKIPPED (67470!) [ 11%] 2022-12-01T10:32:43.3951838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3952003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3952170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3952340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3952625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3952801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3953027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3953241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3953397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3953571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3953752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3953927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3954101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3954279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3954448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 XFAIL [ 11%] 2022-12-01T10:32:43.3954612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3954769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3954916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3955073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3955233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3955391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3955555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3955729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3955902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3956074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3956229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3956393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3956556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3956723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3956886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3957054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3957220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 XFAIL [ 11%] 2022-12-01T10:32:43.3957386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3957548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3957693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3957857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3958015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3958167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3958324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3958481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3958665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3958867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3959016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3959185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3959350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3959518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3959679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3959847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3960014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3960185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3960353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3960500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3960661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3960835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3961004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3961172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64 PASSED [ 11%] 2022-12-01T10:32:43.3961336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3961502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64 PASSED [ 11%] 2022-12-01T10:32:43.3961667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32 PASSED [ 11%] 2022-12-01T10:32:43.3961816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3961994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3962158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3962322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3962492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3962660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3962831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3963002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3963163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3963314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3963475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3963643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3963805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3963964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3964125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3964362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 SKIPPED (67470!) [ 12%] 2022-12-01T10:32:43.3964531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3964677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3964857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3965034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3965194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3965353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3965538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3965719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3965905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3966069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3966231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3966393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3966552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3966704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3966859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3967021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3967180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3967347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3967493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3967647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3967799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3967976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3968151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3968322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3968500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3968660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3968825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3968973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3969130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3969282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3969454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3969622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3969808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3969997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3970180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:32:43.3970358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:32:43.3970509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3970670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3970837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3971000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3971159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3971328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3971522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3971709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3971880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3972064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3972254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3972434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3972616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3972794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3972975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3973151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3973328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3973520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3973710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3973887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3974067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3974242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3974414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3974603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3974790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3974982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3975170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3975476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3975668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3975848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3976022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3976208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3976402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3976578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3976765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3976947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3977116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3977299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3977483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3977664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3977841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3978034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3978220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3978408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3978600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3978762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3978942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3979131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3979320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3979503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3979691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3979874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3980063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3980236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3980410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3980590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3980775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3981031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3981218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3981403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3981590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3981776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3981962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3982135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3982319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3982509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3982693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3982882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3983061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3983235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3983409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 PASSED [ 12%] 2022-12-01T10:32:43.3983584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3983748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3983934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3984107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3984292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3984472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3984665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3984849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:32:43.3985034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 PASSED [ 12%] 2022-12-01T10:32:43.3985213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3985385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3985564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3985742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3985929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3986137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3986344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3986596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3986775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3986964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3987129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3987276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3987438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3987602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3987766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3987930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3988091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3988251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3988414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 XFAIL [ 13%] 2022-12-01T10:32:43.3988555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 XFAIL [ 13%] 2022-12-01T10:32:43.3988717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3988878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3989039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3989209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3989372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3989537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3989700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3989845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3990038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:32:43.3990231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:32:43.3990421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:32:43.3990607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:32:43.3990792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:32:43.3990954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3991115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3991274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3991424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3991586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3991744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3991911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3992136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3992334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:32:43.3992612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3992774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3992932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3993074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3993246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3993413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3993581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3993747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3993908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3994066Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3994241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3994391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3994552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3994714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3994877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3995051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3995212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3995383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3995549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3995711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3995854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3996010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3996166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3996324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3996511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:32:43.3996675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3996833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3996988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3997131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3997295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3997457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3997634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3997889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3998069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3998245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3998413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3998593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3998744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3998907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3999067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3999230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.3999392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3999549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.3999711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.3999868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4000009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4000171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.4000327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4000491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.4000655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4000824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4000988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4001167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 PASSED [ 13%] 2022-12-01T10:32:43.4001339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4001483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4001679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:32:43.4001848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4002018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4002193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4002364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4002535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4002725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4002916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4003090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4003528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:32:43.4003766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4003934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4004105Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4004293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4004458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4004624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4004784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4004963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4005154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4005324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4005508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4005689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4005872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4006056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4006229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4006396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4006581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4006769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4006956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 PASSED [ 13%] 2022-12-01T10:32:43.4007348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:32:43.4007734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:32:43.4008115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:32:43.4008499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:32:43.4008688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 PASSED [ 13%] 2022-12-01T10:32:43.4008875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4009042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4009194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4009358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4009592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4009783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4009953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4010129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4010293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4010455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4010620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4010768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4010931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4011092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4011246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4011404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4011560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4011720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4011875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4012022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4012182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4012346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4012513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4012675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4012832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4012998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4013155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4013296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4013456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4013611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4013783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4013948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4014116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4014278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4014438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4014595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4014751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 SKIPPED [ 14%] 2022-12-01T10:32:43.4014914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 SKIPPED [ 14%] 2022-12-01T10:32:43.4015075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 SKIPPED [ 14%] 2022-12-01T10:32:43.4015304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4015539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4015699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4015863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4016026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4016188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4016349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4016529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:32:43.4016699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4016881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:32:43.4017052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4017219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4017378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4017535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4017677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4017842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4018004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4018171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4018337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4018496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4018672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4018844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4018991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4019148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4019316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4019476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4019638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4019794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4019951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4020106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4020268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4020415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4020571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4020741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4020935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4021121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4021282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4021446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4021603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4021752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 PASSED [ 14%] 2022-12-01T10:32:43.4021911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4022068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4022223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4022384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4022535Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4022679Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4022825Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4022959Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4023117Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4023270Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4023411Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4023556Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4023700Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 XFAIL [ 14%] 2022-12-01T10:32:43.4023840Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 XFAIL [ 14%] 2022-12-01T10:32:43.4023985Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4024129Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4024261Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4024406Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4024592Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:32:43.4024791Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:32:43.4024989Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:32:43.4025144Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4025305Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4025465Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4025609Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4025764Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4025917Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4026067Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4026220Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4026420Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4026621Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4026785Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4026955Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 XFAIL [ 14%] 2022-12-01T10:32:43.4027106Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4027263Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4027432Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4027682Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4027868Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4028026Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4028173Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4028319Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4028448Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4028590Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4028737Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4028883Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 PASSED [ 14%] 2022-12-01T10:32:43.4029025Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4029165Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4029313Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 PASSED [ 14%] 2022-12-01T10:32:43.4029453Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 PASSED [ 14%] 2022-12-01T10:32:43.4029574Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4029714Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4029852Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 PASSED [ 14%] 2022-12-01T10:32:43.4029986Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4030124Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4030258Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4030392Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 PASSED [ 15%] 2022-12-01T10:32:43.4030529Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4030651Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4030791Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4030928Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4031156Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 15%] 2022-12-01T10:32:43.4031296Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4031438Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4031575Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4031712Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4031888Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4032045Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4032187Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4032339Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:32:43.4032588Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 PASSED [ 15%] 2022-12-01T10:32:43.4032734Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:32:43.4032874Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 PASSED [ 15%] 2022-12-01T10:32:43.4033031Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4033182Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4033310Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4033452Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4033594Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4033734Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4033872Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4034024Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4034170Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4034311Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4034455Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4034614Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4034777Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4034920Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4035063Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4035250Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:32:43.4035389Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4035527Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4035654Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4035798Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4035937Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4036081Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4036222Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4036364Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4036513Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4036654Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4036781Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4036922Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4037062Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4037204Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4037406Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4037583Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4037726Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4037869Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4038009Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4038146Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4038285Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4038436Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4038575Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 PASSED [ 15%] 2022-12-01T10:32:43.4038714Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4038854Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4038997Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4039137Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4039263Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4039404Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4039545Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 PASSED [ 15%] 2022-12-01T10:32:43.4039688Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4039831Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4039979Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4040124Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4040266Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4040390Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4040529Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4040665Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 PASSED [ 15%] 2022-12-01T10:32:43.4040804Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4040959Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4041100Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4041242Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4041383Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4041511Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4041653Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4041801Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4041938Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4042078Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4042218Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4042360Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4042501Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4042623Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4042823Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4043016Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:32:43.4043174Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4043314Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4043471Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4043677Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 15%] 2022-12-01T10:32:43.4043833Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4043987Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4044135Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4044313Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4044475Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4044637Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4044811Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4044968Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4045127Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4045296Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4045440Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4045599Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4045755Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4045915Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4046080Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4046244Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4046387Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4046531Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4046673Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4046807Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4046950Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4047095Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4047233Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4047377Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4047516Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4047656Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4047793Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4047918Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4048086Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4048274Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4048431Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4048582Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4048730Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4048909Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4049052Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4049177Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4049315Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 PASSED [ 15%] 2022-12-01T10:32:43.4049455Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4049593Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4049730Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4049868Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4050007Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4050149Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 PASSED [ 16%] 2022-12-01T10:32:43.4050283Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4050425Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4050563Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4050704Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4050850Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4050989Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4051130Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4051265Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4051385Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4051521Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4051657Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4051802Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4051937Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4052073Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4052298Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:32:43.4052433Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4052570Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 XFAIL [ 16%] 2022-12-01T10:32:43.4052691Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4052828Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4052966Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4053099Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4053237Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4053406Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4053570Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4053713Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4053837Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4053975Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4054112Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 PASSED [ 16%] 2022-12-01T10:32:43.4054251Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 PASSED [ 16%] 2022-12-01T10:32:43.4054385Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4054529Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4054672Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4054807Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4054928Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4055064Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4055199Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4055420Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4055560Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4055702Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4055843Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4055978Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4056108Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4056244Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4056385Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4056528Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4056668Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4056802Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4056943Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4057083Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4057209Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4057346Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4057485Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4057621Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4057756Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 XFAIL [ 16%] 2022-12-01T10:32:43.4057891Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 XFAIL [ 16%] 2022-12-01T10:32:43.4058028Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4058166Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4058288Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4058424Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4058576Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4058784Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4058968Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-12-01T10:32:43.4059105Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4059240Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4059380Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4059502Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4059636Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4059774Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4059910Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4060052Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4060190Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4060328Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4060465Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4060590Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4060729Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4060869Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4061008Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4061143Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4061282Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4061418Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4061558Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4061680Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4061820Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4061955Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4062091Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4062223Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 PASSED [ 16%] 2022-12-01T10:32:43.4062357Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4062491Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 XFAIL [ 16%] 2022-12-01T10:32:43.4062636Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4062772Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4062897Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4063035Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4063168Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4063306Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4063441Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4063581Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4063765Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:32:43.4064020Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:32:43.4064145Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4064277Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 PASSED [ 16%] 2022-12-01T10:32:43.4064415Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4064567Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4064708Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4064849Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4064990Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4065140Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4065289Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:32:43.4065449Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4065592Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4065741Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4065896Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4066046Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4066191Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4066333Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4066489Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4066649Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4066789Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4066934Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4067080Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4067232Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4067368Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4067518Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4067644Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4067787Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4067928Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4068069Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 PASSED [ 16%] 2022-12-01T10:32:43.4068205Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4068346Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4068488Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4068623Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4068754Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4068881Z test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4069022Z test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4069162Z test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4069362Z test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4069513Z test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4069657Z test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4069800Z test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4069940Z test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4070069Z test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4070207Z test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4070347Z test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4070481Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4070621Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4070779Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4070919Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4071057Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4071198Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4071353Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4071492Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4071629Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4071765Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4071902Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4072060Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4072211Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4072337Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4072593Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4072737Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4072881Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4073020Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4073162Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4073306Z test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4073458Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4073578Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4073717Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4073857Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4073996Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4074133Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4074272Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4074413Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4074596Z test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4074841Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4075016Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4075185Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4075345Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4075502Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4075659Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4075829Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4076013Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4076173Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4076324Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4076496Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4076655Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4076811Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4076962Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4077151Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4077324Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4077493Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4077645Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:32:43.4077796Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4077955Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4078111Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4078269Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4078424Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4078585Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4078749Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4078922Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4079077Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4079245Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4079398Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4079553Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4079709Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4079862Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4080017Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4080172Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4080386Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4080547Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4080711Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4080869Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4081021Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4081191Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4081350Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 PASSED [ 17%] 2022-12-01T10:32:43.4081495Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4081655Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4081821Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4081981Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4082143Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4082295Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4082443Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4082591Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4082741Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4082896Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4083054Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4083209Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4083377Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4083555Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4083717Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4083857Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4083995Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4084123Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4084259Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4084400Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4084549Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4084687Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4084821Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 XFAIL [ 17%] 2022-12-01T10:32:43.4084961Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4085099Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4085245Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4085416Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:32:43.4085587Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:32:43.4085813Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:32:43.4085953Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4086093Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4086226Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4086363Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4086492Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4086631Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4086771Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4086907Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4087047Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4087181Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4087312Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4087445Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4087598Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:32:43.4087738Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4087892Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4088032Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 PASSED [ 17%] 2022-12-01T10:32:43.4088185Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4088323Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4088465Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4088602Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4088737Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4088858Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4088997Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4089133Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4089309Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4089529Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4089783Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4090202Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-12-01T10:32:43.4090364Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4090513Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4090654Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4090794Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4090962Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4091121Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4091325Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4091552Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4091697Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4091872Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4092028Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4092384Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-12-01T10:32:43.4092727Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-12-01T10:32:43.4092874Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4093016Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4093161Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4093299Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4093435Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4093558Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4093697Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4093830Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4093969Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4094103Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4094244Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4094379Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4094514Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4094649Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4094774Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4094912Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4095047Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4095184Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:32:43.4095389Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:32:43.4095531Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4095671Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4095808Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4095932Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4096083Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4096222Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4096354Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4096491Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4096626Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4096768Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 PASSED [ 18%] 2022-12-01T10:32:43.4096937Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu PASSED [ 18%] 2022-12-01T10:32:43.4097087Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu PASSED [ 18%] 2022-12-01T10:32:43.4097223Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu PASSED [ 18%] 2022-12-01T10:32:43.4097357Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu PASSED [ 18%] 2022-12-01T10:32:43.4097495Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu PASSED [ 18%] 2022-12-01T10:32:43.4097631Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu PASSED [ 18%] 2022-12-01T10:32:43.4097768Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu PASSED [ 18%] 2022-12-01T10:32:43.4097905Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu PASSED [ 18%] 2022-12-01T10:32:43.4098040Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu PASSED [ 18%] 2022-12-01T10:32:43.4098166Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu PASSED [ 18%] 2022-12-01T10:32:43.4098305Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu PASSED [ 18%] 2022-12-01T10:32:43.4098445Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu PASSED [ 18%] 2022-12-01T10:32:43.4098584Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu PASSED [ 18%] 2022-12-01T10:32:43.4098719Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu PASSED [ 18%] 2022-12-01T10:32:43.4098854Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu PASSED [ 18%] 2022-12-01T10:32:43.4098994Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu PASSED [ 18%] 2022-12-01T10:32:43.4099135Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu PASSED [ 18%] 2022-12-01T10:32:43.4099263Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu PASSED [ 18%] 2022-12-01T10:32:43.4099421Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu PASSED [ 18%] 2022-12-01T10:32:43.4099566Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu PASSED [ 18%] 2022-12-01T10:32:43.4099715Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu PASSED [ 18%] 2022-12-01T10:32:43.4099871Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu PASSED [ 18%] 2022-12-01T10:32:43.4100028Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu PASSED [ 18%] 2022-12-01T10:32:43.4100175Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu PASSED [ 18%] 2022-12-01T10:32:43.4100315Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu PASSED [ 18%] 2022-12-01T10:32:43.4100445Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu PASSED [ 18%] 2022-12-01T10:32:43.4100608Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu PASSED [ 18%] 2022-12-01T10:32:43.4100842Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu PASSED [ 18%] 2022-12-01T10:32:43.4101029Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu PASSED [ 18%] 2022-12-01T10:32:43.4101173Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu PASSED [ 18%] 2022-12-01T10:32:43.4101311Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu PASSED [ 18%] 2022-12-01T10:32:43.4101448Z test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu PASSED [ 18%] 2022-12-01T10:32:43.4101604Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu PASSED [ 18%] 2022-12-01T10:32:43.4101731Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu PASSED [ 18%] 2022-12-01T10:32:43.4101918Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:32:43.4102059Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu PASSED [ 18%] 2022-12-01T10:32:43.4102197Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu PASSED [ 18%] 2022-12-01T10:32:43.4102423Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu PASSED [ 18%] 2022-12-01T10:32:43.4102566Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu PASSED [ 18%] 2022-12-01T10:32:43.4102709Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu PASSED [ 18%] 2022-12-01T10:32:43.4102843Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu PASSED [ 18%] 2022-12-01T10:32:43.4102985Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu PASSED [ 18%] 2022-12-01T10:32:43.4103114Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu PASSED [ 18%] 2022-12-01T10:32:43.4103264Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu PASSED [ 18%] 2022-12-01T10:32:43.4103405Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu PASSED [ 18%] 2022-12-01T10:32:43.4103545Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu PASSED [ 18%] 2022-12-01T10:32:43.4103687Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu PASSED [ 18%] 2022-12-01T10:32:43.4103840Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu PASSED [ 18%] 2022-12-01T10:32:43.4103980Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu PASSED [ 18%] 2022-12-01T10:32:43.4104121Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu PASSED [ 18%] 2022-12-01T10:32:43.4104250Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu PASSED [ 18%] 2022-12-01T10:32:43.4104391Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu PASSED [ 18%] 2022-12-01T10:32:43.4104539Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu PASSED [ 18%] 2022-12-01T10:32:43.4104677Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu PASSED [ 18%] 2022-12-01T10:32:43.4104825Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu PASSED [ 18%] 2022-12-01T10:32:43.4104963Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu PASSED [ 18%] 2022-12-01T10:32:43.4105104Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu PASSED [ 18%] 2022-12-01T10:32:43.4105242Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu PASSED [ 18%] 2022-12-01T10:32:43.4105368Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu PASSED [ 18%] 2022-12-01T10:32:43.4105509Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu PASSED [ 18%] 2022-12-01T10:32:43.4105645Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu PASSED [ 18%] 2022-12-01T10:32:43.4105779Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu PASSED [ 18%] 2022-12-01T10:32:43.4105920Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu PASSED [ 18%] 2022-12-01T10:32:43.4106060Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu PASSED [ 18%] 2022-12-01T10:32:43.4106200Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu PASSED [ 18%] 2022-12-01T10:32:43.4106343Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu PASSED [ 18%] 2022-12-01T10:32:43.4106469Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu PASSED [ 18%] 2022-12-01T10:32:43.4106608Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu PASSED [ 18%] 2022-12-01T10:32:43.4106754Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu PASSED [ 18%] 2022-12-01T10:32:43.4106896Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu PASSED [ 18%] 2022-12-01T10:32:43.4107049Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu PASSED [ 18%] 2022-12-01T10:32:43.4107191Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu PASSED [ 18%] 2022-12-01T10:32:43.4107326Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu PASSED [ 18%] 2022-12-01T10:32:43.4107463Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu PASSED [ 18%] 2022-12-01T10:32:43.4107618Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu PASSED [ 18%] 2022-12-01T10:32:43.4107790Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu PASSED [ 18%] 2022-12-01T10:32:43.4107938Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu PASSED [ 18%] 2022-12-01T10:32:43.4108084Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu PASSED [ 19%] 2022-12-01T10:32:43.4108229Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:32:43.4108397Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu PASSED [ 19%] 2022-12-01T10:32:43.4108535Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu PASSED [ 19%] 2022-12-01T10:32:43.4108674Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu PASSED [ 19%] 2022-12-01T10:32:43.4108816Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu PASSED [ 19%] 2022-12-01T10:32:43.4108955Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu PASSED [ 19%] 2022-12-01T10:32:43.4109147Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:32:43.4109307Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu PASSED [ 19%] 2022-12-01T10:32:43.4109448Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu PASSED [ 19%] 2022-12-01T10:32:43.4109589Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu PASSED [ 19%] 2022-12-01T10:32:43.4109729Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu PASSED [ 19%] 2022-12-01T10:32:43.4109872Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu PASSED [ 19%] 2022-12-01T10:32:43.4110079Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu SKIPPED (Expected: dropout is not comparable) [ 19%] 2022-12-01T10:32:43.4110242Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 19%] 2022-12-01T10:32:43.4110410Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu PASSED [ 19%] 2022-12-01T10:32:43.4110570Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu PASSED [ 19%] 2022-12-01T10:32:43.4110733Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu PASSED [ 19%] 2022-12-01T10:32:43.4110892Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu PASSED [ 19%] 2022-12-01T10:32:43.4111061Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 19%] 2022-12-01T10:32:43.4111219Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu PASSED [ 19%] 2022-12-01T10:32:43.4111376Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu PASSED [ 19%] 2022-12-01T10:32:43.4111520Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu PASSED [ 19%] 2022-12-01T10:32:43.4111680Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu PASSED [ 19%] 2022-12-01T10:32:43.4111845Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu PASSED [ 19%] 2022-12-01T10:32:43.4112007Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu PASSED [ 19%] 2022-12-01T10:32:43.4112153Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu PASSED [ 19%] 2022-12-01T10:32:43.4112294Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu PASSED [ 19%] 2022-12-01T10:32:43.4112438Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu PASSED [ 19%] 2022-12-01T10:32:43.4112676Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu PASSED [ 19%] 2022-12-01T10:32:43.4112827Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu PASSED [ 19%] 2022-12-01T10:32:43.4112957Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu PASSED [ 19%] 2022-12-01T10:32:43.4113158Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu PASSED [ 19%] 2022-12-01T10:32:43.4113344Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu PASSED [ 19%] 2022-12-01T10:32:43.4113486Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu PASSED [ 19%] 2022-12-01T10:32:43.4113625Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu PASSED [ 19%] 2022-12-01T10:32:43.4113763Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu PASSED [ 19%] 2022-12-01T10:32:43.4113902Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu PASSED [ 19%] 2022-12-01T10:32:43.4114057Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu PASSED [ 19%] 2022-12-01T10:32:43.4114194Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu PASSED [ 19%] 2022-12-01T10:32:43.4114338Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu PASSED [ 19%] 2022-12-01T10:32:43.4114490Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu PASSED [ 19%] 2022-12-01T10:32:43.4114670Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 19%] 2022-12-01T10:32:43.4114845Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 19%] 2022-12-01T10:32:43.4114985Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu PASSED [ 19%] 2022-12-01T10:32:43.4115128Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu PASSED [ 19%] 2022-12-01T10:32:43.4115268Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu PASSED [ 19%] 2022-12-01T10:32:43.4115396Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu PASSED [ 19%] 2022-12-01T10:32:43.4115532Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu PASSED [ 19%] 2022-12-01T10:32:43.4115678Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu PASSED [ 19%] 2022-12-01T10:32:43.4115815Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu PASSED [ 19%] 2022-12-01T10:32:43.4115957Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu PASSED [ 19%] 2022-12-01T10:32:43.4116108Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu PASSED [ 19%] 2022-12-01T10:32:43.4116247Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu PASSED [ 19%] 2022-12-01T10:32:43.4116385Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu PASSED [ 19%] 2022-12-01T10:32:43.4116523Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu PASSED [ 19%] 2022-12-01T10:32:43.4116661Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu PASSED [ 19%] 2022-12-01T10:32:43.4116808Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu PASSED [ 19%] 2022-12-01T10:32:43.4116946Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu PASSED [ 19%] 2022-12-01T10:32:43.4117089Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu PASSED [ 19%] 2022-12-01T10:32:43.4117239Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu PASSED [ 19%] 2022-12-01T10:32:43.4117381Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu PASSED [ 19%] 2022-12-01T10:32:43.4117520Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu PASSED [ 19%] 2022-12-01T10:32:43.4117647Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu PASSED [ 19%] 2022-12-01T10:32:43.4117785Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu PASSED [ 19%] 2022-12-01T10:32:43.4117924Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu PASSED [ 19%] 2022-12-01T10:32:43.4118059Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu PASSED [ 19%] 2022-12-01T10:32:43.4118194Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu PASSED [ 19%] 2022-12-01T10:32:43.4118328Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu PASSED [ 19%] 2022-12-01T10:32:43.4118497Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu XFAIL [ 19%] 2022-12-01T10:32:43.4118661Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu PASSED [ 19%] 2022-12-01T10:32:43.4118787Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu PASSED [ 19%] 2022-12-01T10:32:43.4118923Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu PASSED [ 19%] 2022-12-01T10:32:43.4119145Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:32:43.4119280Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu PASSED [ 19%] 2022-12-01T10:32:43.4119416Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu PASSED [ 19%] 2022-12-01T10:32:43.4119553Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu PASSED [ 19%] 2022-12-01T10:32:43.4119688Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu PASSED [ 19%] 2022-12-01T10:32:43.4119824Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu PASSED [ 19%] 2022-12-01T10:32:43.4119960Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu PASSED [ 19%] 2022-12-01T10:32:43.4120086Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu PASSED [ 19%] 2022-12-01T10:32:43.4120224Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu PASSED [ 19%] 2022-12-01T10:32:43.4120365Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu PASSED [ 19%] 2022-12-01T10:32:43.4120502Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu PASSED [ 19%] 2022-12-01T10:32:43.4120638Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu PASSED [ 19%] 2022-12-01T10:32:43.4120788Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu PASSED [ 19%] 2022-12-01T10:32:43.4120925Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu PASSED [ 19%] 2022-12-01T10:32:43.4121080Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu PASSED [ 19%] 2022-12-01T10:32:43.4121208Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu PASSED [ 19%] 2022-12-01T10:32:43.4121348Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu PASSED [ 19%] 2022-12-01T10:32:43.4121481Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu PASSED [ 19%] 2022-12-01T10:32:43.4121632Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu PASSED [ 19%] 2022-12-01T10:32:43.4121771Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu PASSED [ 19%] 2022-12-01T10:32:43.4121905Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu PASSED [ 19%] 2022-12-01T10:32:43.4122039Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu PASSED [ 19%] 2022-12-01T10:32:43.4122175Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu PASSED [ 19%] 2022-12-01T10:32:43.4122301Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu PASSED [ 19%] 2022-12-01T10:32:43.4122448Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu PASSED [ 19%] 2022-12-01T10:32:43.4122583Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu PASSED [ 19%] 2022-12-01T10:32:43.4122717Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu PASSED [ 19%] 2022-12-01T10:32:43.4122849Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu PASSED [ 19%] 2022-12-01T10:32:43.4122991Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu PASSED [ 19%] 2022-12-01T10:32:43.4123132Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu PASSED [ 19%] 2022-12-01T10:32:43.4123272Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu PASSED [ 19%] 2022-12-01T10:32:43.4123400Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu PASSED [ 19%] 2022-12-01T10:32:43.4123535Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu PASSED [ 19%] 2022-12-01T10:32:43.4123703Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu PASSED [ 19%] 2022-12-01T10:32:43.4123868Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu PASSED [ 19%] 2022-12-01T10:32:43.4124006Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu PASSED [ 19%] 2022-12-01T10:32:43.4124143Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu PASSED [ 19%] 2022-12-01T10:32:43.4124277Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu PASSED [ 19%] 2022-12-01T10:32:43.4124413Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu PASSED [ 19%] 2022-12-01T10:32:43.4124536Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu PASSED [ 19%] 2022-12-01T10:32:43.4124677Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu PASSED [ 19%] 2022-12-01T10:32:43.4124810Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu PASSED [ 19%] 2022-12-01T10:32:43.4124960Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu PASSED [ 19%] 2022-12-01T10:32:43.4125116Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu PASSED [ 19%] 2022-12-01T10:32:43.4125252Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu PASSED [ 19%] 2022-12-01T10:32:43.4125387Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu PASSED [ 19%] 2022-12-01T10:32:43.4125526Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu PASSED [ 19%] 2022-12-01T10:32:43.4125732Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:32:43.4125868Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu PASSED [ 19%] 2022-12-01T10:32:43.4126005Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu PASSED [ 19%] 2022-12-01T10:32:43.4126139Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu PASSED [ 19%] 2022-12-01T10:32:43.4126280Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu PASSED [ 19%] 2022-12-01T10:32:43.4126419Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu PASSED [ 19%] 2022-12-01T10:32:43.4126557Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu PASSED [ 19%] 2022-12-01T10:32:43.4126691Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu PASSED [ 19%] 2022-12-01T10:32:43.4126829Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu PASSED [ 19%] 2022-12-01T10:32:43.4126953Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu PASSED [ 19%] 2022-12-01T10:32:43.4127090Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu PASSED [ 19%] 2022-12-01T10:32:43.4127228Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu PASSED [ 20%] 2022-12-01T10:32:43.4127367Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu PASSED [ 20%] 2022-12-01T10:32:43.4127506Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu XFAIL [ 20%] 2022-12-01T10:32:43.4127647Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu PASSED [ 20%] 2022-12-01T10:32:43.4127783Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu PASSED [ 20%] 2022-12-01T10:32:43.4127919Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu PASSED [ 20%] 2022-12-01T10:32:43.4128044Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu PASSED [ 20%] 2022-12-01T10:32:43.4128180Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu PASSED [ 20%] 2022-12-01T10:32:43.4128316Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu PASSED [ 20%] 2022-12-01T10:32:43.4128450Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu PASSED [ 20%] 2022-12-01T10:32:43.4128586Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu PASSED [ 20%] 2022-12-01T10:32:43.4128724Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu PASSED [ 20%] 2022-12-01T10:32:43.4128889Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu PASSED [ 20%] 2022-12-01T10:32:43.4129052Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu PASSED [ 20%] 2022-12-01T10:32:43.4129177Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu PASSED [ 20%] 2022-12-01T10:32:43.4129312Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu PASSED [ 20%] 2022-12-01T10:32:43.4129445Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu PASSED [ 20%] 2022-12-01T10:32:43.4129579Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu PASSED [ 20%] 2022-12-01T10:32:43.4129715Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu PASSED [ 20%] 2022-12-01T10:32:43.4129855Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu PASSED [ 20%] 2022-12-01T10:32:43.4129992Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu PASSED [ 20%] 2022-12-01T10:32:43.4130216Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-12-01T10:32:43.4130344Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu PASSED [ 20%] 2022-12-01T10:32:43.4130479Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu PASSED [ 20%] 2022-12-01T10:32:43.4130610Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu PASSED [ 20%] 2022-12-01T10:32:43.4130746Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu PASSED [ 20%] 2022-12-01T10:32:43.4130882Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu PASSED [ 20%] 2022-12-01T10:32:43.4131019Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu PASSED [ 20%] 2022-12-01T10:32:43.4131160Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu PASSED [ 20%] 2022-12-01T10:32:43.4131298Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu PASSED [ 20%] 2022-12-01T10:32:43.4131423Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu PASSED [ 20%] 2022-12-01T10:32:43.4131562Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu PASSED [ 20%] 2022-12-01T10:32:43.4131699Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu PASSED [ 20%] 2022-12-01T10:32:43.4131889Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:32:43.4132058Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:32:43.4132193Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu PASSED [ 20%] 2022-12-01T10:32:43.4132330Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu PASSED [ 20%] 2022-12-01T10:32:43.4132465Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu PASSED [ 20%] 2022-12-01T10:32:43.4132596Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu PASSED [ 20%] 2022-12-01T10:32:43.4132728Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu PASSED [ 20%] 2022-12-01T10:32:43.4132866Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu PASSED [ 20%] 2022-12-01T10:32:43.4133018Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu PASSED [ 20%] 2022-12-01T10:32:43.4133158Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu PASSED [ 20%] 2022-12-01T10:32:43.4133302Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu PASSED [ 20%] 2022-12-01T10:32:43.4133441Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu PASSED [ 20%] 2022-12-01T10:32:43.4133590Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu PASSED [ 20%] 2022-12-01T10:32:43.4133728Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu PASSED [ 20%] 2022-12-01T10:32:43.4133876Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu PASSED [ 20%] 2022-12-01T10:32:43.4134048Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu PASSED [ 20%] 2022-12-01T10:32:43.4134235Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu PASSED [ 20%] 2022-12-01T10:32:43.4134376Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:32:43.4134527Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu PASSED [ 20%] 2022-12-01T10:32:43.4134678Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu PASSED [ 20%] 2022-12-01T10:32:43.4134816Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu PASSED [ 20%] 2022-12-01T10:32:43.4134982Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu PASSED [ 20%] 2022-12-01T10:32:43.4135112Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu PASSED [ 20%] 2022-12-01T10:32:43.4135249Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu PASSED [ 20%] 2022-12-01T10:32:43.4135484Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu PASSED [ 20%] 2022-12-01T10:32:43.4135631Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu PASSED [ 20%] 2022-12-01T10:32:43.4135777Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu PASSED [ 20%] 2022-12-01T10:32:43.4135918Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu PASSED [ 20%] 2022-12-01T10:32:43.4136053Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu PASSED [ 20%] 2022-12-01T10:32:43.4136188Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu PASSED [ 20%] 2022-12-01T10:32:43.4136312Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu PASSED [ 20%] 2022-12-01T10:32:43.4136453Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:32:43.4136591Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu PASSED [ 20%] 2022-12-01T10:32:43.4136734Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:32:43.4136880Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu PASSED [ 20%] 2022-12-01T10:32:43.4137020Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu PASSED [ 20%] 2022-12-01T10:32:43.4137160Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu PASSED [ 20%] 2022-12-01T10:32:43.4137299Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu PASSED [ 20%] 2022-12-01T10:32:43.4137422Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu PASSED [ 20%] 2022-12-01T10:32:43.4137553Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu XFAIL [ 20%] 2022-12-01T10:32:43.4137691Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu PASSED [ 20%] 2022-12-01T10:32:43.4137825Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu PASSED [ 20%] 2022-12-01T10:32:43.4137963Z test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu PASSED [ 20%] 2022-12-01T10:32:43.4138107Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu PASSED [ 20%] 2022-12-01T10:32:43.4138252Z test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu PASSED [ 20%] 2022-12-01T10:32:43.4138389Z test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu PASSED [ 20%] 2022-12-01T10:32:43.4138515Z test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu PASSED [ 20%] 2022-12-01T10:32:43.4138654Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu PASSED [ 20%] 2022-12-01T10:32:43.4138796Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu PASSED [ 20%] 2022-12-01T10:32:43.4138937Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu PASSED [ 20%] 2022-12-01T10:32:43.4139075Z test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu PASSED [ 20%] 2022-12-01T10:32:43.4139211Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu PASSED [ 20%] 2022-12-01T10:32:43.4139367Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:32:43.4139590Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu PASSED [ 20%] 2022-12-01T10:32:43.4139728Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu PASSED [ 20%] 2022-12-01T10:32:43.4139857Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu XFAIL [ 20%] 2022-12-01T10:32:43.4139993Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu PASSED [ 20%] 2022-12-01T10:32:43.4140131Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu XFAIL [ 20%] 2022-12-01T10:32:43.4140278Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:32:43.4140412Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu PASSED [ 20%] 2022-12-01T10:32:43.4140550Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu PASSED [ 20%] 2022-12-01T10:32:43.4140698Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu PASSED [ 20%] 2022-12-01T10:32:43.4140840Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu PASSED [ 20%] 2022-12-01T10:32:43.4140967Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu PASSED [ 20%] 2022-12-01T10:32:43.4141137Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4141294Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4141450Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4141606Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:32:43.4141762Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu PASSED [ 20%] 2022-12-01T10:32:43.4141943Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 20%] 2022-12-01T10:32:43.4142097Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4142255Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4142419Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4142587Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu PASSED [ 20%] 2022-12-01T10:32:43.4142739Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu PASSED [ 20%] 2022-12-01T10:32:43.4142897Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4143083Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 20%] 2022-12-01T10:32:43.4143255Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4143414Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu PASSED [ 20%] 2022-12-01T10:32:43.4143573Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu PASSED [ 20%] 2022-12-01T10:32:43.4143723Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu PASSED [ 20%] 2022-12-01T10:32:43.4143887Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu PASSED [ 20%] 2022-12-01T10:32:43.4144056Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu PASSED [ 20%] 2022-12-01T10:32:43.4144222Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu PASSED [ 20%] 2022-12-01T10:32:43.4144378Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:32:43.4144534Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu PASSED [ 20%] 2022-12-01T10:32:43.4144689Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu XFAIL [ 20%] 2022-12-01T10:32:43.4144855Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu PASSED [ 20%] 2022-12-01T10:32:43.4145070Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:32:43.4145238Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu PASSED [ 20%] 2022-12-01T10:32:43.4145403Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu PASSED [ 20%] 2022-12-01T10:32:43.4145565Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu PASSED [ 20%] 2022-12-01T10:32:43.4145735Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:32:43.4145912Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:32:43.4146067Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:32:43.4146220Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu PASSED [ 20%] 2022-12-01T10:32:43.4146383Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu PASSED [ 20%] 2022-12-01T10:32:43.4146531Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu PASSED [ 20%] 2022-12-01T10:32:43.4146696Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu PASSED [ 20%] 2022-12-01T10:32:43.4146850Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu PASSED [ 21%] 2022-12-01T10:32:43.4147011Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu PASSED [ 21%] 2022-12-01T10:32:43.4147162Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu PASSED [ 21%] 2022-12-01T10:32:43.4147311Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu PASSED [ 21%] 2022-12-01T10:32:43.4147467Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu PASSED [ 21%] 2022-12-01T10:32:43.4147616Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu PASSED [ 21%] 2022-12-01T10:32:43.4147767Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu PASSED [ 21%] 2022-12-01T10:32:43.4147928Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu PASSED [ 21%] 2022-12-01T10:32:43.4148082Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu PASSED [ 21%] 2022-12-01T10:32:43.4148242Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu PASSED [ 21%] 2022-12-01T10:32:43.4148398Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu PASSED [ 21%] 2022-12-01T10:32:43.4148535Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu XFAIL [ 21%] 2022-12-01T10:32:43.4148687Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu PASSED [ 21%] 2022-12-01T10:32:43.4148826Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu PASSED [ 21%] 2022-12-01T10:32:43.4148969Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu PASSED [ 21%] 2022-12-01T10:32:43.4149119Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:32:43.4149290Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:32:43.4149432Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu PASSED [ 21%] 2022-12-01T10:32:43.4149568Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu PASSED [ 21%] 2022-12-01T10:32:43.4149704Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu PASSED [ 21%] 2022-12-01T10:32:43.4149842Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu PASSED [ 21%] 2022-12-01T10:32:43.4149978Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu PASSED [ 21%] 2022-12-01T10:32:43.4150114Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu PASSED [ 21%] 2022-12-01T10:32:43.4150243Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu PASSED [ 21%] 2022-12-01T10:32:43.4150456Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu PASSED [ 21%] 2022-12-01T10:32:43.4150594Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu PASSED [ 21%] 2022-12-01T10:32:43.4150733Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu PASSED [ 21%] 2022-12-01T10:32:43.4150872Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu PASSED [ 21%] 2022-12-01T10:32:43.4151015Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu PASSED [ 21%] 2022-12-01T10:32:43.4151150Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu PASSED [ 21%] 2022-12-01T10:32:43.4151285Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu PASSED [ 21%] 2022-12-01T10:32:43.4151411Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu PASSED [ 21%] 2022-12-01T10:32:43.4151564Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu PASSED [ 21%] 2022-12-01T10:32:43.4151714Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu PASSED [ 21%] 2022-12-01T10:32:43.4151860Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu PASSED [ 21%] 2022-12-01T10:32:43.4152015Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu PASSED [ 21%] 2022-12-01T10:32:43.4152151Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu PASSED [ 21%] 2022-12-01T10:32:43.4152294Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu PASSED [ 21%] 2022-12-01T10:32:43.4152429Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu PASSED [ 21%] 2022-12-01T10:32:43.4152666Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu PASSED [ 21%] 2022-12-01T10:32:43.4152805Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu PASSED [ 21%] 2022-12-01T10:32:43.4152942Z test_ops.py::TestCommonCPU::test_out_warning_slice_cpu PASSED [ 21%] 2022-12-01T10:32:43.4153085Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu PASSED [ 21%] 2022-12-01T10:32:43.4153221Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu PASSED [ 21%] 2022-12-01T10:32:43.4153362Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu PASSED [ 21%] 2022-12-01T10:32:43.4153511Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:32:43.4153659Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu PASSED [ 21%] 2022-12-01T10:32:43.4154060Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:32:43.4154203Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu PASSED [ 21%] 2022-12-01T10:32:43.4154346Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu PASSED [ 21%] 2022-12-01T10:32:43.4154506Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu PASSED [ 21%] 2022-12-01T10:32:43.4154671Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:32:43.4154831Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:32:43.4154974Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu PASSED [ 21%] 2022-12-01T10:32:43.4155120Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu PASSED [ 21%] 2022-12-01T10:32:43.4155296Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:32:43.4155455Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:32:43.4155812Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:32:43.4156159Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:32:43.4156416Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu PASSED [ 21%] 2022-12-01T10:32:43.4156564Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu PASSED [ 21%] 2022-12-01T10:32:43.4156702Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu PASSED [ 21%] 2022-12-01T10:32:43.4156842Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu PASSED [ 21%] 2022-12-01T10:32:43.4156981Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu PASSED [ 21%] 2022-12-01T10:32:43.4157118Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu PASSED [ 21%] 2022-12-01T10:32:43.4157242Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu PASSED [ 21%] 2022-12-01T10:32:43.4157376Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu PASSED [ 21%] 2022-12-01T10:32:43.4157512Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu PASSED [ 21%] 2022-12-01T10:32:43.4157658Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu PASSED [ 21%] 2022-12-01T10:32:43.4157792Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu PASSED [ 21%] 2022-12-01T10:32:43.4157932Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu PASSED [ 21%] 2022-12-01T10:32:43.4158069Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu PASSED [ 21%] 2022-12-01T10:32:43.4158204Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu PASSED [ 21%] 2022-12-01T10:32:43.4158332Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu PASSED [ 21%] 2022-12-01T10:32:43.4158467Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu PASSED [ 21%] 2022-12-01T10:32:43.4158599Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu PASSED [ 21%] 2022-12-01T10:32:43.4158736Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu PASSED [ 21%] 2022-12-01T10:32:43.4158871Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu PASSED [ 21%] 2022-12-01T10:32:43.4159007Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu PASSED [ 21%] 2022-12-01T10:32:43.4159146Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu PASSED [ 21%] 2022-12-01T10:32:43.4159283Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu PASSED [ 21%] 2022-12-01T10:32:43.4159412Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu PASSED [ 21%] 2022-12-01T10:32:43.4159546Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu PASSED [ 21%] 2022-12-01T10:32:43.4159682Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu PASSED [ 21%] 2022-12-01T10:32:43.4159833Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu PASSED [ 21%] 2022-12-01T10:32:43.4159967Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu PASSED [ 21%] 2022-12-01T10:32:43.4160103Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu PASSED [ 21%] 2022-12-01T10:32:43.4160243Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu PASSED [ 21%] 2022-12-01T10:32:43.4160378Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu PASSED [ 21%] 2022-12-01T10:32:43.4160499Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu XFAIL [ 21%] 2022-12-01T10:32:43.4160636Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu PASSED [ 21%] 2022-12-01T10:32:43.4160775Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 PASSED [ 21%] 2022-12-01T10:32:43.4160922Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:32:43.4161074Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 PASSED [ 21%] 2022-12-01T10:32:43.4161220Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 XFAIL [ 21%] 2022-12-01T10:32:43.4161362Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 PASSED [ 21%] 2022-12-01T10:32:43.4161534Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 PASSED [ 21%] 2022-12-01T10:32:43.4161689Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 PASSED [ 21%] 2022-12-01T10:32:43.4161829Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 PASSED [ 21%] 2022-12-01T10:32:43.4161968Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 PASSED [ 21%] 2022-12-01T10:32:43.4162110Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 PASSED [ 21%] 2022-12-01T10:32:43.4162258Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:32:43.4162398Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool PASSED [ 21%] 2022-12-01T10:32:43.4162550Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 PASSED [ 21%] 2022-12-01T10:32:43.4162689Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 PASSED [ 21%] 2022-12-01T10:32:43.4162820Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 PASSED [ 21%] 2022-12-01T10:32:43.4162978Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 PASSED [ 21%] 2022-12-01T10:32:43.4163130Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 PASSED [ 21%] 2022-12-01T10:32:43.4163277Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 PASSED [ 21%] 2022-12-01T10:32:43.4163420Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 PASSED [ 21%] 2022-12-01T10:32:43.4163561Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 PASSED [ 21%] 2022-12-01T10:32:43.4163704Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 PASSED [ 21%] 2022-12-01T10:32:43.4163844Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 PASSED [ 21%] 2022-12-01T10:32:43.4163972Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool PASSED [ 21%] 2022-12-01T10:32:43.4164123Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 PASSED [ 21%] 2022-12-01T10:32:43.4164275Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 PASSED [ 21%] 2022-12-01T10:32:43.4164416Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 PASSED [ 21%] 2022-12-01T10:32:43.4164554Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 PASSED [ 21%] 2022-12-01T10:32:43.4164694Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 PASSED [ 21%] 2022-12-01T10:32:43.4164847Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:32:43.4165004Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 PASSED [ 21%] 2022-12-01T10:32:43.4165147Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 XFAIL [ 21%] 2022-12-01T10:32:43.4165274Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 XFAIL [ 21%] 2022-12-01T10:32:43.4165414Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool PASSED [ 21%] 2022-12-01T10:32:43.4165558Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 PASSED [ 21%] 2022-12-01T10:32:43.4165697Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 PASSED [ 21%] 2022-12-01T10:32:43.4165835Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 PASSED [ 21%] 2022-12-01T10:32:43.4165974Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 PASSED [ 21%] 2022-12-01T10:32:43.4166114Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 PASSED [ 21%] 2022-12-01T10:32:43.4166251Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 PASSED [ 21%] 2022-12-01T10:32:43.4166377Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 PASSED [ 21%] 2022-12-01T10:32:43.4166532Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4166689Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4166876Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4167047Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4167187Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4167326Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4167467Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4167602Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4167751Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 PASSED [ 22%] 2022-12-01T10:32:43.4167894Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4168035Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4168178Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4168323Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4168463Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4168614Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 PASSED [ 22%] 2022-12-01T10:32:43.4168744Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4168886Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4169026Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4169165Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4169317Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4169462Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4169613Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4169756Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4169891Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4170049Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 PASSED [ 22%] 2022-12-01T10:32:43.4170206Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4170359Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4170511Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4170663Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4170813Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4170967Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4171100Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4171246Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4171392Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4171536Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4171678Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4171820Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4171963Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4172105Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4172281Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4172459Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4172601Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4172742Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4172891Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4173033Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4173178Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4173321Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4173472Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 PASSED [ 22%] 2022-12-01T10:32:43.4173611Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4173761Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4173902Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4174043Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4174183Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4174332Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4174484Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:32:43.4174634Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4174769Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4174912Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4175055Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4175196Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4175445Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4175598Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4175752Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:32:43.4175909Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4176050Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4176200Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4176348Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4176500Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4176646Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4176801Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4176949Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4177104Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:32:43.4177248Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4177396Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4177542Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4177778Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4177963Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4178123Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4178280Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4178434Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4178578Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4178711Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4178861Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4179006Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4179153Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4179306Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4179457Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4179606Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4179755Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4179902Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4180061Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4180211Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4180361Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4180508Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4180659Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4180805Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4180950Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4181088Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4181238Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4181386Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4181531Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4181682Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 PASSED [ 22%] 2022-12-01T10:32:43.4181832Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4181995Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4182160Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4182320Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4182477Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 PASSED [ 22%] 2022-12-01T10:32:43.4182642Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4182805Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4182963Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4183121Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4183334Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4183484Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4183628Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4183768Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 PASSED [ 22%] 2022-12-01T10:32:43.4183915Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4184060Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 PASSED [ 22%] 2022-12-01T10:32:43.4184203Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4184345Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4184484Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4184629Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4184777Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:32:43.4184912Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 PASSED [ 22%] 2022-12-01T10:32:43.4185054Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 PASSED [ 22%] 2022-12-01T10:32:43.4185194Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 PASSED [ 22%] 2022-12-01T10:32:43.4185335Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 PASSED [ 22%] 2022-12-01T10:32:43.4185475Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 PASSED [ 22%] 2022-12-01T10:32:43.4185617Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool PASSED [ 22%] 2022-12-01T10:32:43.4185769Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 PASSED [ 22%] 2022-12-01T10:32:43.4185922Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 PASSED [ 22%] 2022-12-01T10:32:43.4186060Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 PASSED [ 22%] 2022-12-01T10:32:43.4186207Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4186346Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4186490Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4186632Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4186778Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4186919Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4187059Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4187191Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4187346Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4187499Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 PASSED [ 23%] 2022-12-01T10:32:43.4187646Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4187797Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4187946Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4188092Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4188248Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:32:43.4188396Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 PASSED [ 23%] 2022-12-01T10:32:43.4188562Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4188742Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4188891Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4189042Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4189188Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:32:43.4189334Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4189481Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4189627Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4189757Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4189901Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4190048Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4190191Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4190343Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4190502Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4190659Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 PASSED [ 23%] 2022-12-01T10:32:43.4190812Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4190952Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4191103Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4191255Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4191406Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 PASSED [ 23%] 2022-12-01T10:32:43.4191553Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 PASSED [ 23%] 2022-12-01T10:32:43.4191695Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4191850Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4192011Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4192169Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 PASSED [ 23%] 2022-12-01T10:32:43.4192319Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 PASSED [ 23%] 2022-12-01T10:32:43.4192598Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4192759Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4192915Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4193073Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 PASSED [ 23%] 2022-12-01T10:32:43.4193230Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4193387Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4193542Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4193687Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4193843Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4193998Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4194248Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:32:43.4194406Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4194558Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4194706Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4194860Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4194999Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4195147Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4195298Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4195446Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4195593Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4195740Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 PASSED [ 23%] 2022-12-01T10:32:43.4195885Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4196026Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4196172Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4196304Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4196451Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:32:43.4196593Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4196745Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4196897Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 PASSED [ 23%] 2022-12-01T10:32:43.4197046Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4197191Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4197332Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4197462Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4197602Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4197755Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4197904Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4198049Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4198193Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4198349Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:32:43.4198500Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4198645Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4198799Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 PASSED [ 23%] 2022-12-01T10:32:43.4198954Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4199103Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4199254Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:32:43.4199403Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4199590Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4199780Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 PASSED [ 23%] 2022-12-01T10:32:43.4199921Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4200153Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4200336Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4200650Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4200846Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:32:43.4201027Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4201209Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4201349Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4201538Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4201716Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4201919Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 PASSED [ 23%] 2022-12-01T10:32:43.4202124Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4202371Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4202560Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4202756Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4202914Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4203114Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4203303Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4203495Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4203695Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 PASSED [ 23%] 2022-12-01T10:32:43.4203891Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4204104Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4204298Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4204488Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4204638Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4204817Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool PASSED [ 23%] 2022-12-01T10:32:43.4205001Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 PASSED [ 23%] 2022-12-01T10:32:43.4205193Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 PASSED [ 23%] 2022-12-01T10:32:43.4205374Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 PASSED [ 23%] 2022-12-01T10:32:43.4205550Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 PASSED [ 23%] 2022-12-01T10:32:43.4205775Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4205955Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 PASSED [ 23%] 2022-12-01T10:32:43.4206091Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 PASSED [ 23%] 2022-12-01T10:32:43.4206304Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4206515Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 PASSED [ 23%] 2022-12-01T10:32:43.4206706Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 PASSED [ 23%] 2022-12-01T10:32:43.4206888Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 PASSED [ 23%] 2022-12-01T10:32:43.4207070Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 PASSED [ 23%] 2022-12-01T10:32:43.4207250Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 PASSED [ 23%] 2022-12-01T10:32:43.4207450Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 PASSED [ 23%] 2022-12-01T10:32:43.4207585Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 PASSED [ 23%] 2022-12-01T10:32:43.4207814Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4208051Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4208274Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4208489Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4208710Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4208963Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4209178Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4209415Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4209655Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4209839Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4210058Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4210273Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4210496Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:32:43.4210676Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 PASSED [ 24%] 2022-12-01T10:32:43.4210854Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 PASSED [ 24%] 2022-12-01T10:32:43.4211030Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4211234Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4211408Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4211544Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:32:43.4211719Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4211890Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4212061Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4212231Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4212433Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4212612Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4212836Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4213004Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:32:43.4213178Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4213359Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4213538Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4213714Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4213898Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4214071Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4214246Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 PASSED [ 24%] 2022-12-01T10:32:43.4214381Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4214572Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4214749Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4214922Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4215095Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4215304Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4215580Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4215764Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 PASSED [ 24%] 2022-12-01T10:32:43.4215903Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4216090Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 PASSED [ 24%] 2022-12-01T10:32:43.4216295Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 PASSED [ 24%] 2022-12-01T10:32:43.4216472Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4216649Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4216834Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4217007Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4217180Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4217312Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4217484Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4217663Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4217880Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 PASSED [ 24%] 2022-12-01T10:32:43.4218056Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4218234Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4218414Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4218630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4218773Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:32:43.4218953Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4219129Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4219304Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4219572Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4219759Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4219941Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:32:43.4220119Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4220294Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4220430Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4220608Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4220786Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4220977Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4221173Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4221364Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:32:43.4221572Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4221751Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4221884Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4222073Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:32:43.4222257Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4222453Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4222703Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 PASSED [ 24%] 2022-12-01T10:32:43.4222984Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 PASSED [ 24%] 2022-12-01T10:32:43.4223173Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4223358Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4223502Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4223683Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4223863Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4224050Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4224231Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4224408Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4224606Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4224780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4224924Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4225131Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4225310Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4225490Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4225677Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4225858Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4226035Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4226303Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4226489Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:32:43.4226629Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4226816Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4226992Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4227175Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4227354Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4227529Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4227708Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4227950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 PASSED [ 24%] 2022-12-01T10:32:43.4228093Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4228283Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4228467Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4228645Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:32:43.4228826Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4229007Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4229187Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4229367Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4229508Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:32:43.4229712Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4229887Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4230062Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4230239Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:32:43.4230419Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4230606Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:32:43.4230789Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4230975Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4231116Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4231336Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:32:43.4231521Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:32:43.4231701Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:32:43.4231878Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:32:43.4232059Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:32:43.4232238Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:32:43.4232423Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4232662Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4232936Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4233145Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4233331Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4233509Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 PASSED [ 25%] 2022-12-01T10:32:43.4233689Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4233874Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4234050Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4234185Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4234395Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4234581Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4234778Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4234960Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4235139Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 PASSED [ 25%] 2022-12-01T10:32:43.4235326Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4235502Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 PASSED [ 25%] 2022-12-01T10:32:43.4235642Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 PASSED [ 25%] 2022-12-01T10:32:43.4235820Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 PASSED [ 25%] 2022-12-01T10:32:43.4235998Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4236184Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4236378Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4236552Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4236733Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4236919Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 PASSED [ 25%] 2022-12-01T10:32:43.4237100Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 PASSED [ 25%] 2022-12-01T10:32:43.4237241Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4237417Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 PASSED [ 25%] 2022-12-01T10:32:43.4237627Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4237808Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4238000Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4238187Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4238369Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 PASSED [ 25%] 2022-12-01T10:32:43.4238546Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4238680Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4238854Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4239029Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4239214Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4239434Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4239659Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4239839Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4240020Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4240163Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 PASSED [ 25%] 2022-12-01T10:32:43.4240337Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4240547Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4240738Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 PASSED [ 25%] 2022-12-01T10:32:43.4240931Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 PASSED [ 25%] 2022-12-01T10:32:43.4241120Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4241324Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4241508Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 PASSED [ 25%] 2022-12-01T10:32:43.4241647Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4241823Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4241995Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4242169Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 PASSED [ 25%] 2022-12-01T10:32:43.4242352Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4242523Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4242731Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:32:43.4242937Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4260768Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4261039Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4261196Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4261356Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4261494Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4261644Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4261791Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4261950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4262112Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4262261Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4262405Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4262551Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4262683Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4262849Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:32:43.4262997Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4263144Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4263425Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4263614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4263768Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4263918Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4264051Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4264199Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4264344Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4264488Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4264633Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4264775Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4264923Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4265067Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4265211Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4265338Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4265480Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4265625Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4265765Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4265909Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4266050Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4266192Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 PASSED [ 25%] 2022-12-01T10:32:43.4266332Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4266457Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4266614Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4266767Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4266917Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4267071Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 PASSED [ 25%] 2022-12-01T10:32:43.4267227Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 PASSED [ 25%] 2022-12-01T10:32:43.4267379Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4267530Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4267667Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4267815Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4267959Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4268113Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 PASSED [ 25%] 2022-12-01T10:32:43.4268261Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 PASSED [ 25%] 2022-12-01T10:32:43.4268405Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 PASSED [ 25%] 2022-12-01T10:32:43.4268551Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 PASSED [ 25%] 2022-12-01T10:32:43.4268696Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 PASSED [ 25%] 2022-12-01T10:32:43.4268826Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 PASSED [ 25%] 2022-12-01T10:32:43.4269033Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4269180Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4269319Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool PASSED [ 25%] 2022-12-01T10:32:43.4269461Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 PASSED [ 25%] 2022-12-01T10:32:43.4269602Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 PASSED [ 25%] 2022-12-01T10:32:43.4269744Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 PASSED [ 25%] 2022-12-01T10:32:43.4269893Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4270033Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:32:43.4270182Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 PASSED [ 25%] 2022-12-01T10:32:43.4270343Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:32:43.4270499Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 XFAIL [ 25%] 2022-12-01T10:32:43.4270648Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 XFAIL [ 25%] 2022-12-01T10:32:43.4270799Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 XFAIL [ 25%] 2022-12-01T10:32:43.4270945Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 XFAIL [ 25%] 2022-12-01T10:32:43.4271091Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 XFAIL [ 25%] 2022-12-01T10:32:43.4271235Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:32:43.4271388Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 XFAIL [ 25%] 2022-12-01T10:32:43.4271541Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 XFAIL [ 25%] 2022-12-01T10:32:43.4271692Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 XFAIL [ 25%] 2022-12-01T10:32:43.4271842Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 XFAIL [ 26%] 2022-12-01T10:32:43.4271991Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 XFAIL [ 26%] 2022-12-01T10:32:43.4272139Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 XFAIL [ 26%] 2022-12-01T10:32:43.4272284Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool XFAIL [ 26%] 2022-12-01T10:32:43.4272440Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 XFAIL [ 26%] 2022-12-01T10:32:43.4272709Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 XFAIL [ 26%] 2022-12-01T10:32:43.4272859Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 XFAIL [ 26%] 2022-12-01T10:32:43.4273003Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 XFAIL [ 26%] 2022-12-01T10:32:43.4273154Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 XFAIL [ 26%] 2022-12-01T10:32:43.4273312Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 XFAIL [ 26%] 2022-12-01T10:32:43.4273471Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 XFAIL [ 26%] 2022-12-01T10:32:43.4273627Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 XFAIL [ 26%] 2022-12-01T10:32:43.4273781Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 XFAIL [ 26%] 2022-12-01T10:32:43.4273917Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 XFAIL [ 26%] 2022-12-01T10:32:43.4274071Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 XFAIL [ 26%] 2022-12-01T10:32:43.4274222Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 XFAIL [ 26%] 2022-12-01T10:32:43.4274374Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4274629Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool PASSED [ 26%] 2022-12-01T10:32:43.4274788Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 PASSED [ 26%] 2022-12-01T10:32:43.4274939Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4275086Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4275223Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 PASSED [ 26%] 2022-12-01T10:32:43.4275375Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 PASSED [ 26%] 2022-12-01T10:32:43.4275522Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 PASSED [ 26%] 2022-12-01T10:32:43.4275675Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4275835Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 PASSED [ 26%] 2022-12-01T10:32:43.4275995Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 PASSED [ 26%] 2022-12-01T10:32:43.4276148Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4276296Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4276449Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 PASSED [ 26%] 2022-12-01T10:32:43.4276585Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4276734Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 PASSED [ 26%] 2022-12-01T10:32:43.4276885Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4277034Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4277184Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4277338Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool PASSED [ 26%] 2022-12-01T10:32:43.4277489Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4277637Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4277769Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 PASSED [ 26%] 2022-12-01T10:32:43.4277916Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4278071Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4278218Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool PASSED [ 26%] 2022-12-01T10:32:43.4278372Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 PASSED [ 26%] 2022-12-01T10:32:43.4278522Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4278671Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4278822Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 PASSED [ 26%] 2022-12-01T10:32:43.4278955Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4279103Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 PASSED [ 26%] 2022-12-01T10:32:43.4279252Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4279407Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4279557Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 PASSED [ 26%] 2022-12-01T10:32:43.4279709Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4279854Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool PASSED [ 26%] 2022-12-01T10:32:43.4280086Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 PASSED [ 26%] 2022-12-01T10:32:43.4280257Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 PASSED [ 26%] 2022-12-01T10:32:43.4280409Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 PASSED [ 26%] 2022-12-01T10:32:43.4280556Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4280707Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 PASSED [ 26%] 2022-12-01T10:32:43.4280858Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4281003Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4281148Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4281295Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4281427Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 PASSED [ 26%] 2022-12-01T10:32:43.4281585Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4281730Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool PASSED [ 26%] 2022-12-01T10:32:43.4281879Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4282028Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4282178Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4282349Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:32:43.4282514Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4282670Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4282819Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:32:43.4282976Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4283130Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4283286Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 PASSED [ 26%] 2022-12-01T10:32:43.4283440Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4283597Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4283763Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:32:43.4283926Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:32:43.4284076Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4284240Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4284395Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4284550Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 PASSED [ 26%] 2022-12-01T10:32:43.4284705Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4284856Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 XFAIL [ 26%] 2022-12-01T10:32:43.4285011Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4285157Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4285301Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool PASSED [ 26%] 2022-12-01T10:32:43.4285441Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 PASSED [ 26%] 2022-12-01T10:32:43.4285643Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 PASSED [ 26%] 2022-12-01T10:32:43.4285788Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 PASSED [ 26%] 2022-12-01T10:32:43.4285930Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 PASSED [ 26%] 2022-12-01T10:32:43.4286074Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4286218Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 PASSED [ 26%] 2022-12-01T10:32:43.4286361Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool PASSED [ 26%] 2022-12-01T10:32:43.4286509Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4286638Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 PASSED [ 26%] 2022-12-01T10:32:43.4286778Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4286924Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4287075Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4287225Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 PASSED [ 26%] 2022-12-01T10:32:43.4287367Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4287511Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4287653Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 PASSED [ 26%] 2022-12-01T10:32:43.4287779Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 PASSED [ 26%] 2022-12-01T10:32:43.4287921Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4288079Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4288237Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4288392Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4288549Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4288710Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 PASSED [ 26%] 2022-12-01T10:32:43.4288861Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 PASSED [ 26%] 2022-12-01T10:32:43.4289000Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 PASSED [ 26%] 2022-12-01T10:32:43.4289155Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4289305Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 PASSED [ 26%] 2022-12-01T10:32:43.4289459Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4289618Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4289772Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 PASSED [ 26%] 2022-12-01T10:32:43.4289924Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 PASSED [ 26%] 2022-12-01T10:32:43.4290076Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4290214Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool PASSED [ 26%] 2022-12-01T10:32:43.4290372Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 PASSED [ 26%] 2022-12-01T10:32:43.4290526Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 PASSED [ 26%] 2022-12-01T10:32:43.4290677Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4290831Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4291012Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4291193Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:32:43.4291352Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 PASSED [ 26%] 2022-12-01T10:32:43.4291506Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 PASSED [ 26%] 2022-12-01T10:32:43.4291647Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 PASSED [ 26%] 2022-12-01T10:32:43.4291801Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 PASSED [ 26%] 2022-12-01T10:32:43.4291949Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4292106Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 PASSED [ 27%] 2022-12-01T10:32:43.4292258Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4292411Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4292563Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4292718Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4292858Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4293006Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4293158Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4293304Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4293449Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 PASSED [ 27%] 2022-12-01T10:32:43.4293596Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4293744Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4293904Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4294043Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool PASSED [ 27%] 2022-12-01T10:32:43.4294201Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 PASSED [ 27%] 2022-12-01T10:32:43.4294358Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 PASSED [ 27%] 2022-12-01T10:32:43.4294517Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 PASSED [ 27%] 2022-12-01T10:32:43.4294672Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4294822Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 PASSED [ 27%] 2022-12-01T10:32:43.4294975Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4295132Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 PASSED [ 27%] 2022-12-01T10:32:43.4295280Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4295498Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 PASSED [ 27%] 2022-12-01T10:32:43.4295659Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4295809Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4295960Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4296111Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4296287Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4296464Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 27%] 2022-12-01T10:32:43.4296701Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4296858Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4297023Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4297196Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4297375Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 27%] 2022-12-01T10:32:43.4297548Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 27%] 2022-12-01T10:32:43.4297717Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4297888Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4298064Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4298232Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4298369Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool PASSED [ 27%] 2022-12-01T10:32:43.4298519Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 PASSED [ 27%] 2022-12-01T10:32:43.4298667Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4298816Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4298969Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 PASSED [ 27%] 2022-12-01T10:32:43.4299116Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4299264Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4299410Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4299545Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4299692Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool PASSED [ 27%] 2022-12-01T10:32:43.4299838Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 PASSED [ 27%] 2022-12-01T10:32:43.4299981Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 PASSED [ 27%] 2022-12-01T10:32:43.4300123Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4300278Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4300436Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool PASSED [ 27%] 2022-12-01T10:32:43.4300589Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 PASSED [ 27%] 2022-12-01T10:32:43.4300732Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 PASSED [ 27%] 2022-12-01T10:32:43.4300882Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4301030Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4301179Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4301323Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4301469Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool PASSED [ 27%] 2022-12-01T10:32:43.4301625Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 PASSED [ 27%] 2022-12-01T10:32:43.4301778Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 PASSED [ 27%] 2022-12-01T10:32:43.4301930Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 PASSED [ 27%] 2022-12-01T10:32:43.4302124Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4302274Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4302421Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4302565Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4302730Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4302875Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4303021Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4303165Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4303298Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4303455Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 PASSED [ 27%] 2022-12-01T10:32:43.4303604Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 PASSED [ 27%] 2022-12-01T10:32:43.4303753Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 PASSED [ 27%] 2022-12-01T10:32:43.4303899Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 PASSED [ 27%] 2022-12-01T10:32:43.4304043Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4304186Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 PASSED [ 27%] 2022-12-01T10:32:43.4304328Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4304455Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4304597Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4304798Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:32:43.4304998Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:32:43.4305194Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:32:43.4305386Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:32:43.4305577Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:32:43.4305793Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4306009Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4306214Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4306428Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4306637Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4306845Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4307050Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4307257Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4307525Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:32:43.4307683Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4307834Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool PASSED [ 27%] 2022-12-01T10:32:43.4307990Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 PASSED [ 27%] 2022-12-01T10:32:43.4308131Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4308278Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 PASSED [ 27%] 2022-12-01T10:32:43.4308423Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4308565Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4308727Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 PASSED [ 27%] 2022-12-01T10:32:43.4308885Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 PASSED [ 27%] 2022-12-01T10:32:43.4309038Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4309187Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 PASSED [ 27%] 2022-12-01T10:32:43.4309323Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4309467Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4309614Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4309768Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4309925Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 PASSED [ 27%] 2022-12-01T10:32:43.4310085Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 PASSED [ 27%] 2022-12-01T10:32:43.4310237Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 PASSED [ 27%] 2022-12-01T10:32:43.4310387Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 PASSED [ 27%] 2022-12-01T10:32:43.4310534Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 PASSED [ 27%] 2022-12-01T10:32:43.4310667Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 PASSED [ 27%] 2022-12-01T10:32:43.4310816Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4310960Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 PASSED [ 27%] 2022-12-01T10:32:43.4311124Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4311335Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:32:43.4311503Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4311665Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4311829Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4311973Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 PASSED [ 27%] 2022-12-01T10:32:43.4312151Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4312323Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4312618Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 27%] 2022-12-01T10:32:43.4312864Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 27%] 2022-12-01T10:32:43.4313149Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:32:43.4313323Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4313490Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4313661Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4313812Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4313986Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4314173Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:32:43.4314347Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4314520Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4314705Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4314889Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4315069Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4315247Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 28%] 2022-12-01T10:32:43.4315399Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4315583Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4315764Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4315945Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4316122Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 28%] 2022-12-01T10:32:43.4316288Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 XFAIL [ 28%] 2022-12-01T10:32:43.4316467Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4316643Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4316809Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4316961Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4317130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4317296Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4317457Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4317618Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4317778Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 PASSED [ 28%] 2022-12-01T10:32:43.4317941Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4318099Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4318258Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4318452Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 PASSED [ 28%] 2022-12-01T10:32:43.4318637Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 PASSED [ 28%] 2022-12-01T10:32:43.4318810Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4318983Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4319155Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4319325Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4319489Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4319655Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 28%] 2022-12-01T10:32:43.4319825Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4319984Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4320139Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 PASSED [ 28%] 2022-12-01T10:32:43.4320288Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4320437Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4320585Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool PASSED [ 28%] 2022-12-01T10:32:43.4320740Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 PASSED [ 28%] 2022-12-01T10:32:43.4320895Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 PASSED [ 28%] 2022-12-01T10:32:43.4321043Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4321178Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4321337Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4321489Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4321639Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4321787Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4321942Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4322094Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4322245Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4322382Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 PASSED [ 28%] 2022-12-01T10:32:43.4322531Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4322683Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4322828Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4322974Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4323118Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 PASSED [ 28%] 2022-12-01T10:32:43.4323262Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 PASSED [ 28%] 2022-12-01T10:32:43.4323415Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 PASSED [ 28%] 2022-12-01T10:32:43.4323551Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4323698Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4323843Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4324045Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4324203Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 PASSED [ 28%] 2022-12-01T10:32:43.4324354Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4324503Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4324650Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4324785Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4324931Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4325076Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool PASSED [ 28%] 2022-12-01T10:32:43.4325227Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 PASSED [ 28%] 2022-12-01T10:32:43.4325379Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 PASSED [ 28%] 2022-12-01T10:32:43.4325528Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4325679Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4325821Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4325963Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4326093Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 PASSED [ 28%] 2022-12-01T10:32:43.4326254Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4326415Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4326568Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 PASSED [ 28%] 2022-12-01T10:32:43.4326741Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:32:43.4326896Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4327049Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4327197Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4327334Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 PASSED [ 28%] 2022-12-01T10:32:43.4327481Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 PASSED [ 28%] 2022-12-01T10:32:43.4327635Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4327788Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4327936Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4328095Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4328247Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool PASSED [ 28%] 2022-12-01T10:32:43.4328405Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4328547Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4328696Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4328844Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4328990Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 PASSED [ 28%] 2022-12-01T10:32:43.4329138Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool PASSED [ 28%] 2022-12-01T10:32:43.4329296Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 PASSED [ 28%] 2022-12-01T10:32:43.4329482Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 PASSED [ 28%] 2022-12-01T10:32:43.4329665Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4329805Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4329953Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4330104Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4330251Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 PASSED [ 28%] 2022-12-01T10:32:43.4330398Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4330545Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4330691Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4330837Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4330984Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4331115Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4331266Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4331413Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4331557Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4331703Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 PASSED [ 28%] 2022-12-01T10:32:43.4331847Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4331990Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4332141Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4332279Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 PASSED [ 28%] 2022-12-01T10:32:43.4332423Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 PASSED [ 28%] 2022-12-01T10:32:43.4332568Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 PASSED [ 28%] 2022-12-01T10:32:43.4332712Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 PASSED [ 28%] 2022-12-01T10:32:43.4332862Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:32:43.4333015Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4333158Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 PASSED [ 28%] 2022-12-01T10:32:43.4333301Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 PASSED [ 28%] 2022-12-01T10:32:43.4333441Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 PASSED [ 28%] 2022-12-01T10:32:43.4333594Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 PASSED [ 28%] 2022-12-01T10:32:43.4333742Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 PASSED [ 28%] 2022-12-01T10:32:43.4333891Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4334033Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4334177Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4334321Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4334462Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4334599Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 PASSED [ 29%] 2022-12-01T10:32:43.4334740Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4334910Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4335097Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 PASSED [ 29%] 2022-12-01T10:32:43.4335252Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4335474Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4335627Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4335778Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4335912Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 PASSED [ 29%] 2022-12-01T10:32:43.4336058Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4336206Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4336355Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4336502Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4336657Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4336806Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4336958Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4337091Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4337239Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4337387Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4337532Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4337674Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4337823Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4337973Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4338118Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4338247Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4338387Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4338532Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4338680Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4338820Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4338962Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4339108Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4339265Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4339416Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4339563Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4339723Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4339879Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4340034Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4340198Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4340356Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4340585Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4340748Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4340892Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4341045Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4341194Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4341348Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4341499Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4341654Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4341808Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4341960Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4342096Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4342247Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4342392Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4342537Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4342684Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4342839Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4342995Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4343155Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4343312Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4343454Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4343609Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4343796Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4343978Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4344158Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4344338Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4344520Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4344748Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4344979Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4345147Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4345320Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4345498Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4345677Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4345853Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4346087Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4346263Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4346433Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4346597Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4346754Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4346908Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4347064Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4347216Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4347373Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4347529Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4347680Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4347833Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 PASSED [ 29%] 2022-12-01T10:32:43.4347973Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 PASSED [ 29%] 2022-12-01T10:32:43.4348123Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4348272Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4348417Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4348562Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4348710Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4348867Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4349021Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 PASSED [ 29%] 2022-12-01T10:32:43.4349163Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 PASSED [ 29%] 2022-12-01T10:32:43.4349315Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4349461Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4349611Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4349759Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4349913Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 PASSED [ 29%] 2022-12-01T10:32:43.4350066Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4350217Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 PASSED [ 29%] 2022-12-01T10:32:43.4350365Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4350505Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 PASSED [ 29%] 2022-12-01T10:32:43.4350653Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 PASSED [ 29%] 2022-12-01T10:32:43.4350802Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4350950Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4351096Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 PASSED [ 29%] 2022-12-01T10:32:43.4351246Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4351423Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 PASSED [ 29%] 2022-12-01T10:32:43.4351604Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4351747Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 PASSED [ 29%] 2022-12-01T10:32:43.4351899Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 PASSED [ 29%] 2022-12-01T10:32:43.4352047Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4352196Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4352345Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 XFAIL [ 29%] 2022-12-01T10:32:43.4352599Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 PASSED [ 29%] 2022-12-01T10:32:43.4352749Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4352896Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 PASSED [ 29%] 2022-12-01T10:32:43.4353033Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4353179Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 PASSED [ 29%] 2022-12-01T10:32:43.4353322Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 PASSED [ 29%] 2022-12-01T10:32:43.4353472Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:32:43.4353616Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool PASSED [ 29%] 2022-12-01T10:32:43.4353770Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 PASSED [ 29%] 2022-12-01T10:32:43.4353920Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 PASSED [ 29%] 2022-12-01T10:32:43.4354067Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 PASSED [ 29%] 2022-12-01T10:32:43.4354196Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 PASSED [ 29%] 2022-12-01T10:32:43.4354341Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4354484Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4354644Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4354798Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4354951Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4355101Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4355251Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4355382Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4355524Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4355673Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4355823Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4355964Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4356116Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4356264Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4356410Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4356539Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4356680Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4356823Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4357057Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4357234Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4357380Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4357526Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4357684Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 XFAIL [ 30%] 2022-12-01T10:32:43.4357839Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool XFAIL [ 30%] 2022-12-01T10:32:43.4357984Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:32:43.4358141Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 XFAIL [ 30%] 2022-12-01T10:32:43.4358296Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 XFAIL [ 30%] 2022-12-01T10:32:43.4358452Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 XFAIL [ 30%] 2022-12-01T10:32:43.4358605Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4358751Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4358896Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4359039Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4359174Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 XFAIL [ 30%] 2022-12-01T10:32:43.4359322Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 XFAIL [ 30%] 2022-12-01T10:32:43.4359466Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 XFAIL [ 30%] 2022-12-01T10:32:43.4359627Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4359781Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4359929Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4360081Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4360227Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 PASSED [ 30%] 2022-12-01T10:32:43.4360360Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4360502Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4360646Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4360791Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4360938Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4361087Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4361233Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4361388Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4361530Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4361690Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4361848Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4362005Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4362157Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4362307Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4362454Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4362702Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4362854Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4362991Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4363139Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4363287Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4363432Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4363587Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4363743Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4363891Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4364048Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4364193Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4364349Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4364499Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4364656Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4364806Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4364959Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4365109Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4365259Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4365408Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4365568Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4365723Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 PASSED [ 30%] 2022-12-01T10:32:43.4365877Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4366030Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4366180Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4366333Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4366487Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4366624Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4366782Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4366928Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4367073Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4367221Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4367371Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4367521Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4367667Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4367813Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4367958Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4368167Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 PASSED [ 30%] 2022-12-01T10:32:43.4368323Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4368473Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4368619Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4368772Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 PASSED [ 30%] 2022-12-01T10:32:43.4368922Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4369070Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 PASSED [ 30%] 2022-12-01T10:32:43.4369205Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4369353Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4369505Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4369654Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:32:43.4369801Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 PASSED [ 30%] 2022-12-01T10:32:43.4369949Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4370094Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4370238Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4370370Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4370522Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 PASSED [ 30%] 2022-12-01T10:32:43.4370672Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4370825Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4370978Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4371126Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 PASSED [ 30%] 2022-12-01T10:32:43.4371273Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 PASSED [ 30%] 2022-12-01T10:32:43.4371420Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4371552Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4371706Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 PASSED [ 30%] 2022-12-01T10:32:43.4371858Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 PASSED [ 30%] 2022-12-01T10:32:43.4372009Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 PASSED [ 30%] 2022-12-01T10:32:43.4372158Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4372305Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4372454Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 PASSED [ 30%] 2022-12-01T10:32:43.4372601Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4372733Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 PASSED [ 30%] 2022-12-01T10:32:43.4372879Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool PASSED [ 30%] 2022-12-01T10:32:43.4373027Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 PASSED [ 30%] 2022-12-01T10:32:43.4373174Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4373319Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 PASSED [ 30%] 2022-12-01T10:32:43.4373471Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 PASSED [ 30%] 2022-12-01T10:32:43.4373677Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 PASSED [ 30%] 2022-12-01T10:32:43.4373825Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 PASSED [ 30%] 2022-12-01T10:32:43.4373973Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 PASSED [ 30%] 2022-12-01T10:32:43.4374105Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 PASSED [ 31%] 2022-12-01T10:32:43.4374252Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 PASSED [ 31%] 2022-12-01T10:32:43.4374397Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu PASSED [ 31%] 2022-12-01T10:32:43.4374540Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu PASSED [ 31%] 2022-12-01T10:32:43.4374704Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu PASSED [ 31%] 2022-12-01T10:32:43.4374858Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu PASSED [ 31%] 2022-12-01T10:32:43.4375004Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu XFAIL [ 31%] 2022-12-01T10:32:43.4375156Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu PASSED [ 31%] 2022-12-01T10:32:43.4375374Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu PASSED [ 31%] 2022-12-01T10:32:43.4375537Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu PASSED [ 31%] 2022-12-01T10:32:43.4375681Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu PASSED [ 31%] 2022-12-01T10:32:43.4375825Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu PASSED [ 31%] 2022-12-01T10:32:43.4375975Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu PASSED [ 31%] 2022-12-01T10:32:43.4376134Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu PASSED [ 31%] 2022-12-01T10:32:43.4376295Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu PASSED [ 31%] 2022-12-01T10:32:43.4376447Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu PASSED [ 31%] 2022-12-01T10:32:43.4376581Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu PASSED [ 31%] 2022-12-01T10:32:43.4376729Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu PASSED [ 31%] 2022-12-01T10:32:43.4376873Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu PASSED [ 31%] 2022-12-01T10:32:43.4377018Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu PASSED [ 31%] 2022-12-01T10:32:43.4377174Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu PASSED [ 31%] 2022-12-01T10:32:43.4377325Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu XFAIL [ 31%] 2022-12-01T10:32:43.4377478Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu PASSED [ 31%] 2022-12-01T10:32:43.4377634Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu XFAIL [ 31%] 2022-12-01T10:32:43.4377775Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu PASSED [ 31%] 2022-12-01T10:32:43.4377923Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu PASSED [ 31%] 2022-12-01T10:32:43.4378075Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu PASSED [ 31%] 2022-12-01T10:32:43.4378233Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu PASSED [ 31%] 2022-12-01T10:32:43.4378387Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu PASSED [ 31%] 2022-12-01T10:32:43.4378541Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu PASSED [ 31%] 2022-12-01T10:32:43.4378697Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu PASSED [ 31%] 2022-12-01T10:32:43.4378849Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu XFAIL [ 31%] 2022-12-01T10:32:43.4378994Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu PASSED [ 31%] 2022-12-01T10:32:43.4379177Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu PASSED [ 31%] 2022-12-01T10:32:43.4379347Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu PASSED [ 31%] 2022-12-01T10:32:43.4379513Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu PASSED [ 31%] 2022-12-01T10:32:43.4379680Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu PASSED [ 31%] 2022-12-01T10:32:43.4379860Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 31%] 2022-12-01T10:32:43.4380038Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 31%] 2022-12-01T10:32:43.4380204Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu PASSED [ 31%] 2022-12-01T10:32:43.4380376Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu PASSED [ 31%] 2022-12-01T10:32:43.4380519Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu PASSED [ 31%] 2022-12-01T10:32:43.4380669Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu PASSED [ 31%] 2022-12-01T10:32:43.4380817Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu PASSED [ 31%] 2022-12-01T10:32:43.4380965Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu PASSED [ 31%] 2022-12-01T10:32:43.4381124Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu PASSED [ 31%] 2022-12-01T10:32:43.4381276Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu PASSED [ 31%] 2022-12-01T10:32:43.4381423Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu PASSED [ 31%] 2022-12-01T10:32:43.4381569Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu XFAIL [ 31%] 2022-12-01T10:32:43.4381752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4381952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4382145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4382335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4382526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4382714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4382904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4383095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4383295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4383494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4383679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4383875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4384068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4384260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4384480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4384696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4384894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4385091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4385283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4385474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4385652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4385855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4386044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4386245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4386438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4386627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4386820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4387018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4387215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4387404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4387583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4387773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4387971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4388169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4388369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4388562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4388758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4388951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4389146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4389335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4389505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4389756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4389956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4390156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4390351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4390542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4390732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4390919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4391115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4391317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4391503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4391701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4391903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4392104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4392300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4392595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4392791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4392984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4393185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4393382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4393562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4393764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4393958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4394151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4394348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4394542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4394732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4395035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4395226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4395415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4395590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4395792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4395986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4396175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4396371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4396569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4396775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4396976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4397170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4397361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4397541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4397733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:32:43.4397920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4398110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4398301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4398497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4398692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4398889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4399077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4399266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4399445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4399639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4399828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4400018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4400275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4400470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4400659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4400848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4401037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4401230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4401406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4401608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4401806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4402000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4402190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4402378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4402566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4402765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4402959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4403149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4403331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4403525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4403720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4403922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4404129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4404326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4404524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4404719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4404921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4405122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4405372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4405571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4405768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4405962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4406154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4406349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4406543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4406736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4406927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4407116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4407300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4407493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4407694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4407896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4408086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4408277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4408473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4408671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4408864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4409054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4409235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4409426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4409622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4409817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4410015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4410206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4410456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4410647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4410834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4411022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4411201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4411393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4411585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4411781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4411978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4412169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4412357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4412546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4412742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4412937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4413125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4413318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4413514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4413707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4413899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4414091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4414284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4414478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4414667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4414855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4415029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4415215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4415505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4415768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4415971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4416171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4416370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4416565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4416759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4416958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4417147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4417345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4417543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4417742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4417939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4418133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4418343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4418546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4418744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4418939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4419116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4419311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4419517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4419713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4419912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4420104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4420302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4420497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4420724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4420949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4421133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4421327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4421531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4421736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4421939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4422146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4422346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4422540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4422737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4422933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4423113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4423318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4423521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4423717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:32:43.4423914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4424110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4424305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4424500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4424697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4424904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4425093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4425289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4425483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4425681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4425941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4426140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4426336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4426531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4426724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4426922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4427125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4427307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4427506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4427706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4427909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4428115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4428322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4428535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4428732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4428928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4429126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4429311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4429509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4429709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4429905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4430097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4430293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4430487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4430683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4430948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4431147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4431327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4431534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4431743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4431952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4432159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4432365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4432692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4432901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4433118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4433328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4433544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4433747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4433959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4434171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4434382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4434591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4434795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4435001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4435210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4435412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4435611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4435796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4435994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4436295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4436506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4436712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4436919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4437125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4437329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4437531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4437726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4437904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4438093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4438278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4438473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4438672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4438877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4439073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4439265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4439458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4439648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4439825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4440016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4440217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4440414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4440606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4440795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4440985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4441178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4441433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4441630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4441811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4442004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4442193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4442394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4442591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4442789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4442989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4443181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4443373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4443566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4443743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4443938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4444132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4444326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4444522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4444716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4444916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4445111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4445311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4445508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4445687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4445891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4446089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4446291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4446585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4446786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4446982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4447176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4447371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4447564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4447751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4447953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4448154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4448349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4448550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4448743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4448941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4449136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4449334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4449529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4449726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4449914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4450111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:32:43.4450315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4450523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4450722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4450920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4451123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4451332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4451540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4451813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4452004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4452207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4452409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4452609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4452798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4452997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4453191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4453385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4453576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4453767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4453942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4454139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4454337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4454536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4454729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4454925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4455118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4455402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4455612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4455822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4456014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4456213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4456411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4456616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4456824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4457091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4457305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4457515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4457722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4457925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4458130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4458331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4458534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4458732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4458926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4459128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4459334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4459547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4459755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4459958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4460160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4460342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4460547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4460754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4460953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4461152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4461351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4461552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4461758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4461960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4462212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4462398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4462596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4462790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4462984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4463188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4463390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4463583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4463780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4463980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4464170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4464351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4464542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4464733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4464921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4465108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4465297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4465493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4465683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4465883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4466077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4466253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4466446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4466634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4466822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4467010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4467266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4467460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4467659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4467854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4468046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4468225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4468425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4468624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4468817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4469008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4469201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4469399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4469596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4469795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4469989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4470169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4470370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4470568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4470760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4470959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4471156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4471353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4471560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4471760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4471959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4472142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4472395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4472712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4472910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4473106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4473304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4473507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4473715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4473916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4474122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4474312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4474514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4474714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4474911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4475113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4475309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4475505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4475699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4475894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4476095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4476300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4476484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:32:43.4476682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4476891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4477102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4477305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4477561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4477807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4478019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4478228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4478436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4478629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4478842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4479052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4479257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:32:43.4479465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4479673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4479877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4480092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4480302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4480513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4480725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4480923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4481130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4481337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4481543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4481753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4481961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4482167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4482373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4482579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4482844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4483053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4483246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4483458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4483665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4483862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4484058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4484258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4484457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4484653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4484848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4485039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4485229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4485424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4485627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4485826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4486027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4486222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4486417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4486616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4486808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4487006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4487193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4487386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4487577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4487823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4488016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4488208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4488403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4488608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4488805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4488999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4489400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4489701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4490012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4490331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4490647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4490957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4491272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4491579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4491883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:32:43.4492198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4492508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4492832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4493154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4493467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4493781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4494095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4494406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4494731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4495119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4495519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4495846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4496167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4496468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4496794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:32:43.4496989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4497180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4497369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4497555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4497744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4497935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4498136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4498328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4498513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4498705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4498895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4499091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4499280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4499474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4499663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4499851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4500037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4500212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4500401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4500588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4500853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4501044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4501238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4501425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4501613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4501808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4502001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4502178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4502367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4502551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4502748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4502945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4503142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4503340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4503534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4503729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4503922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4504103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4504297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4504491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4504686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4504883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4505079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4505272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4505463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4505655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:32:43.4505914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4506091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4506287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4506479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4506674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4506867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4507060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4507258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4507452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4507642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4507829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4508003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4508192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4508384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4508577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4508777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4508976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4509167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4509365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4509557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4509752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4509938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4510143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4510341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4510537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4510735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4510959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4511181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4511376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4511569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4511760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4511952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4512160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4512364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4512705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4512907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4513103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4513302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4513499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4513698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4513892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4514071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4514273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4514468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4514674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4514873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4515073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4515266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4515464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4515657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4515852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4516028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4516278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4516510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4516701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4516893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4517081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4517277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4517467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4517661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4517860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4518039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4518234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4518424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4518611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4518801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4518999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4519191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4519378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4519574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4519772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4519954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4520152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4520347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4520539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4520730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4520924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4521126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4521322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4521602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4521797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4521976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4522170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4522360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4522559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4522762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4522957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4523153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4523348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4523543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4523744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4523927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4524136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4524339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4524542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4524743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4524943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4525141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4525356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4525659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4525873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4526078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4526269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4526471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4526766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4526970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4527171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4527368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4527565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4527762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4527959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4528165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4528352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4528551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4528744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4528944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4529143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4529346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4529540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4529734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4529927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4530124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4530308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4530509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4530707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4530903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4531096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4531291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4531490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4531682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4531933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4532139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:32:43.4532327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4532523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4532714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4532907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4533105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4533304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4533497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4533693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4533883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4534080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4534262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4534464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4534660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4534858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4535048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4535246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4535518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4535720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4535915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4536128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4536421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4536701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4536905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4537103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4537369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4537564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4537759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4537954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4538147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4538342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4538549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4538735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4538934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4539137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4539338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4539540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4539740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4539945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4540155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4540360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4540559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4540748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4540961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4541158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4541352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4541548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4541742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4541935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4542125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4542378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4542576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4542775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4542970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4543167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4543362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4543557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4543748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4543938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4544131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4544314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4544505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4544699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4544895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4545091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4545282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4545474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4545666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4545863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4546061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4546248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4546440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4546631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4546833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4547029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4547224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4547485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4547677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4547869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4548066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4548256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4548454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4548653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4548846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4549040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4549237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4549429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4549628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4549830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4550025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4550206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4550397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4550602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4550804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4550998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4551193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4551381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4551568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4551759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4551953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4552145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4552382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4552687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4552883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4553077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4553269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4553461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4553653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4553856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4554050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4554244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4554426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4554620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4554810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4555005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4555194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4555393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4555590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4555788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4555981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4556180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4556366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4556558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4556746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4556937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4557126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4557312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4557604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4557796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4557994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4558190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4558371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:32:43.4558563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4558754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4558954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4559146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4559342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4559538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4559728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4559921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4560116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4560293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4560484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4560684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4560886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4561085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4561282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4561478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4561673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4561868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4562059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4562236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4562429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4562676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4562867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4563053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4563239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4563425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4563624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4563818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4564014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4564193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4564388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4564580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4564771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4564961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4565152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4565353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4565548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4565744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4565937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4566115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4566307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4566508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4566702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4566893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4567086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4567275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4567464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4567654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4567921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4568106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4568299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4568493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4568685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4568883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4569091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4569291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4569486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4569677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4569874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4570056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4570256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4570452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4570659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4570858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4571057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4571250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4571447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4571649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4571842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4572022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4572224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4572420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4572625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4572885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4573085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4573285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4573477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4573665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4573854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4574033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4574220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4574422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4574616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4574807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4574997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4575184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4575448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4575644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4575830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4576007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4576197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4576390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4576580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4576773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4576959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4577149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4577333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4577523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4577711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4577969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4578160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4578353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4578546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4578735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4578925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4579113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4579306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4579499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4579687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4579863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4580050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4580237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4580423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4580614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4580806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4580996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4581185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4581379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4581568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4581749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4581937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4582133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4582326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4582519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4582705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4582892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4583137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4583326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4583513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4583687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4583878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:32:43.4584068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4584258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4584451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4584640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4584827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4585013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4585198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4585384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4585560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4585750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4585935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4586125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4586315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4586503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4586693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4586885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4587072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4587257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4587454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4587649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4587841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4588044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4588300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4588502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4588701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4588893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4589083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4589268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4589467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4589664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4589857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4590047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4590238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4590427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4590627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4590831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4591023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4591203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4591396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4591585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4591774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4591962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4592162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4592363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4592742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4592939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4593135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4593314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4593593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4593790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4593986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4594180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4594368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4594555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4594745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4594929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4595119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4595297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4595492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4595684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4595876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4596082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4596278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4596472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4596666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4596862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4597058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4597246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4597437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4597639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4597833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4598025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4598218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4598419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4598677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4598876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4599077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4599271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4599455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4599650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4599847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4600043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4600236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4600431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4600626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4600821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4601017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4601211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4601399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4601605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4601804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4602002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4602198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4602394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4602590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4602784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4602978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4603173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4603366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4603622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4603821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4604015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4604204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4604401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4604596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4604799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4605002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4605200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4605382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4605572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4605777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4605982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4606190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4606394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4606592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4606793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4606992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4607184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4607387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4607572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4607768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4607961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4608154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4608343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4608536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4608831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4609033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4609231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4609424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4609606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4609799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:32:43.4609997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4610191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4610383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4610581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4610771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4610961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4611154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4611353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4611545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4611747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4611944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4612141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4612338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4612536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4612727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4612923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4613118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4613311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4613494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4613726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4613940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4614133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4614332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4614525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4614716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4614904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4615100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4615296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4615559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4615754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4615943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4616130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4616319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4616519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4616719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4616914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4617107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4617299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4617477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4617671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4617869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4618065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4618261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4618451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4618641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4618832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4619093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4619289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4619476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4619670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4619860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4620055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4620249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4620443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4620632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4620828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4621021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4621212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4621393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4621592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4621785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4621975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4622165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4622355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4622543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4622737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4622935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4623134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4623321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4623514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4623707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4623897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4624148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4624339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4624526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4624714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4624906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4625095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4625276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4625462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4625643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4625828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4626013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4626198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4626390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4626586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4626777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4626965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4627141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4627330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4627515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4627709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4627903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4628093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4628280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4628471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4628665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4628859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4629097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4629292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4629499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4629709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4629922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4630131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4630338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4630538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4630732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4630933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4631124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4631326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4631526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4631732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4631933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4632134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4632330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4632651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4632854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4633057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4633252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4633446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4633647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4633855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4634062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4634354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4634562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4634771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4634974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4635189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4635398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4635592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4635791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4635987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:32:43.4636181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4636374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4636565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4636756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4636962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4637165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4637364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4637547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4637746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4637942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4638141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4638338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4638529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4638718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4638906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4639094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4639282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4639513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4639709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4639898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4640096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4640289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4640484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4640679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4640873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4641063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4641254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4641429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4641625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4641819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4642015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4642206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4642396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4642582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4642773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4642960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4643159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4643342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4643533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4643725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4643913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4644101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4644293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4644544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4644736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4644925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4645114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4645288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4645468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4645657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4645848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4646041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4646237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4646430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4646623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4646815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4647007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4647195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4647392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4647592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4647792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4647991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4648193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4648395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4648593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4648788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4648983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4649169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4649371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4649647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4649854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4650058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4650254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4650451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4650645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4650842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4651039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4651242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4651433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4651635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4651831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4652024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4652218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4652415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4652613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4652813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4653009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4653202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4653387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4653584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4653784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4653981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4654178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4654377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4654602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4654820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4655021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4655214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4655471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4655669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4655866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4656072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4656272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4656467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4656660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4656854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4657057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4657260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4657444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4657640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4657838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4658032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4658229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4658424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4658623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4658819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4659012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4659205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4659407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4659594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4659863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4660052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4660236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4660424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4660612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4660794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4660989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4661180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4661361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4661554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4661742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:32:43.4661934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4662119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4662320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4662518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4662721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4662922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4663121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4663314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4663496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4663696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4663890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4664092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4664296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4664501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4664703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4664957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4665151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4665341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4665521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4665717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4665909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4666106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4666303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4666493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4666687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4666879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4667072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4667266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4667449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4667645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4667836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4668030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4668241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4668450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4668670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4668882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4669090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4669297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4669495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4669701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4669968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4670186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4670401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4670608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4670818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4671037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4671255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4671467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4671678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4671879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4672090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4672297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4672612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4672833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4673045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4673254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4673459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4673670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4673890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4674084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4674264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4674457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4674648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4674837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4675113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4675307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4675505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4675697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4675892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4676086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4676264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4676466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4676655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4676856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4677052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4677250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4677446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4677648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4677841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4678035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4678217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4678410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4678600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4678791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4678981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4679163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4679349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4679539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4679735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4679930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4680170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4680363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4680552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4680741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4680930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4681122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4681316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4681515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4681707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4681907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4682093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4682288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4682478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4682670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4682867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4683059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4683250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4683439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4683631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4683830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4684032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4684216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4684415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4684608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4684799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4684994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4685302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4685510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4685715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4685905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4686095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4686272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4686461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4686650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4686837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4687022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4687210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4687400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4687588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4687782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4687975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:32:43.4688151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4688341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4688528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4688711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4688905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4689107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4689301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4689492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4689902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4690216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4690516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4690900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4691211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4691532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4691857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4692175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4692488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4692805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4693118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4693431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4693739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:32:43.4693966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4694201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4694440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4694671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4694906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4695142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4695438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4695682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4695914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4696142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4696374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:32:43.4696566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4696753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4697014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4697210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4697403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4697594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4697798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4698002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4698201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4698395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4698589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4698778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4698974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4699164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4699360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4699556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4699746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4699938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4700129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4700330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4700529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4700717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4700908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4701100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4701293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4701491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4701683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4701915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4702140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4702332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4702523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4702710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4702904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4703105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4703310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4703505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4703699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4703892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4704086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4704282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4704484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4704678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4704883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4705089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4705298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4705505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4705720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4705926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4706133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4706348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4706561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4706763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4707013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4707221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4707427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4707633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4707837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4708044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4708250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4708447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4708655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4708869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4709081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4709288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4709501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4709714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4709925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4710136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4710346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4710556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4710772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4710995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4711227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4711436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4711638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4711848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4712124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4712329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4712643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4712855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4713065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4713275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4713487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4713702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4713913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4714110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4714317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4714530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4714747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4714965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4715179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4715397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4715617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4715838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4716063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4716285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4716495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4716700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4716905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:32:43.4717197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4717405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4717613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4717823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4718032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4718241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4718466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4718685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4718891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4719115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4719339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4719564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4719790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4720016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4720236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4720450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4720671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4720894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4721102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4721313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4721512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4721729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4721941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4722222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4722440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4722651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4722866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4723081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4723294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4723505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4723711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4723911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4724118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4724319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4724519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4724731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4724941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4725144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4725348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4725552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4725753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4725948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4726153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4726360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4726568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4726771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4726974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4727240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4727451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4727664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4727875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4728091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4728294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4728513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4728728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4728941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4729152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4729359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4729567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4729779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4729997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4730215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4730431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4730629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4730846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4731058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4731268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4731477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4731682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4731892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4732161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4732353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4732548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4732740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4732922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4733114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4733307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4733508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4733708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4733905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4734097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4734290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4734482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4734677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4734861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4735057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4735245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4735507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4735699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4735886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4736087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4736285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4736475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4736665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4736841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4737039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4737271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4737494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4737684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4737876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4738068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4738265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4738458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4738666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4738851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4739045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4739239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4739433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4739632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4739832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4740026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4740219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4740410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4740601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4740782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4740972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4741165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4741367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4741566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4741764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4742017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4773321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4773871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4774117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4774308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4774494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4774685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4774867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4775049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4775241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4775506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4775689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:32:43.4775871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4776066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4776253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4776442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4776632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4776812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4776996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4777395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:32:43.4777717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:32:43.4778035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:32:43.4778360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:32:43.4778687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:32:43.4779009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:32:43.4779195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4779387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4779568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4779825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4780012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4780205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4780391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4780575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4780761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4780948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4781134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4781316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4781492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4781673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4781855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4782046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4782240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4782422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4782607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4782790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4782984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4783172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4783358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4783550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4783738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4783926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4784115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4784314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4784513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4784787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4784983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4785172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4785357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4785545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4785734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4785924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4786112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4786299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4786488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4786682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4786875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4787066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4787255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4787439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4787624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4787811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4787999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4788192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4788384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4788575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4788762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4788948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4789133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4789317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4789512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4789766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4789957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4790147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4790336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4790523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4790710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4790901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4791088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4791281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4791472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4791665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4791854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4792045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4792236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4792424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4792717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4792905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4793096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4793278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4793469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4793653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4793835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4794017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4794208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4794402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4794673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4794905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4795097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4795281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4795468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4795655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4795844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4796030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4796216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4796404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4796590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4796773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4796955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4797130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4797316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4797506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4797694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4797880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4798063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4798246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4798432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4798620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4798802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4798979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4799159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4799340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4799517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4799758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4799950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4800136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4800321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4800505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4800689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4800870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4801052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4801239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4801421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4801606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:32:43.4801787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4801974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4802158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4802338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4802515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4802698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4802892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4803078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4803267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4803451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4803638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4803823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4804006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4804186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4804366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4804607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4804801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4804985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4805167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4805349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4805530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4805714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4805897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4806080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4806262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4806443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4806625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4806803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4806985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4807168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4807355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4807538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4807727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4807906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4808086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4808267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4808454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4808641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4808824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4809013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4809197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4809392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4809638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4809828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4810016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4810199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4810386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4810566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4810752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4810932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4811111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4811287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4811464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4811650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4811833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4812020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4812204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4812386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4812570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4812753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4812938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4813132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4813318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4813507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4813693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4813875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4814061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4814247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4814485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4814671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4814851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4815028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4815207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4815467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4815655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4815840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4816024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4816205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4816385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4816563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4816744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4816933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4817114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4817295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4817471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4817658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4817842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4818032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4818223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4818410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4818595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4818778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4818959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4819138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4819385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4819574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4819752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4819932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4820111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4820286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4820466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4820656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4820839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4821021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4821198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4821375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4821553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4821744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4821931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4822114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4822305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4822496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4822690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4822890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4823092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4823289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4823488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4823685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4823882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4824075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4824331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4824530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4824725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4824918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4825109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4825300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4825496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4825694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4825893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4826090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4826284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:32:43.4826478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4826674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4826861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4827049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4827236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4827427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4827617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4827810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4828005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4828193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4828382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4828571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4828758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4828946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4829195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4829381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4829567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4829754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4829937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4830124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4830320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4830510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4830696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4830881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4831073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4831262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4831452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4831647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4831833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4832023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4832221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4832419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4832734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4832932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4833126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4833340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4833556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4833774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4833989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4834293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4834512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4834726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4834938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4835149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4835366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4835585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4835803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4836012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4836226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4836441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4836661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4836879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4837093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4837305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4837518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4837731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4837955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4838175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4838385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4838599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4838813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4839080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4839288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4839493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4839705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4839912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4840116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4840320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4840520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4840711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4840901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4841091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4841277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4841464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4841656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4841850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4842037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4842221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4842412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4842605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4842785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4842971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4843163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4843351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4843534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4843721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4843965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4844151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4844345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4844538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4844719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4844910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4845101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4845302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4845502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4845695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4845890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4846084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4846277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4846475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4846659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4846854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4847049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4847240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4847430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4847621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4847814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4848007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4848207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4848404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4848585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4848780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4849032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4849229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4849419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4849611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4849800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4849991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4850176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4850367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4850551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4850750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4850941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4851137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4851328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4851523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4851718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4851910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4852101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4852289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4852463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:32:43.4852660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4852861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4853055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4853249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4853444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4853643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4853845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4854121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4854313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4854494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4854682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4854868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4855056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4855253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4855520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4855716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4855904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4856092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4856280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4856457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4856648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4856836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4857023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4857239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4857517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4857720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4857907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4858110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4858304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4858495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4858699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4858894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4859085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4859278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4859548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4859752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4859951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4860155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4860352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4860538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4860740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4860932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4861125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4861315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4861501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4861687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4861871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4862060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4862246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4862429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4862626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4862818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4863009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4863202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4863392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4863579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4863764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4863949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4864141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4864318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4864572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4864766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4864955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4865144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4865340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4865538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4865733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4865928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4866117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4866302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4866492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4866681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4866869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4867059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4867255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4867448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4867639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4867843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4868072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4868334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4868578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4868776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4868979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4869180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4869382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4869573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4869868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4870057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4870243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4870419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4870609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4870801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4870992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4871186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4871377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4871565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4871778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4871987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4872195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4872392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4872815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4873038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4873249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4873459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4873666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:32:43.4873867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4874074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4874276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4874480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4874665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4874865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4875120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4875351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4875547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4875744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4875936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4876134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4876330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4876526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4876706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4876895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4877085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4877284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4877481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4877675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4877873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4878064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4878255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4878454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4878644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4878834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4879031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:32:43.4879225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4879415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4879603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4879789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4879987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4880178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4880449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4880633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4880825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4881017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4881206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4881403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4881608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4881804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4882008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4882205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4882400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4882594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4882780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4882986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4883187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4883394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4883599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4883801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4884001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4884200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4884392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4884583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4884762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4884953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4885148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4885413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4885608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4885797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4885991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4886183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4886376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4886567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4886756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4886952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4887144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4887335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4887524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4887723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4887925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4888120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4888314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4888507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4888688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4888883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4889082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4889281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4889475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4889668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4889860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4890062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4890262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4890530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4890718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4890910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4891107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4891312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4891510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4891704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4891903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4892097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4892293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4892491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4892684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4892887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4893093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4893290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4893485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4893679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4893875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4894069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4894266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4894459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4894651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4894853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4895052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4895250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4895520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4895777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4895969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4896166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4896358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4896548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4896737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4896925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4897123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4897317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4897511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4897704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4897897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4898096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4898301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4898502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4898703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4898884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4899078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4899269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4899463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4899660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4899853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4900054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4900253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4900449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4900643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4900880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4901073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4901265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4901456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4901649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4901839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4902032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4902219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4902409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4902606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4902787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4902978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4903168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4903362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4903550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4903742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4903930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4904119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4904306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4904507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4904695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4904888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:32:43.4905081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4905273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4905468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4905660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4905919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4906114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4906303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4906494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4906668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4906870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4907074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4907270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4907465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4907660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4907853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4908046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4908238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4908434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4908615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4908804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4908991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4909182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4909379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4909575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4909771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4909963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4910156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4910348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4910529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4910719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4910969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4911157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4911346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4911535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4911732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4911929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4912122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4912320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4912619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4912815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4913007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4913222Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4913435Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4913656Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4913861Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4914068Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:32:43.4914226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 PASSED [ 50%] 2022-12-01T10:32:43.4914383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 PASSED [ 50%] 2022-12-01T10:32:43.4914524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 PASSED [ 50%] 2022-12-01T10:32:43.4914674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 PASSED [ 50%] 2022-12-01T10:32:43.4914826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 PASSED [ 50%] 2022-12-01T10:32:43.4914977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4915135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 PASSED [ 50%] 2022-12-01T10:32:43.4915292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 PASSED [ 50%] 2022-12-01T10:32:43.4915444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4915593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4915738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:32:43.4915894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4916045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4916244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool PASSED [ 50%] 2022-12-01T10:32:43.4916434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 PASSED [ 50%] 2022-12-01T10:32:43.4916585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4916737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 PASSED [ 50%] 2022-12-01T10:32:43.4916888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4917027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 PASSED [ 50%] 2022-12-01T10:32:43.4917172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4917317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4917471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:32:43.4917623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool PASSED [ 50%] 2022-12-01T10:32:43.4917780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 PASSED [ 50%] 2022-12-01T10:32:43.4917933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4918082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 PASSED [ 50%] 2022-12-01T10:32:43.4918230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 PASSED [ 50%] 2022-12-01T10:32:43.4918365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4918513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 PASSED [ 50%] 2022-12-01T10:32:43.4918660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4918808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 PASSED [ 50%] 2022-12-01T10:32:43.4918955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 PASSED [ 50%] 2022-12-01T10:32:43.4919100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4919245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 PASSED [ 50%] 2022-12-01T10:32:43.4919392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 PASSED [ 50%] 2022-12-01T10:32:43.4919525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 PASSED [ 50%] 2022-12-01T10:32:43.4919669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 PASSED [ 50%] 2022-12-01T10:32:43.4919811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4919959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:32:43.4920108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4920254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 PASSED [ 50%] 2022-12-01T10:32:43.4920398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 PASSED [ 50%] 2022-12-01T10:32:43.4920540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4920668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4920825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:32:43.4920976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 PASSED [ 50%] 2022-12-01T10:32:43.4921126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4921333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:32:43.4921533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:32:43.4921800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:32:43.4922007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:32:43.4922213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:32:43.4922368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:32:43.4922507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool PASSED [ 50%] 2022-12-01T10:32:43.4922664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 PASSED [ 50%] 2022-12-01T10:32:43.4922815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 PASSED [ 50%] 2022-12-01T10:32:43.4922970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4923119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4923275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:32:43.4923424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool PASSED [ 50%] 2022-12-01T10:32:43.4923580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 PASSED [ 50%] 2022-12-01T10:32:43.4923722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4923874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4924021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 PASSED [ 50%] 2022-12-01T10:32:43.4924174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:32:43.4924328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool PASSED [ 50%] 2022-12-01T10:32:43.4924481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4924629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 PASSED [ 50%] 2022-12-01T10:32:43.4924775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 PASSED [ 50%] 2022-12-01T10:32:43.4924907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4925053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 PASSED [ 50%] 2022-12-01T10:32:43.4925203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool PASSED [ 50%] 2022-12-01T10:32:43.4925357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 PASSED [ 50%] 2022-12-01T10:32:43.4925509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 PASSED [ 50%] 2022-12-01T10:32:43.4925662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 PASSED [ 50%] 2022-12-01T10:32:43.4925816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:32:43.4925966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool PASSED [ 50%] 2022-12-01T10:32:43.4926111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:32:43.4926264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 PASSED [ 50%] 2022-12-01T10:32:43.4926411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 PASSED [ 50%] 2022-12-01T10:32:43.4926565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool PASSED [ 50%] 2022-12-01T10:32:43.4926723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 PASSED [ 50%] 2022-12-01T10:32:43.4926877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 PASSED [ 50%] 2022-12-01T10:32:43.4927106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 PASSED [ 50%] 2022-12-01T10:32:43.4927262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 PASSED [ 50%] 2022-12-01T10:32:43.4927416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4927556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4927717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:32:43.4927877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.4928034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.4928186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4928343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4928498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4928660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.4928812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:32:43.4928973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.4929125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4929279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.4929433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4929587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4929748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.4929906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4930057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4930212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.4930377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4930531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.4930686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.4930839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.4930994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4931148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4931302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.4931483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.4931697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.4931915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4932110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.4932284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 PASSED [ 51%] 2022-12-01T10:32:43.4932452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.4932931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4933281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4933639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.4933983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.4934339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 PASSED [ 51%] 2022-12-01T10:32:43.4934679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.4935032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.4935452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.4935793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.4936142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4936483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.4936817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 PASSED [ 51%] 2022-12-01T10:32:43.4937143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.4937476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.4937801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4938126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.4938432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4938762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.4939091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4939412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 PASSED [ 51%] 2022-12-01T10:32:43.4939753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.4940089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 PASSED [ 51%] 2022-12-01T10:32:43.4940424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.4940746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.4941080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4941409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4941725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4942058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.4942390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.4942726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.4943049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.4943387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4943726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4944052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.4944425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.4944792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 PASSED [ 51%] 2022-12-01T10:32:43.4945130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.4945453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4945787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4946123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 PASSED [ 51%] 2022-12-01T10:32:43.4946458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 PASSED [ 51%] 2022-12-01T10:32:43.4946778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 PASSED [ 51%] 2022-12-01T10:32:43.4993948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.4994346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.4994704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.4995015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4995408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4995734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.4996062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 PASSED [ 51%] 2022-12-01T10:32:43.4996412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.4996772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4997121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.4997473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4997797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.4998129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 PASSED [ 51%] 2022-12-01T10:32:43.4998466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.4998784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.4999116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.4999439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.4999764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.5000094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.5000554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.5001032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 PASSED [ 51%] 2022-12-01T10:32:43.5001649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.5002141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.5002491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.5002890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.5003232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.5003589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.5004146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.5004496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.5004829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.5005176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 PASSED [ 51%] 2022-12-01T10:32:43.5005526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.5005871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.5006197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 PASSED [ 51%] 2022-12-01T10:32:43.5006536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 PASSED [ 51%] 2022-12-01T10:32:43.5006876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.5007203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.5007537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.5007872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.5008198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.5008512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.5008836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.5009164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.5009477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool PASSED [ 51%] 2022-12-01T10:32:43.5009807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:32:43.5010145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.5010474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.5010789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64 PASSED [ 51%] 2022-12-01T10:32:43.5011126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:32:43.5011453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64 PASSED [ 51%] 2022-12-01T10:32:43.5011765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.5012093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8 PASSED [ 51%] 2022-12-01T10:32:43.5012426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:32:43.5012778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 PASSED [ 51%] 2022-12-01T10:32:43.5013110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 PASSED [ 51%] 2022-12-01T10:32:43.5013449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 PASSED [ 51%] 2022-12-01T10:32:43.5013784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 PASSED [ 51%] 2022-12-01T10:32:43.5014109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5014444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5014782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 PASSED [ 52%] 2022-12-01T10:32:43.5015129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 PASSED [ 52%] 2022-12-01T10:32:43.5015583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5015958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5016301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5016639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5016958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5017293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5017625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5017943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5018274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5018609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5018941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5019258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5019605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5019966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5020308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5020655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5021003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5021366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5021712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5022071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 52%] 2022-12-01T10:32:43.5022433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5022792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5023129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5023486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5023835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5024177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5024535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5024890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5025241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5025576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 PASSED [ 52%] 2022-12-01T10:32:43.5025916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 PASSED [ 52%] 2022-12-01T10:32:43.5026254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 PASSED [ 52%] 2022-12-01T10:32:43.5026589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5026955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5027315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5027643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5027959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:32:43.5028296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5028627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5028952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5029267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5029595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5029927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5030250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5030580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5030909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5031238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5031554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5031890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5032229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5032845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 PASSED [ 52%] 2022-12-01T10:32:43.5033207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 PASSED [ 52%] 2022-12-01T10:32:43.5033553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 PASSED [ 52%] 2022-12-01T10:32:43.5033900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5034224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5034561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5034893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5035220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 PASSED [ 52%] 2022-12-01T10:32:43.5035534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5035855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5036177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5036482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5036800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5037251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5037580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5037891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5038216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5038541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5038844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5039277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5039757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5040188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5040658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5041254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5041671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5041983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5042301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5042635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5042973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5043293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5043622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5043946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5044257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5044585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5044911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5045232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5045541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5045868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5046189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5046492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5046813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5047141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5047474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5047795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5048131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5048469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 PASSED [ 52%] 2022-12-01T10:32:43.5048804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 PASSED [ 52%] 2022-12-01T10:32:43.5049140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5049471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5049805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5050181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5050507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5050831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5051160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:32:43.5051544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 PASSED [ 52%] 2022-12-01T10:32:43.5051929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5052257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5052570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 PASSED [ 52%] 2022-12-01T10:32:43.5052894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5053216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5053537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5053850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 PASSED [ 52%] 2022-12-01T10:32:43.5054183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 PASSED [ 52%] 2022-12-01T10:32:43.5054517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 PASSED [ 52%] 2022-12-01T10:32:43.5054833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5055157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 PASSED [ 52%] 2022-12-01T10:32:43.5055555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5055885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5056199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5056528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5056863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool PASSED [ 52%] 2022-12-01T10:32:43.5057183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:32:43.5057521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5057854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 PASSED [ 52%] 2022-12-01T10:32:43.5058180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 PASSED [ 52%] 2022-12-01T10:32:43.5058496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 PASSED [ 52%] 2022-12-01T10:32:43.5058832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 PASSED [ 52%] 2022-12-01T10:32:43.5059165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 PASSED [ 52%] 2022-12-01T10:32:43.5059481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5059809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5060150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5060501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool PASSED [ 53%] 2022-12-01T10:32:43.5060836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5061291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5061776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5062400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5062802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5063146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5063488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5063867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5064241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5064586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5064924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5065243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5065581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5065926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5066253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5066586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5066922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5067254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5067571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool PASSED [ 53%] 2022-12-01T10:32:43.5067911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5068254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:32:43.5068575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5068904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5069235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5069563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5069891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5070229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5070573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 PASSED [ 53%] 2022-12-01T10:32:43.5070924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 PASSED [ 53%] 2022-12-01T10:32:43.5071252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5071589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5071920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5072241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5072771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool PASSED [ 53%] 2022-12-01T10:32:43.5073356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5073865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5074186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5074521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5074856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:32:43.5075179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5075514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5075849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5076289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5076616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5076948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5077280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5077609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5077939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:32:43.5078279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5078612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5078931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5079265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5079596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5079932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5080257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5080592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5080947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5081323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5081656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5081994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5082322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5082639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5082970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5083300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5083614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5083944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5084274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5084603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5084926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5085252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool PASSED [ 53%] 2022-12-01T10:32:43.5085579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5085911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 PASSED [ 53%] 2022-12-01T10:32:43.5086226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 PASSED [ 53%] 2022-12-01T10:32:43.5086549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5086873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5087186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5087556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5087925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 PASSED [ 53%] 2022-12-01T10:32:43.5088264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 PASSED [ 53%] 2022-12-01T10:32:43.5088581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5088912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5089243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5089560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5089892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5090221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5090550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5090861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5091194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5091526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool PASSED [ 53%] 2022-12-01T10:32:43.5092013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5092394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 PASSED [ 53%] 2022-12-01T10:32:43.5092779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5093111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5093432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5093771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5094103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5094413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5094749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5095095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 PASSED [ 53%] 2022-12-01T10:32:43.5095511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5095841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5096180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5096510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5096843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5097165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 PASSED [ 53%] 2022-12-01T10:32:43.5097515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5097858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5098180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5098514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool PASSED [ 53%] 2022-12-01T10:32:43.5098844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5099169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5099530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5099900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5100231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool PASSED [ 53%] 2022-12-01T10:32:43.5100543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 PASSED [ 53%] 2022-12-01T10:32:43.5100895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5101215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5101533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 PASSED [ 53%] 2022-12-01T10:32:43.5101841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 PASSED [ 53%] 2022-12-01T10:32:43.5102167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 PASSED [ 53%] 2022-12-01T10:32:43.5102489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 PASSED [ 53%] 2022-12-01T10:32:43.5102794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 PASSED [ 53%] 2022-12-01T10:32:43.5103115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5103503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:32:43.5103837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 PASSED [ 53%] 2022-12-01T10:32:43.5104144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 PASSED [ 53%] 2022-12-01T10:32:43.5104461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 PASSED [ 53%] 2022-12-01T10:32:43.5104786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5105097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5105421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5105748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 PASSED [ 54%] 2022-12-01T10:32:43.5106072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 PASSED [ 54%] 2022-12-01T10:32:43.5106374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5106692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5107012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5107331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5107674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5108012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5108345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5108663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5108999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5109332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5109663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5109980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5110313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5110644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5110954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5111346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5111718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 PASSED [ 54%] 2022-12-01T10:32:43.5112052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 PASSED [ 54%] 2022-12-01T10:32:43.5112368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5112871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5113197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5113506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5113825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5114145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5114477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5114799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5115130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5115468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5115789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 PASSED [ 54%] 2022-12-01T10:32:43.5116120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 PASSED [ 54%] 2022-12-01T10:32:43.5116451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5116790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5117124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 PASSED [ 54%] 2022-12-01T10:32:43.5117473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 PASSED [ 54%] 2022-12-01T10:32:43.5117810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5118131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 PASSED [ 54%] 2022-12-01T10:32:43.5118463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5118794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5119133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5119453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5119800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5120145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5120493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5120817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5121155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5121496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5121831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 PASSED [ 54%] 2022-12-01T10:32:43.5122174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5122514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5122844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5123281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5123634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5123978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5124305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5124649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5124983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5125319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5125643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5125976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 PASSED [ 54%] 2022-12-01T10:32:43.5126317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 PASSED [ 54%] 2022-12-01T10:32:43.5126633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5126973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 PASSED [ 54%] 2022-12-01T10:32:43.5127315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5127655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5127978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 PASSED [ 54%] 2022-12-01T10:32:43.5128307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5128638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5128974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 PASSED [ 54%] 2022-12-01T10:32:43.5129293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5129622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5129947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5130257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5130577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5130908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5131241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5131555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 PASSED [ 54%] 2022-12-01T10:32:43.5131883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 PASSED [ 54%] 2022-12-01T10:32:43.5132203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5132516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5132841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5133169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5133504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5133829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5134162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5134499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 PASSED [ 54%] 2022-12-01T10:32:43.5134886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5135219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5135643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5135979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5136301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5136638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5136977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5137301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5137721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5138066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5138399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5138711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 PASSED [ 54%] 2022-12-01T10:32:43.5139036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5139353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5139671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 PASSED [ 54%] 2022-12-01T10:32:43.5139979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5140303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5140626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5140936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5141261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool PASSED [ 54%] 2022-12-01T10:32:43.5141585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5141908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5142213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 PASSED [ 54%] 2022-12-01T10:32:43.5142531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5142853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 PASSED [ 54%] 2022-12-01T10:32:43.5143163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5143497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5143836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 PASSED [ 54%] 2022-12-01T10:32:43.5144162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 PASSED [ 54%] 2022-12-01T10:32:43.5144465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 PASSED [ 54%] 2022-12-01T10:32:43.5144812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5145173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 54%] 2022-12-01T10:32:43.5145520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5145873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5146225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:32:43.5146656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 PASSED [ 54%] 2022-12-01T10:32:43.5146986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 PASSED [ 54%] 2022-12-01T10:32:43.5147337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 PASSED [ 54%] 2022-12-01T10:32:43.5147690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 PASSED [ 54%] 2022-12-01T10:32:43.5148043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 PASSED [ 54%] 2022-12-01T10:32:43.5148390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 PASSED [ 54%] 2022-12-01T10:32:43.5148749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5149165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5149508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5149859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5150200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5150533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5150851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5151178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool PASSED [ 55%] 2022-12-01T10:32:43.5151336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5151488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5151638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5151793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5151925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5152073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5152222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5152377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5152664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5152825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5152973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5153119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5153261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5153412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 PASSED [ 55%] 2022-12-01T10:32:43.5153565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5153718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool PASSED [ 55%] 2022-12-01T10:32:43.5153873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5154031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5154185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5154337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5154482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5154746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool PASSED [ 55%] 2022-12-01T10:32:43.5154915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5155081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5155240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5155401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5155560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5155718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5155883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5156027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool PASSED [ 55%] 2022-12-01T10:32:43.5156196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5156357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5156521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5156685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5156840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5156998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 PASSED [ 55%] 2022-12-01T10:32:43.5157155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5157317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5157470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 PASSED [ 55%] 2022-12-01T10:32:43.5157630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5157785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5157943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5158104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5158258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5158413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5158568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5158715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 PASSED [ 55%] 2022-12-01T10:32:43.5158878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5159035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5159190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5159346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5159502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5159651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5159796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5159931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5160147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 PASSED [ 55%] 2022-12-01T10:32:43.5160308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 PASSED [ 55%] 2022-12-01T10:32:43.5160468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5160623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5160780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5160936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5161094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 PASSED [ 55%] 2022-12-01T10:32:43.5161246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool PASSED [ 55%] 2022-12-01T10:32:43.5161390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 PASSED [ 55%] 2022-12-01T10:32:43.5161548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5161701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5161890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5162116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5162293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5162553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5162851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 55%] 2022-12-01T10:32:43.5163164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5163474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5163651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5163828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5164004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 55%] 2022-12-01T10:32:43.5164185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5164368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5164548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5164728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5164905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5165067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5165242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 55%] 2022-12-01T10:32:43.5165398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5165553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5165707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5165863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5166016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5166289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool PASSED [ 55%] 2022-12-01T10:32:43.5166444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 PASSED [ 55%] 2022-12-01T10:32:43.5166601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5166755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5166905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5167058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5167210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5167370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5167524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5167667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 PASSED [ 55%] 2022-12-01T10:32:43.5167814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5167958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5168106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5168255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 PASSED [ 55%] 2022-12-01T10:32:43.5168413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5168564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool PASSED [ 55%] 2022-12-01T10:32:43.5168719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5168875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 PASSED [ 55%] 2022-12-01T10:32:43.5169017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 PASSED [ 55%] 2022-12-01T10:32:43.5169175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 XFAIL [ 55%] 2022-12-01T10:32:43.5169331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 XFAIL [ 55%] 2022-12-01T10:32:43.5169485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 XFAIL [ 55%] 2022-12-01T10:32:43.5169637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 XFAIL [ 55%] 2022-12-01T10:32:43.5169787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 XFAIL [ 55%] 2022-12-01T10:32:43.5169936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 XFAIL [ 55%] 2022-12-01T10:32:43.5170083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 XFAIL [ 55%] 2022-12-01T10:32:43.5170241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5170387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:32:43.5170542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 PASSED [ 55%] 2022-12-01T10:32:43.5170694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 PASSED [ 55%] 2022-12-01T10:32:43.5170843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 PASSED [ 55%] 2022-12-01T10:32:43.5170989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 PASSED [ 55%] 2022-12-01T10:32:43.5171133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 PASSED [ 55%] 2022-12-01T10:32:43.5171281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 PASSED [ 55%] 2022-12-01T10:32:43.5171427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 PASSED [ 55%] 2022-12-01T10:32:43.5171636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 PASSED [ 56%] 2022-12-01T10:32:43.5171798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 PASSED [ 56%] 2022-12-01T10:32:43.5171948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5172100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5172247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 PASSED [ 56%] 2022-12-01T10:32:43.5172394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5172551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5172710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 PASSED [ 56%] 2022-12-01T10:32:43.5172854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5173014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5173177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool PASSED [ 56%] 2022-12-01T10:32:43.5173349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5173518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 PASSED [ 56%] 2022-12-01T10:32:43.5173683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5173848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 PASSED [ 56%] 2022-12-01T10:32:43.5174013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5174176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5174326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5174486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 PASSED [ 56%] 2022-12-01T10:32:43.5174639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5174791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5174951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5175104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5175259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 PASSED [ 56%] 2022-12-01T10:32:43.5175490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5175643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5175805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 PASSED [ 56%] 2022-12-01T10:32:43.5175961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5176123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5176278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 PASSED [ 56%] 2022-12-01T10:32:43.5176442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5176598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5176768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5176944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5177170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5177340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5177505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5177669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5177830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5177991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5178169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5178347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5178527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5178688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5178858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5179043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5179218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5179393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5179565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5179738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5179913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 56%] 2022-12-01T10:32:43.5180082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5180240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5180415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5180588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5180771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5180950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 56%] 2022-12-01T10:32:43.5181138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5181320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 56%] 2022-12-01T10:32:43.5181485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5181667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5181837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5182018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5182203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 56%] 2022-12-01T10:32:43.5182453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5182627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5182797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5182975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 56%] 2022-12-01T10:32:43.5183155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 56%] 2022-12-01T10:32:43.5183325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5183487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5183652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5183821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5183989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 PASSED [ 56%] 2022-12-01T10:32:43.5184153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5184318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5184481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5184647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 PASSED [ 56%] 2022-12-01T10:32:43.5184811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5184969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5185143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5185315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5185492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5185667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5185848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5186027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5186208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5186385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5186548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 56%] 2022-12-01T10:32:43.5186718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 56%] 2022-12-01T10:32:43.5186894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5187067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5187241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5187411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 PASSED [ 56%] 2022-12-01T10:32:43.5187562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5187757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5187935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5188083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5188242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 PASSED [ 56%] 2022-12-01T10:32:43.5188393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5188542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5188697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5188851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5189008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool PASSED [ 56%] 2022-12-01T10:32:43.5189171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 PASSED [ 56%] 2022-12-01T10:32:43.5189330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 PASSED [ 56%] 2022-12-01T10:32:43.5189474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5189629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5189784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 PASSED [ 56%] 2022-12-01T10:32:43.5189938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 PASSED [ 56%] 2022-12-01T10:32:43.5190093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5190255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5190417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 PASSED [ 56%] 2022-12-01T10:32:43.5190578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 PASSED [ 56%] 2022-12-01T10:32:43.5190723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5190878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5191035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5191188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 PASSED [ 56%] 2022-12-01T10:32:43.5191337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 PASSED [ 56%] 2022-12-01T10:32:43.5191483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5191627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool PASSED [ 56%] 2022-12-01T10:32:43.5191788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 PASSED [ 56%] 2022-12-01T10:32:43.5191939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 PASSED [ 56%] 2022-12-01T10:32:43.5192071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5192216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 PASSED [ 56%] 2022-12-01T10:32:43.5192369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 PASSED [ 56%] 2022-12-01T10:32:43.5192670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:32:43.5192836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 PASSED [ 56%] 2022-12-01T10:32:43.5192994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 PASSED [ 56%] 2022-12-01T10:32:43.5193146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 PASSED [ 56%] 2022-12-01T10:32:43.5193359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 PASSED [ 56%] 2022-12-01T10:32:43.5193525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 PASSED [ 56%] 2022-12-01T10:32:43.5193675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 PASSED [ 57%] 2022-12-01T10:32:43.5193824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5193976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5194135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5194289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 PASSED [ 57%] 2022-12-01T10:32:43.5194442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5194593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 PASSED [ 57%] 2022-12-01T10:32:43.5194731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5194882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5195031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 PASSED [ 57%] 2022-12-01T10:32:43.5195194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5195352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5195520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5195686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5195845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5196004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5196153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 PASSED [ 57%] 2022-12-01T10:32:43.5196311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5196466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5196629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5196787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5196947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5197105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 PASSED [ 57%] 2022-12-01T10:32:43.5197259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5197403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 PASSED [ 57%] 2022-12-01T10:32:43.5197561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5197716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5197880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5198034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 PASSED [ 57%] 2022-12-01T10:32:43.5198188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 PASSED [ 57%] 2022-12-01T10:32:43.5198339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 PASSED [ 57%] 2022-12-01T10:32:43.5198493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 PASSED [ 57%] 2022-12-01T10:32:43.5198664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5198884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 PASSED [ 57%] 2022-12-01T10:32:43.5199045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5199201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5199363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 PASSED [ 57%] 2022-12-01T10:32:43.5199520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5199675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5199835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5199993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 PASSED [ 57%] 2022-12-01T10:32:43.5200141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5200305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 PASSED [ 57%] 2022-12-01T10:32:43.5200459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5200615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5200772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5200929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 PASSED [ 57%] 2022-12-01T10:32:43.5201085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5201238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5201388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5201524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 PASSED [ 57%] 2022-12-01T10:32:43.5201672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5201828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5201979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 PASSED [ 57%] 2022-12-01T10:32:43.5202131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 PASSED [ 57%] 2022-12-01T10:32:43.5202284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 PASSED [ 57%] 2022-12-01T10:32:43.5202437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5202592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5202733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5202884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 PASSED [ 57%] 2022-12-01T10:32:43.5203033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5203192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5203344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5203494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5203642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 PASSED [ 57%] 2022-12-01T10:32:43.5203790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5203945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5204086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5204273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 PASSED [ 57%] 2022-12-01T10:32:43.5204457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5204608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 PASSED [ 57%] 2022-12-01T10:32:43.5204758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5204909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5205058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5205212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5205355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5205508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5205658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5205812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 PASSED [ 57%] 2022-12-01T10:32:43.5205957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5206111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5206267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5206428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5206572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5206728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5206882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5207037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 PASSED [ 57%] 2022-12-01T10:32:43.5207190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5207341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5207548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5207731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5207883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5208027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5208179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5208335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5208500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5208654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 PASSED [ 57%] 2022-12-01T10:32:43.5208807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5208957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5209110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5209252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5209409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5209557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5209705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 PASSED [ 57%] 2022-12-01T10:32:43.5209947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5210094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5210250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 PASSED [ 57%] 2022-12-01T10:32:43.5210406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5210546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5210696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5210845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5210997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5211146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5211307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 PASSED [ 57%] 2022-12-01T10:32:43.5211460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 PASSED [ 57%] 2022-12-01T10:32:43.5211617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5211771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5211926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5212090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64 PASSED [ 57%] 2022-12-01T10:32:43.5212250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5212417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5212585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64 PASSED [ 57%] 2022-12-01T10:32:43.5212749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5212912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:32:43.5213071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5213217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 PASSED [ 57%] 2022-12-01T10:32:43.5213375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 PASSED [ 57%] 2022-12-01T10:32:43.5213530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 PASSED [ 57%] 2022-12-01T10:32:43.5213684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 PASSED [ 57%] 2022-12-01T10:32:43.5213842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool PASSED [ 57%] 2022-12-01T10:32:43.5214005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 PASSED [ 57%] 2022-12-01T10:32:43.5214165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5214318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5214473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5214618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5214775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5214976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5215144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5215437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5215605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5215764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5215923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5216078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5216221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5216414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5216597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5216787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5216971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5217153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5217341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5217525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5217705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5217875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5218063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5218239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5218415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5218588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5218761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5218921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool PASSED [ 58%] 2022-12-01T10:32:43.5219083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5219243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5219394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5219553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5219709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5219860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool PASSED [ 58%] 2022-12-01T10:32:43.5220011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5220158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5220307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5220453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5220598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5220818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 PASSED [ 58%] 2022-12-01T10:32:43.5220976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 PASSED [ 58%] 2022-12-01T10:32:43.5221129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5221280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5221432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5221585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5221734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool PASSED [ 58%] 2022-12-01T10:32:43.5221896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 PASSED [ 58%] 2022-12-01T10:32:43.5222044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 PASSED [ 58%] 2022-12-01T10:32:43.5222203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 PASSED [ 58%] 2022-12-01T10:32:43.5222359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5222514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5222665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5222821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5222977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 PASSED [ 58%] 2022-12-01T10:32:43.5223132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 PASSED [ 58%] 2022-12-01T10:32:43.5223275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 PASSED [ 58%] 2022-12-01T10:32:43.5223428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 PASSED [ 58%] 2022-12-01T10:32:43.5223583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5223734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5223883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5224035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5224190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 PASSED [ 58%] 2022-12-01T10:32:43.5224345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 PASSED [ 58%] 2022-12-01T10:32:43.5224498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 PASSED [ 58%] 2022-12-01T10:32:43.5224632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5224779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5224941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 PASSED [ 58%] 2022-12-01T10:32:43.5225098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5225251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5225399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5225544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5225693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5225835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 PASSED [ 58%] 2022-12-01T10:32:43.5225988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 PASSED [ 58%] 2022-12-01T10:32:43.5226169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5226347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5226507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool PASSED [ 58%] 2022-12-01T10:32:43.5226669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 PASSED [ 58%] 2022-12-01T10:32:43.5226828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 PASSED [ 58%] 2022-12-01T10:32:43.5226984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5227123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5227279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5227429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5227584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 PASSED [ 58%] 2022-12-01T10:32:43.5227732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5227884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5228033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5228180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5228329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5228463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool PASSED [ 58%] 2022-12-01T10:32:43.5228618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 PASSED [ 58%] 2022-12-01T10:32:43.5228767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5228919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5229064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5229208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5229369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 XFAIL [ 58%] 2022-12-01T10:32:43.5229521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool XFAIL [ 58%] 2022-12-01T10:32:43.5229664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 XFAIL [ 58%] 2022-12-01T10:32:43.5229822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 XFAIL [ 58%] 2022-12-01T10:32:43.5229976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 XFAIL [ 58%] 2022-12-01T10:32:43.5230125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool PASSED [ 58%] 2022-12-01T10:32:43.5230282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 PASSED [ 58%] 2022-12-01T10:32:43.5230429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5230574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5230719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5230852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5231042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:32:43.5231229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:32:43.5231390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5231618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 PASSED [ 58%] 2022-12-01T10:32:43.5231780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 PASSED [ 58%] 2022-12-01T10:32:43.5231937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5232093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5232246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5232389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5232695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 PASSED [ 58%] 2022-12-01T10:32:43.5232856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:32:43.5233011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5233162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5233311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5233460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 PASSED [ 58%] 2022-12-01T10:32:43.5233620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5233763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5233915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 PASSED [ 58%] 2022-12-01T10:32:43.5234061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5234206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5234354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5234512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 PASSED [ 58%] 2022-12-01T10:32:43.5234668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 PASSED [ 58%] 2022-12-01T10:32:43.5234826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 PASSED [ 58%] 2022-12-01T10:32:43.5234984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 PASSED [ 58%] 2022-12-01T10:32:43.5235127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5235280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:32:43.5235433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5235584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 PASSED [ 59%] 2022-12-01T10:32:43.5235733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5235881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5236043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5236193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5236332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 PASSED [ 59%] 2022-12-01T10:32:43.5236481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5236629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5236789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5236950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 PASSED [ 59%] 2022-12-01T10:32:43.5237210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5237368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5237520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 PASSED [ 59%] 2022-12-01T10:32:43.5237678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5237822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5237989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 PASSED [ 59%] 2022-12-01T10:32:43.5238147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5238305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5238462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5238621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 PASSED [ 59%] 2022-12-01T10:32:43.5238777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5238931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5239071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5239226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5239394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 PASSED [ 59%] 2022-12-01T10:32:43.5239560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5239720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5239881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5240036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5240195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 PASSED [ 59%] 2022-12-01T10:32:43.5240351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5240495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5240648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5240800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5240949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5241097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5241259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5241414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5241572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5241713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5241865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5242018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 PASSED [ 59%] 2022-12-01T10:32:43.5242170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5242323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:32:43.5242513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5242695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5242849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5242996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5243135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5243293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:32:43.5243452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5243608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 PASSED [ 59%] 2022-12-01T10:32:43.5243762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5243917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5244071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 PASSED [ 59%] 2022-12-01T10:32:43.5244220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5244359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 PASSED [ 59%] 2022-12-01T10:32:43.5244512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5244659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5244819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5244976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 PASSED [ 59%] 2022-12-01T10:32:43.5245132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5245284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5245431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5245574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5245732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 PASSED [ 59%] 2022-12-01T10:32:43.5245888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5246042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5246195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5258206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5258530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 PASSED [ 59%] 2022-12-01T10:32:43.5258766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5258981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5259184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 PASSED [ 59%] 2022-12-01T10:32:43.5259413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5259574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5259731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5259881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5260048Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:32:43.5260216Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5260546Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5260707Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 59%] 2022-12-01T10:32:43.5260874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:32:43.5261037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5261198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5261358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 PASSED [ 59%] 2022-12-01T10:32:43.5261516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5261676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5261849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:32:43.5262021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5262175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5262339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5262501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 PASSED [ 59%] 2022-12-01T10:32:43.5262665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5262824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5262981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5263150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 PASSED [ 59%] 2022-12-01T10:32:43.5263312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5263473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5263619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5263778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5263940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5264097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5264257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5264419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 PASSED [ 59%] 2022-12-01T10:32:43.5264592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5264757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5264903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5265067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5265233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5265398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5265559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 PASSED [ 59%] 2022-12-01T10:32:43.5265720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5265976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool PASSED [ 59%] 2022-12-01T10:32:43.5266148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5266316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5266464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5266627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5266790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 PASSED [ 59%] 2022-12-01T10:32:43.5266951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 PASSED [ 59%] 2022-12-01T10:32:43.5267112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 PASSED [ 59%] 2022-12-01T10:32:43.5267289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:32:43.5267465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 PASSED [ 59%] 2022-12-01T10:32:43.5267642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 PASSED [ 59%] 2022-12-01T10:32:43.5267812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 PASSED [ 59%] 2022-12-01T10:32:43.5267965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5268129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 PASSED [ 59%] 2022-12-01T10:32:43.5268295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 PASSED [ 59%] 2022-12-01T10:32:43.5268458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5268624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5268791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5268950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5269114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5269262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5269420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5269582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 PASSED [ 60%] 2022-12-01T10:32:43.5269740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5269911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5270080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 PASSED [ 60%] 2022-12-01T10:32:43.5270241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5270402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 PASSED [ 60%] 2022-12-01T10:32:43.5270567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5270719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5270884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5271046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5271238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 PASSED [ 60%] 2022-12-01T10:32:43.5271448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5271618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5271791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5271959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5272122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5272269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 PASSED [ 60%] 2022-12-01T10:32:43.5272436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5272739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5272914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 PASSED [ 60%] 2022-12-01T10:32:43.5273078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5273239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5273399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5273559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5273725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5273875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5274040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5274205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5274368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5274531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5274692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5274856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5275019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5275178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5275327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5275501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5275673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:32:43.5275833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5275994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5276166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5276335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5276512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5276669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5276942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5277110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5277274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5277446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5277621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5277798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:32:43.5277967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5278133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5278291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5278470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5278642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:32:43.5278814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5278981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5279147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5279317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5279486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5279651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5279818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5279997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5280169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5280333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5280498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5280661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5280830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5280993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5281172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5281342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5281529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5281710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5281890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5282067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5282303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5282479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 PASSED [ 60%] 2022-12-01T10:32:43.5282653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5282828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 PASSED [ 60%] 2022-12-01T10:32:43.5282987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5283160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5283332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5283502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5283667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 PASSED [ 60%] 2022-12-01T10:32:43.5283831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5283993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5284152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5284310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5284454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5284618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5284781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5284947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5285105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5285262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5285423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5285592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5285756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5285909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5286076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5286240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5286406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5286569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5286728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5286899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5287071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5287236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5287391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5287610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5287780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5287946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool PASSED [ 60%] 2022-12-01T10:32:43.5288115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5288282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5288448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5288609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5288774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5288932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 PASSED [ 60%] 2022-12-01T10:32:43.5289098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:32:43.5289271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5289434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 PASSED [ 60%] 2022-12-01T10:32:43.5289598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 PASSED [ 60%] 2022-12-01T10:32:43.5289763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 PASSED [ 60%] 2022-12-01T10:32:43.5289924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 PASSED [ 60%] 2022-12-01T10:32:43.5290085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 PASSED [ 60%] 2022-12-01T10:32:43.5290238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 PASSED [ 60%] 2022-12-01T10:32:43.5290399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 PASSED [ 60%] 2022-12-01T10:32:43.5290630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 PASSED [ 60%] 2022-12-01T10:32:43.5290811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 PASSED [ 61%] 2022-12-01T10:32:43.5290985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5291157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 PASSED [ 61%] 2022-12-01T10:32:43.5291330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5291505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5291670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5291824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 PASSED [ 61%] 2022-12-01T10:32:43.5291990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5292149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5292336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 PASSED [ 61%] 2022-12-01T10:32:43.5292515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5292686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5292857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5293086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5293270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5293432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5293608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5293783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5293957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5294124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5294300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 PASSED [ 61%] 2022-12-01T10:32:43.5294479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5294649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 PASSED [ 61%] 2022-12-01T10:32:43.5294814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5294974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:32:43.5295139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5295305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 PASSED [ 61%] 2022-12-01T10:32:43.5295540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:32:43.5295712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 PASSED [ 61%] 2022-12-01T10:32:43.5295880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5296045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5296213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:32:43.5296373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5296527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 PASSED [ 61%] 2022-12-01T10:32:43.5296692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5296855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5297018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5297219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5297378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5297536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5297701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5297864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5298013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32 PASSED [ 61%] 2022-12-01T10:32:43.5298175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5298349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:32:43.5298590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5298765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5298934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 PASSED [ 61%] 2022-12-01T10:32:43.5299099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5299265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 PASSED [ 61%] 2022-12-01T10:32:43.5299414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5299580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5299756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 PASSED [ 61%] 2022-12-01T10:32:43.5299926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5300093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 PASSED [ 61%] 2022-12-01T10:32:43.5300264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5300430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:32:43.5300599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5300763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5300914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5301080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5301267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5301447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5301624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5301805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5301989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:32:43.5302169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5302355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5302529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 PASSED [ 61%] 2022-12-01T10:32:43.5302711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5302896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5303073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5303251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 PASSED [ 61%] 2022-12-01T10:32:43.5303424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5303600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 PASSED [ 61%] 2022-12-01T10:32:43.5303805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5304005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5304184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5304347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5304524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5304697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5304862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5305033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 PASSED [ 61%] 2022-12-01T10:32:43.5305203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5305370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5305538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5305700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5305854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:32:43.5306016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5306187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:32:43.5306352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 PASSED [ 61%] 2022-12-01T10:32:43.5306519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5306691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 PASSED [ 61%] 2022-12-01T10:32:43.5306855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5307017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5307166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5307329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5307536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5307750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5307964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5308199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5308481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5308684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5308890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5309101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5309374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5309568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:32:43.5309731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:32:43.5309896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 PASSED [ 61%] 2022-12-01T10:32:43.5310059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 PASSED [ 61%] 2022-12-01T10:32:43.5310219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5310377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 PASSED [ 61%] 2022-12-01T10:32:43.5310536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5310692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5310852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5311003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5311167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5311325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 PASSED [ 61%] 2022-12-01T10:32:43.5311480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5311640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5311803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 PASSED [ 61%] 2022-12-01T10:32:43.5311967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5312128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 PASSED [ 61%] 2022-12-01T10:32:43.5312273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5312434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5312716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 PASSED [ 61%] 2022-12-01T10:32:43.5312919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 PASSED [ 61%] 2022-12-01T10:32:43.5313086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 PASSED [ 61%] 2022-12-01T10:32:43.5313248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool PASSED [ 61%] 2022-12-01T10:32:43.5313411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 PASSED [ 61%] 2022-12-01T10:32:43.5313573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 PASSED [ 61%] 2022-12-01T10:32:43.5313737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:32:43.5313889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5314052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5314215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5314389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:32:43.5314558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5314781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5314991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5315158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5315322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 PASSED [ 62%] 2022-12-01T10:32:43.5315472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5315645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 PASSED [ 62%] 2022-12-01T10:32:43.5315811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5315974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5316140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5316307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5316470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:32:43.5316633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5316799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5316947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5317110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5317270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5317428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5317591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5317747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5317919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5318085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5318236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5318402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5318565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5318731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5318902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5319072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5319238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5319402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5319565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5319716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5319892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:32:43.5320062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5320297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 PASSED [ 62%] 2022-12-01T10:32:43.5320478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5320650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5320821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5320987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5321161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:32:43.5321320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5321492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5321659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5321827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5321988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5322149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5322309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5322478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5322651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:32:43.5322807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5322975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5323140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5323304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5323468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5323643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:32:43.5323814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5323984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5324151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5324305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:32:43.5324469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5324631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5324804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5324965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5325125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5325281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5325476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5325670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5325822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5325986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 PASSED [ 62%] 2022-12-01T10:32:43.5326152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5326315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5326487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:32:43.5326658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5326829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5326998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5327165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5327314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5327480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:32:43.5327647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5327827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5328001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5328179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5328414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5328647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5328892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5329047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5329216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5329380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5329552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5329728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 PASSED [ 62%] 2022-12-01T10:32:43.5329894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5330067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5330233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5330402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5330552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:32:43.5330716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5330877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5331130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:32:43.5331304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5331468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5331633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5331799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5331966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5332125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:32:43.5332291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5332462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5332631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5332795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5332969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:32:43.5333139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5333308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5333469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5333622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:32:43.5333788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5333952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:32:43.5334124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5334286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:32:43.5334452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5334617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:32:43.5334781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5334950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5335104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:32:43.5335271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:32:43.5335510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:32:43.5335677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:32:43.5335839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:32:43.5335999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5336165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5336328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5336565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 PASSED [ 63%] 2022-12-01T10:32:43.5336736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5336900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5337060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 PASSED [ 63%] 2022-12-01T10:32:43.5337219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5337386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5337561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 PASSED [ 63%] 2022-12-01T10:32:43.5337731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 PASSED [ 63%] 2022-12-01T10:32:43.5337905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 PASSED [ 63%] 2022-12-01T10:32:43.5338059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5338225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5338387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5338554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5338716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5338888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 PASSED [ 63%] 2022-12-01T10:32:43.5339053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 PASSED [ 63%] 2022-12-01T10:32:43.5339219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5339381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5339528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5339690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5339863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 PASSED [ 63%] 2022-12-01T10:32:43.5340032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 PASSED [ 63%] 2022-12-01T10:32:43.5340199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5340360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5340524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5340687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5340853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5341008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5341172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5341343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 PASSED [ 63%] 2022-12-01T10:32:43.5341508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5341672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 PASSED [ 63%] 2022-12-01T10:32:43.5341873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5342066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5342241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5342413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5342572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5342742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5342916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5343083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5343249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5343417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5343577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5343741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5343891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5344083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:32:43.5344254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5344420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5344587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5344749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5344911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5345072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5345235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5345382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5345549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5345712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 PASSED [ 63%] 2022-12-01T10:32:43.5345875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5346035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5346196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5346357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 PASSED [ 63%] 2022-12-01T10:32:43.5346521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5346680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5346825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5346990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5347149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 PASSED [ 63%] 2022-12-01T10:32:43.5347416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5347577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5347736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 PASSED [ 63%] 2022-12-01T10:32:43.5347901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5348061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5348219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5348361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5348518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5348678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5348834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5348996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 PASSED [ 63%] 2022-12-01T10:32:43.5349157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5349313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 PASSED [ 63%] 2022-12-01T10:32:43.5349470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5349630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5349802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5349972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5350143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5350304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5350465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5350629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5350801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 PASSED [ 63%] 2022-12-01T10:32:43.5350974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 PASSED [ 63%] 2022-12-01T10:32:43.5351126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 PASSED [ 63%] 2022-12-01T10:32:43.5351292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5351456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5351625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 PASSED [ 63%] 2022-12-01T10:32:43.5351791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 PASSED [ 63%] 2022-12-01T10:32:43.5351957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5352118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5352278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5352443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5352790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5353014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5353178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5353339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5353497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5353655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5353814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5353972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5354142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5354299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5354466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5354631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5354793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 PASSED [ 63%] 2022-12-01T10:32:43.5354960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5355136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 PASSED [ 63%] 2022-12-01T10:32:43.5355310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 PASSED [ 63%] 2022-12-01T10:32:43.5355482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 PASSED [ 63%] 2022-12-01T10:32:43.5355637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5355803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5355964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 PASSED [ 63%] 2022-12-01T10:32:43.5356136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:32:43.5356302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5356476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 PASSED [ 63%] 2022-12-01T10:32:43.5356642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 PASSED [ 63%] 2022-12-01T10:32:43.5356807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 PASSED [ 63%] 2022-12-01T10:32:43.5356974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool PASSED [ 63%] 2022-12-01T10:32:43.5357135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 PASSED [ 63%] 2022-12-01T10:32:43.5357309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 PASSED [ 63%] 2022-12-01T10:32:43.5357479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 PASSED [ 63%] 2022-12-01T10:32:43.5357646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 PASSED [ 63%] 2022-12-01T10:32:43.5357809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 PASSED [ 63%] 2022-12-01T10:32:43.5357968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5358183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5358382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5358561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 PASSED [ 64%] 2022-12-01T10:32:43.5358721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5358891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5359059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5359226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5359396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5359564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5359735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 PASSED [ 64%] 2022-12-01T10:32:43.5359900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5360066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5360217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 PASSED [ 64%] 2022-12-01T10:32:43.5360381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5360555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 PASSED [ 64%] 2022-12-01T10:32:43.5360724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5360891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5361055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5361220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5361384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5361552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5361698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5361861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 PASSED [ 64%] 2022-12-01T10:32:43.5362025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5362189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5362351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5362522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5362685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5362847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 PASSED [ 64%] 2022-12-01T10:32:43.5363007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5363156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5363317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5363490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5363717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5363883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5364047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5364214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5364378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5364531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5364702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5364863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5365032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5365195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5365358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5365531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 PASSED [ 64%] 2022-12-01T10:32:43.5365699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 PASSED [ 64%] 2022-12-01T10:32:43.5365864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5366016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5366178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5366345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5366504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5366662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 PASSED [ 64%] 2022-12-01T10:32:43.5366819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5366978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5367140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5367301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5367442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5367602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5367754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5367921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5368087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5368250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 PASSED [ 64%] 2022-12-01T10:32:43.5368433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5368619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:32:43.5368805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5369022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5369193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5369365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:32:43.5369534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 PASSED [ 64%] 2022-12-01T10:32:43.5369715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5369897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5370079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5370260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:32:43.5370438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 PASSED [ 64%] 2022-12-01T10:32:43.5370599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5370765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 XFAIL [ 64%] 2022-12-01T10:32:43.5370926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 PASSED [ 64%] 2022-12-01T10:32:43.5371086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5371250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 PASSED [ 64%] 2022-12-01T10:32:43.5371418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5371583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5371748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5371907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5372060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5372219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5372376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 PASSED [ 64%] 2022-12-01T10:32:43.5372539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5372696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5372854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 PASSED [ 64%] 2022-12-01T10:32:43.5373016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5373187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5373344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5373519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5373685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5373860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5374028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5374203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5374446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5374616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5374781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5374937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5375104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5375277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5375530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5375702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5375872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5376038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5376202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5376382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 PASSED [ 64%] 2022-12-01T10:32:43.5376539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5376702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5376870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5377044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 PASSED [ 64%] 2022-12-01T10:32:43.5377221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 PASSED [ 64%] 2022-12-01T10:32:43.5377389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5377556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5377718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 PASSED [ 64%] 2022-12-01T10:32:43.5377890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5378047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5378215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5378385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5378549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5378710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 PASSED [ 64%] 2022-12-01T10:32:43.5378869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 PASSED [ 64%] 2022-12-01T10:32:43.5379029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 PASSED [ 64%] 2022-12-01T10:32:43.5379187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 PASSED [ 64%] 2022-12-01T10:32:43.5379349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 PASSED [ 64%] 2022-12-01T10:32:43.5379491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 PASSED [ 64%] 2022-12-01T10:32:43.5379663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:32:43.5379910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool PASSED [ 64%] 2022-12-01T10:32:43.5380152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 PASSED [ 64%] 2022-12-01T10:32:43.5380323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5380494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5380664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5380831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5380997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5381151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5381317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 PASSED [ 65%] 2022-12-01T10:32:43.5381482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 PASSED [ 65%] 2022-12-01T10:32:43.5381649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5381820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 PASSED [ 65%] 2022-12-01T10:32:43.5381985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5382154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5382319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5382510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5382682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 65%] 2022-12-01T10:32:43.5382873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5383057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 65%] 2022-12-01T10:32:43.5383241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5383426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 65%] 2022-12-01T10:32:43.5383620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5383807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5383997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 65%] 2022-12-01T10:32:43.5384166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5384318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool PASSED [ 65%] 2022-12-01T10:32:43.5384491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5384655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 PASSED [ 65%] 2022-12-01T10:32:43.5384819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 PASSED [ 65%] 2022-12-01T10:32:43.5384984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool PASSED [ 65%] 2022-12-01T10:32:43.5385188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5385386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 PASSED [ 65%] 2022-12-01T10:32:43.5385560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5385727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5385880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5386043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 PASSED [ 65%] 2022-12-01T10:32:43.5386205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5386371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5386540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 PASSED [ 65%] 2022-12-01T10:32:43.5386705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5386873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5387033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5387192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5387338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 PASSED [ 65%] 2022-12-01T10:32:43.5387500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 PASSED [ 65%] 2022-12-01T10:32:43.5387658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 PASSED [ 65%] 2022-12-01T10:32:43.5387830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5388004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5388169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5388334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5388499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5388647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 PASSED [ 65%] 2022-12-01T10:32:43.5388813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5388981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool PASSED [ 65%] 2022-12-01T10:32:43.5389151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5389324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 PASSED [ 65%] 2022-12-01T10:32:43.5389489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5389660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5389824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 PASSED [ 65%] 2022-12-01T10:32:43.5389987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 PASSED [ 65%] 2022-12-01T10:32:43.5390155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5390315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5390473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool PASSED [ 65%] 2022-12-01T10:32:43.5390710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5390873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5391032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5391191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5391349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5391518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5391670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 PASSED [ 65%] 2022-12-01T10:32:43.5391831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5391992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 PASSED [ 65%] 2022-12-01T10:32:43.5392153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5392307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 PASSED [ 65%] 2022-12-01T10:32:43.5392615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 PASSED [ 65%] 2022-12-01T10:32:43.5392860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:32:43.5393071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:32:43.5393283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:32:43.5393484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:32:43.5393692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:32:43.5393896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:32:43.5394109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:32:43.5394340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:32:43.5394572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:32:43.5394800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:32:43.5395030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:32:43.5395254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:32:43.5395476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:32:43.5395697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:32:43.5395854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5396114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5396284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5396448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool PASSED [ 65%] 2022-12-01T10:32:43.5396626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 PASSED [ 65%] 2022-12-01T10:32:43.5396791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5396954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 PASSED [ 65%] 2022-12-01T10:32:43.5397119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool PASSED [ 65%] 2022-12-01T10:32:43.5397291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 PASSED [ 65%] 2022-12-01T10:32:43.5397453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 PASSED [ 65%] 2022-12-01T10:32:43.5397623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5397786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 PASSED [ 65%] 2022-12-01T10:32:43.5397956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5398124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5398289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5398467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5398693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 65%] 2022-12-01T10:32:43.5398880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5399058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5399226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5399405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5399594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5399779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5399959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5400146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 65%] 2022-12-01T10:32:43.5400330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 65%] 2022-12-01T10:32:43.5400532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:32:43.5400716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5400884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 65%] 2022-12-01T10:32:43.5401064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5401248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5401488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5401665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5401841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5402032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 65%] 2022-12-01T10:32:43.5402225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 65%] 2022-12-01T10:32:43.5402417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 65%] 2022-12-01T10:32:43.5402609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 65%] 2022-12-01T10:32:43.5402795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5402984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5403180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 65%] 2022-12-01T10:32:43.5403370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 65%] 2022-12-01T10:32:43.5403552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 PASSED [ 65%] 2022-12-01T10:32:43.5403731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 PASSED [ 65%] 2022-12-01T10:32:43.5403923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5404118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5404307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5404483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5404670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5404853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5405030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5405211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5405394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5405568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5405745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5405923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5406086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5406261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5406447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5406690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5406877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5407062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5407244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5407433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 66%] 2022-12-01T10:32:43.5407618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5407802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5407972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5408155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5408336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5408521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5408706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5408892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5409073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5409256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5409425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5409582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 PASSED [ 66%] 2022-12-01T10:32:43.5409747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5409910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5410076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5410240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 PASSED [ 66%] 2022-12-01T10:32:43.5410402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5410564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5410728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5410888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5411030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5411187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5411356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5411524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 PASSED [ 66%] 2022-12-01T10:32:43.5411688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5411888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5412081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5412245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5412411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5412567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5412740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5412907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 PASSED [ 66%] 2022-12-01T10:32:43.5413070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5413237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5413404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5413566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5413730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5413878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5414035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5414194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5414350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5414517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 PASSED [ 66%] 2022-12-01T10:32:43.5414681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5414840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5415003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5415171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5415405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5415574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5415741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5415904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5416071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5416234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5416398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5416566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 PASSED [ 66%] 2022-12-01T10:32:43.5416730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 PASSED [ 66%] 2022-12-01T10:32:43.5416880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 PASSED [ 66%] 2022-12-01T10:32:43.5417045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5417221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5417458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5417626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5417796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5417962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5418132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 PASSED [ 66%] 2022-12-01T10:32:43.5418302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5418453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5418617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5418784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5418950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5419115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5419278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 PASSED [ 66%] 2022-12-01T10:32:43.5419443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5419603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5419751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5419914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5420081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5420254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5420427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5420596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 PASSED [ 66%] 2022-12-01T10:32:43.5420763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5420932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5421097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5421248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5421420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 PASSED [ 66%] 2022-12-01T10:32:43.5421582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5421747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5421908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5422071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5422243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool PASSED [ 66%] 2022-12-01T10:32:43.5422464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 PASSED [ 66%] 2022-12-01T10:32:43.5422629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 PASSED [ 66%] 2022-12-01T10:32:43.5422843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5423006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5423167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 PASSED [ 66%] 2022-12-01T10:32:43.5423327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 PASSED [ 66%] 2022-12-01T10:32:43.5423484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool PASSED [ 66%] 2022-12-01T10:32:43.5423653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5423815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 PASSED [ 66%] 2022-12-01T10:32:43.5423975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5424133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5424284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5424447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:32:43.5424610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5424770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 PASSED [ 66%] 2022-12-01T10:32:43.5424929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5425098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5425263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5425425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 PASSED [ 66%] 2022-12-01T10:32:43.5425572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 PASSED [ 66%] 2022-12-01T10:32:43.5425736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 PASSED [ 66%] 2022-12-01T10:32:43.5425900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 PASSED [ 66%] 2022-12-01T10:32:43.5426061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 PASSED [ 66%] 2022-12-01T10:32:43.5426219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5426379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5426539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5426698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool PASSED [ 67%] 2022-12-01T10:32:43.5426861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5427008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5427165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5427334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5427504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 PASSED [ 67%] 2022-12-01T10:32:43.5427670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5427837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5427998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5428217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5428384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5428533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5428694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 PASSED [ 67%] 2022-12-01T10:32:43.5428892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5429054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5429211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5429373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool PASSED [ 67%] 2022-12-01T10:32:43.5429546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 PASSED [ 67%] 2022-12-01T10:32:43.5429711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5429860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5430038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5430261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5430661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5430892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5431137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool PASSED [ 67%] 2022-12-01T10:32:43.5431377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5431593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5431810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5432047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5432295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5432647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool PASSED [ 67%] 2022-12-01T10:32:43.5432900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 PASSED [ 67%] 2022-12-01T10:32:43.5433190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 PASSED [ 67%] 2022-12-01T10:32:43.5433498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5433787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5433958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5434123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5434272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5434429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5434601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 PASSED [ 67%] 2022-12-01T10:32:43.5434766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 PASSED [ 67%] 2022-12-01T10:32:43.5434928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5435292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5435454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5435624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5435788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool PASSED [ 67%] 2022-12-01T10:32:43.5435967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5436147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5436323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5436498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5436674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5436847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5437017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5437186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5437344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5437520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5437687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5437851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5438027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5438196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5438364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5438531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5438706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5438867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5439038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5439237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5439434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5439631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5439826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5440020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5440212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5440406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5440662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5440849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5441043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5441233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5441422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5441611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5441793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5441973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5442144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5442327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5442532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5442707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5442867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5443026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5443210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5443408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5443581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool PASSED [ 67%] 2022-12-01T10:32:43.5443763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 PASSED [ 67%] 2022-12-01T10:32:43.5443933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5444085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5444247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5444415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5444576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool PASSED [ 67%] 2022-12-01T10:32:43.5444753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 PASSED [ 67%] 2022-12-01T10:32:43.5444926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 PASSED [ 67%] 2022-12-01T10:32:43.5445095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5445261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5445423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5445575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5445738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5445907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 PASSED [ 67%] 2022-12-01T10:32:43.5446140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 PASSED [ 67%] 2022-12-01T10:32:43.5446309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 PASSED [ 67%] 2022-12-01T10:32:43.5446469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5446629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5446788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 PASSED [ 67%] 2022-12-01T10:32:43.5446934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5447102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 PASSED [ 67%] 2022-12-01T10:32:43.5447265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 PASSED [ 67%] 2022-12-01T10:32:43.5447432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5447591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5447762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5447927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 PASSED [ 67%] 2022-12-01T10:32:43.5448091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 PASSED [ 67%] 2022-12-01T10:32:43.5448255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5448407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 PASSED [ 67%] 2022-12-01T10:32:43.5448568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 PASSED [ 67%] 2022-12-01T10:32:43.5448732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 PASSED [ 67%] 2022-12-01T10:32:43.5448889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5449045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 PASSED [ 67%] 2022-12-01T10:32:43.5449201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 PASSED [ 67%] 2022-12-01T10:32:43.5449363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:32:43.5449521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool PASSED [ 67%] 2022-12-01T10:32:43.5449685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 PASSED [ 67%] 2022-12-01T10:32:43.5449832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 PASSED [ 67%] 2022-12-01T10:32:43.5449990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 PASSED [ 67%] 2022-12-01T10:32:43.5450151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5450307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5450480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:32:43.5450646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool PASSED [ 68%] 2022-12-01T10:32:43.5450818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5450989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5451145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5451358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5451549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5451712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5451869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5452025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5452180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5452347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5452508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5452657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5452821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5452987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5453148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 PASSED [ 68%] 2022-12-01T10:32:43.5453307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5453466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5453626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5453796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5453964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5454118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5454285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5454442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 PASSED [ 68%] 2022-12-01T10:32:43.5454602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5454758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5454922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 PASSED [ 68%] 2022-12-01T10:32:43.5455081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5455243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5455483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5455643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool PASSED [ 68%] 2022-12-01T10:32:43.5455814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5455981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5456145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5456306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5456470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5456636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:32:43.5456862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool PASSED [ 68%] 2022-12-01T10:32:43.5457014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5457179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 PASSED [ 68%] 2022-12-01T10:32:43.5457340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5457500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5457671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5457841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5458005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5458169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 PASSED [ 68%] 2022-12-01T10:32:43.5458333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5458480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5458638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5458796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5458966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5459132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5459307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:32:43.5459476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool PASSED [ 68%] 2022-12-01T10:32:43.5459654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5459827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5459987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 PASSED [ 68%] 2022-12-01T10:32:43.5460156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5460322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5460487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5460653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:32:43.5460823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5460986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5461148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool PASSED [ 68%] 2022-12-01T10:32:43.5461314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5461469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5461634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5461799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5461961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5462155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5462343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5462506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5462665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5462820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool PASSED [ 68%] 2022-12-01T10:32:43.5462991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 PASSED [ 68%] 2022-12-01T10:32:43.5463164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5463332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5463500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5463669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5463834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5464001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5464171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool PASSED [ 68%] 2022-12-01T10:32:43.5464334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5464502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5464676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5464853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 PASSED [ 68%] 2022-12-01T10:32:43.5465023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 PASSED [ 68%] 2022-12-01T10:32:43.5465187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5465354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5465516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:32:43.5465683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5465837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5466008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 PASSED [ 68%] 2022-12-01T10:32:43.5466178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 PASSED [ 68%] 2022-12-01T10:32:43.5466340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5466504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5466667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5466827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5466989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5467154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5467301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5467514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5467669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5467838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:32:43.5468006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 PASSED [ 68%] 2022-12-01T10:32:43.5468171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5468335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5468500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5468650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5468815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5468983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 PASSED [ 68%] 2022-12-01T10:32:43.5469147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5469310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5469478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:32:43.5469643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 PASSED [ 68%] 2022-12-01T10:32:43.5469804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5469966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5470118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool PASSED [ 68%] 2022-12-01T10:32:43.5470288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 PASSED [ 68%] 2022-12-01T10:32:43.5470452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5470612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 PASSED [ 68%] 2022-12-01T10:32:43.5470771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 PASSED [ 68%] 2022-12-01T10:32:43.5470929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 PASSED [ 68%] 2022-12-01T10:32:43.5471089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5471260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 PASSED [ 68%] 2022-12-01T10:32:43.5471425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 PASSED [ 68%] 2022-12-01T10:32:43.5471578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 PASSED [ 68%] 2022-12-01T10:32:43.5471741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 PASSED [ 68%] 2022-12-01T10:32:43.5471927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 68%] 2022-12-01T10:32:43.5472109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 69%] 2022-12-01T10:32:43.5472267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5472427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5472757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5472991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5473202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5473357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5473525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5473684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5473846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5474009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5474168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5474331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5474499Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5474645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5474806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5474989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:32:43.5475166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:32:43.5475334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:32:43.5475501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:32:43.5475662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5475831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5475988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5476154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:32:43.5476331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:32:43.5476500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5476665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5476828Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5476989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5477151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5477311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5477456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 XFAIL [ 69%] 2022-12-01T10:32:43.5477623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5477786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5478001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:32:43.5478164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5478323Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5478513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5478703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5478866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5479022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5479193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5479361Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5479527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5479689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5479852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5480018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5480187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5480351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5480496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5480657Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5480820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5480995Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5481166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5481328Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5481488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5481644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 XFAIL [ 69%] 2022-12-01T10:32:43.5481800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5481962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5482137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5482308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5482478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5482648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5482808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5482967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5483133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5483280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5483446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5483618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5483788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5483978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5484164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5484340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5484505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5484668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5484814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5484976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5485147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5485314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5485474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5485632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5485793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5485954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5486107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5486266Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5486452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5486618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5486790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5486952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5487128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5487289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5487452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5487598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5487757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5487916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5488071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5488237Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5488416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:32:43.5488591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:32:43.5488760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5488926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5489072Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5489234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5489435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5489658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5489821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5489980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5490144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5490306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5490461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5490635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5490801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5490968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5491132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5491302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5491469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5491633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5491803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5491954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5492118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5492287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5492456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:32:43.5492621Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5492788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5492953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5493116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5493276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5493425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5493590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5493755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5493912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 PASSED [ 69%] 2022-12-01T10:32:43.5494082Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5494250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5494414Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5494571Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5494717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5494883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5495103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5495266Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5495492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5495656Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5495822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5495988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5496152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5496304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5496474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5496634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5496803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5496973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5497140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5497312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5497480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5497638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5497808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5497972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5498130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5498302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5498466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5498627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5498789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5498955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5499106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5499270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5499482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:32:43.5499701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:32:43.5499915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:32:43.5500111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:32:43.5500325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:32:43.5500594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:32:43.5500794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:32:43.5500986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:32:43.5501138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5501297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5501459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:32:43.5501617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 XFAIL [ 70%] 2022-12-01T10:32:43.5501778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5501941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5502115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5502285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5502457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5502610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5502777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5502953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5503131Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5503311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5503476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5503648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5503831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5503992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5504161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5504349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5504514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5504695Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5504865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5505044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5505218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5505388Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5505553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5505729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5505941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5506163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5506352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5506527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5506698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5506864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5507058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5507211Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5507400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5507641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 70%] 2022-12-01T10:32:43.5507819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5507989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5508155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5508322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5508486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5508665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5508841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5508999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5509175Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5509344Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:32:43.5509504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5509665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5509832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5510014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5510182Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5510336Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5510497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5510667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5510849Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:32:43.5511017Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5511188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5511377Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5511572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5511737Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5511893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5512050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5512208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5512365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5512672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5512845Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5513023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5513198Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5513366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5513528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5513695Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5513867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5514033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5514211Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5514390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5514560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5514728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5514885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5515053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5515216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5515381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5515561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5515725Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5515909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5516099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 70%] 2022-12-01T10:32:43.5516274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5516442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5516603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5516761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 PASSED [ 70%] 2022-12-01T10:32:43.5516924Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5517210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5517371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5517555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5517734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5517899Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5518049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5518213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5518378Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5518559Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5518715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5518895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:32:43.5519131Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 71%] 2022-12-01T10:32:43.5519366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 71%] 2022-12-01T10:32:43.5519537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5519690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5519860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5520059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5520252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5520445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5520641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5520824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5521004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5521180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5521345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5521529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5521705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5521881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5522074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5522265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5522456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5522711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5522885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5523066Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5523267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5523482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5523677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5523869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5524055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5524228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5524411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5524595Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5524787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5524959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5525152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5525350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5525544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5525720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5525897Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5526076Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5526255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5526431Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5526626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5526794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5526971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5527143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5527332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5527515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5527697Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5527932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5528155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5528357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5528534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5528719Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5528909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5529106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5529298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5529566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5529750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5529937Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5530115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5530279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5530453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5530629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5530808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5530992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5531184Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5531375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5531554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5531738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5531918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5532101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5532310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5532490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5532670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5532860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5533048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5533214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5533415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5533606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5533772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5533938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5534100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5534263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:32:43.5534433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5534600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5534761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5534959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:32:43.5535153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:32:43.5535301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5535582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5535767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5535929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5536086Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5536252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5536428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5536593Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5536750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5536912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:32:43.5537073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5537245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5537413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5537578Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5537746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5537926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5538089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5538237Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5538405Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5538575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5538741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5538902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5539125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5539285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5539463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5539626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5539809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5539990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5540152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5540316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 PASSED [ 71%] 2022-12-01T10:32:43.5540480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5540640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:32:43.5540856Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5541014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5541163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5541324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5541493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5541655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5541838Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5542000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5542173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5542366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5542855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:32:43.5543223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:32:43.5543394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5543567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5543738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5544117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:32:43.5544306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5544490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5544662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5544834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5545062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5545272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5545660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:32:43.5546046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:32:43.5546617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:32:43.5546808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5546990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5547170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5547343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5547509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5547676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5547827Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5547985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5548141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5548304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5548462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5548618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5548772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5548945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5549096Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5549253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5549413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5549565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5549732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5549904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5550076Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5550245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5550405Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5550553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5550709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5550878Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5551108Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5551281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5551442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5551604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5551763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5551911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5552067Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5552238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5552408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5552734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5552916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5553079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5553239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 XFAIL [ 72%] 2022-12-01T10:32:43.5553416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5553565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5553738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5553905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5554072Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5554246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5554410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5554569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5554728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5554889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5555033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 XFAIL [ 72%] 2022-12-01T10:32:43.5555191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 XFAIL [ 72%] 2022-12-01T10:32:43.5555366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:32:43.5555533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5555701Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5555875Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5556045Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5556213Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5556365Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5556532Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5556754Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5556959Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5557129Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5557303Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5557489Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5557655Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5557818Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5557974Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5558150Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5558394Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 SKIPPED (Only fails for LAZY, passes on everything else) [ 72%] 2022-12-01T10:32:43.5558563Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5558726Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5558896Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5559064Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5559238Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5559395Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5559566Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5559747Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5559914Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5560084Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5560266Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5560442Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5560616Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5560790Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5560947Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5561113Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5561293Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5561465Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5561629Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5561800Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5561962Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5562129Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5562286Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5562454Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5562657Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5562850Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5563021Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5563200Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5563366Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5563532Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5563715Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5563887Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5564070Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5564241Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5564409Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5564573Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5564735Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5564894Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 PASSED [ 72%] 2022-12-01T10:32:43.5565055Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5565215Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5565382Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5565551Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5565724Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5565893Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5566069Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5566237Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5566408Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5566578Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5566733Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5566901Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5567067Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5567231Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5567393Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5567550Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5567706Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5567873Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5568031Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5568199Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5568367Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5568605Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5568772Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5568941Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5569105Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 XFAIL [ 73%] 2022-12-01T10:32:43.5569265Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5569419Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5569586Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5569774Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5569948Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5570130Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5570328Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5570499Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5570674Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5570848Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5571028Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5571198Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5571383Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5571564Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5571735Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5571923Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5572091Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5572269Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5572445Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5572611Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5572776Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5572948Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5573121Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5573287Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5573459Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5573626Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5573790Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5573951Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5574129Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5574350Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5574553Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5574732Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5574906Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5575077Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5575261Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5575537Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5575696Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5575882Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5576051Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5576215Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5576384Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5576550Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5576712Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5576898Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5577070Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5577242Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5577414Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5577584Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5577747Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5577947Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5578143Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5578336Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5578524Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5578699Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5578906Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5579118Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5579300Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5579483Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5579668Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5579853Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5580040Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5580319Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5580523Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5580709Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5580905Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 73%] 2022-12-01T10:32:43.5581087Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5581279Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5581466Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5581658Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5581864Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5582063Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5582264Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5582436Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5582625Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5582807Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5583003Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5583196Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5583392Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5583582Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5583772Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5583967Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5584149Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5584354Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5584542Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5584736Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5584921Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5585116Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5585309Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5585490Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5585679Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5585862Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5586110Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5586299Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5586485Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5586653Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5586819Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5586989Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5587293Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 73%] 2022-12-01T10:32:43.5587491Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5587650Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5587814Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5587981Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5588145Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5588311Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5588484Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5588656Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 PASSED [ 73%] 2022-12-01T10:32:43.5588841Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5589014Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5589170Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5589349Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5589532Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5589697Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5589862Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5590044Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5590223Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5590399Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5590576Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5590746Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5590916Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5591080Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5591241Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5591411Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5591591Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5591756Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5591997Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5592163Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5592335Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5592617Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5592832Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5593041Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5593207Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5593386Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5593569Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5593722Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5593889Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5594059Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5594225Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5594389Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5594557Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5594719Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5594895Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5595070Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5595222Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5595387Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5595558Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5595739Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5595905Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5596077Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5596248Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5596417Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5596576Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5596741Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5596922Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5597086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5597257Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5597433Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5597600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5597768Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5598125Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5598308Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5598479Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5598648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5598832Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5599000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5599168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5599369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5599538Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5599734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5599933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5600135Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5600339Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5600541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5600746Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5600923Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5601109Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5601276Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5601446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5601604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5601809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:32:43.5601974Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5602191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5602371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5602578Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5602776Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5602955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5603121Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5603311Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:32:43.5603516Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:32:43.5603698Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5603937Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5604108Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5604283Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5604451Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5604626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5604785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5604950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5605118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5605287Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5605454Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5605622Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5605791Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5605959Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5606127Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5606282Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5606452Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5606622Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5606809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5606994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5607177Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5607382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5607581Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5607747Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5607902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5608076Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5608248Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5608416Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5608586Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5608766Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5608938Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5609109Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5609263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5609434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5609713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5609885Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5610054Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5610229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5610396Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5610562Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5610765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5610955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5611134Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5611339Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5611509Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5611678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5611884Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:32:43.5612057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5612231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:32:43.5612402Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5612570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5612738Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5612935Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5613137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5613335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5613538Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5613751Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:32:43.5613971Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:32:43.5614172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:32:43.5614331Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5614517Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5614690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5614904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5615116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5615464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5615682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5615866Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5616051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5616264Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5616442Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5616689Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-12-01T10:32:43.5616874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5617068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5617241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5617421Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5617601Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5617786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5617951Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5618120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5618289Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5618458Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5618636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5618809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5619019Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5619225Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5619430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5619586Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5619797Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5619971Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5620167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5620362Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5620528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5620734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5620941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5621118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5621350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5621528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5621708Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5621883Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5622065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5622241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5622420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5622594Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5622770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5622928Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5623097Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5623284Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5623452Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5623645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5623818Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5624005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5624172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5624338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5624493Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5624679Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5624868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5625037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5625218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5625383Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5625589Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5625796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5626040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:32:43.5626231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5626429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5626619Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5626810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5627060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5627249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5627449Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5627651Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5627846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5628053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:32:43.5628243Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5628462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5628682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5628883Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5629084Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5629280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-12-01T10:32:43.5629464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5629691Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:32:43.5629889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5630068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5630257Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5630456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5630646Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5630839Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5631036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5631240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5631439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5631640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5631815Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5632014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5632203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5632390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5632758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 XFAIL [ 75%] 2022-12-01T10:32:43.5633014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5633224Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:32:43.5633420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5633607Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5633835Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:32:43.5634029Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5634220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5634413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5634605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5634797Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5634983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5635168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5635351Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5635528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5635714Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5635901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5636092Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5636282Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5636471Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5636671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5636856Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5637059Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5637259Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5637414Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:32:43.5637615Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:32:43.5637855Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 76%] 2022-12-01T10:32:43.5638028Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5638218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5638406Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5638653Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5638823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5638993Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5639148Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5639319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5639504Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5639707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5639914Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5640094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5640270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5640436Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5640604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5640771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5640948Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5641131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5641309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5641559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5641736Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5641908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5642090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5642275Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5642445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5642657Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5642825Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5642996Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5643196Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5643365Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5643530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5643735Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5643888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5644054Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5644221Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5644464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5644635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5644817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5645027Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5645241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5645453Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5645664Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5645886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5646065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5646290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5646464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5646641Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5646868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5647320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-12-01T10:32:43.5647547Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5647723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5647889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5648097Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5648326Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5648725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-12-01T10:32:43.5649120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-12-01T10:32:43.5649515Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-12-01T10:32:43.5649723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5649906Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5650075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5650245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5650412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5650648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5650817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5650982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5651189Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:32:43.5651352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5651527Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 XFAIL [ 76%] 2022-12-01T10:32:43.5651699Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5651864Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5652030Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5652204Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5652371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5652538Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5652707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5652875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5653047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5653217Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5653400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5653560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5653728Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5653896Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5654064Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5654265Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5654469Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:32:43.5654633Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5654801Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5654962Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5655127Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5655293Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5655534Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5655707Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5655874Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5656043Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5656207Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5656410Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5656596Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5656761Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5656929Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5657098Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5657267Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5657439Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5657604Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5657772Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5657932Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5658104Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5658275Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5658448Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5658613Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5658778Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5658941Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5659109Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5659276Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5659439Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5659608Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5659772Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5659940Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5660110Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5660272Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5660435Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5660599Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5660757Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5660946Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5661113Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5661280Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5661461Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5661628Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5661793Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5661976Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5662142Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5662355Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 PASSED [ 76%] 2022-12-01T10:32:43.5662522Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5662734Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 77%] 2022-12-01T10:32:43.5662898Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5663064Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5663228Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5663389Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5663552Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5663709Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5663880Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5664044Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5664211Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5664379Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5664549Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5664718Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5664884Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5665036Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5665215Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5665387Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5665558Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5665728Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5665896Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5666065Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5666235Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5666400Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5666555Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5666735Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5666902Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5667076Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5667242Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5667402Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5667560Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5667730Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5667885Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5668090Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5668286Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5668454Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5668629Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5668797Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5668962Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5669124Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5669291Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5669448Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5669622Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5669794Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5669963Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5670138Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5670312Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5670480Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5670645Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5670799Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5670967Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5671176Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:32:43.5671367Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:32:43.5671529Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5671692Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5671876Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5672044Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5672219Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5672391Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5672723Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5672914Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5673092Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5673271Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5673449Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5673634Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5673812Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5674005Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5674260Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5674436Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5674610Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5674784Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5674975Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5675146Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5675323Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5675505Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5675682Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5675858Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5676028Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5676194Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5676360Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5676524Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5676696Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5676871Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5677042Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5677203Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5677366Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5677535Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5677697Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5677869Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5678042Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5678218Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5678392Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5678556Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5678737Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5678916Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5679089Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5679260Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5679439Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5679619Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5679795Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5680000Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5680193Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5680368Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5680538Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5680706Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5680874Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5681042Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5681231Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5681417Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5681589Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5681745Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5681916Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5682077Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5682262Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5682446Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5682630Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5682799Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5682977Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5683130Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 XFAIL [ 77%] 2022-12-01T10:32:43.5683294Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5683458Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5683677Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 SKIPPED (Expected: new_empty is not comparable) [ 77%] 2022-12-01T10:32:43.5683845Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5684014Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5684213Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5684412Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5684606Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5684784Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5692977Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5693268Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5693470Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:32:43.5693666Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5693945Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5694170Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5694372Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5694569Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5694758Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5694976Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:32:43.5695179Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5695504Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5695714Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5695915Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5696113Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 78%] 2022-12-01T10:32:43.5696294Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5696528Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5696799Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5697065Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5697249Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5697547Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5697928Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5698293Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5698547Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5698737Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5698929Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5699129Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5699332Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5699561Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5699757Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5699935Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5700137Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5700384Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5700579Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5700886Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5701073Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5701255Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5701439Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5701637Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5701813Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5702005Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5702198Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5702392Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5702592Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5702787Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5702956Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5703122Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5703291Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5703448Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5703620Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5703803Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5703971Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5704141Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5704309Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5704484Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5704653Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5704811Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5704976Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5705144Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5705310Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5705479Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5705650Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5705825Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5706001Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5706167Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5706328Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5706500Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5706759Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5706933Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5707130Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 SKIPPED (Allowed exception) [ 78%] 2022-12-01T10:32:43.5707332Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:32:43.5707508Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5707679Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5707846Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5708017Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5708206Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5708386Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5708564Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5708753Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5708941Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5709116Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5709287Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5709439Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5709625Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5709793Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5709972Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5710148Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5710325Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5710503Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5710701Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5710874Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5711044Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5711237Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5711692Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-12-01T10:32:43.5712084Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-12-01T10:32:43.5712268Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5712440Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5712755Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5713028Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5713197Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5713358Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5713526Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5713689Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5713861Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5714032Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5714215Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5714379Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5714556Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 XFAIL [ 78%] 2022-12-01T10:32:43.5714709Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5714874Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5715041Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5715213Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5715394Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5715565Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5715750Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5715916Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5716084Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5716239Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5716407Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5716575Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5716743Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5716909Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5717080Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:32:43.5717226Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5717379Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5717517Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5717673Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5717823Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5717973Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5718132Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5718289Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5718439Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5718589Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5718771Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 PASSED [ 78%] 2022-12-01T10:32:43.5718957Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5719116Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5719276Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5719430Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5719581Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5719743Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5719894Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5720055Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5720204Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5720356Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5720512Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5720670Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5720825Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5721020Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:32:43.5721181Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5721336Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5721480Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5721642Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5721799Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5721955Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5722118Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5722273Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5722429Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5722588Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5722745Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5722891Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5723041Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5723199Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5723358Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5723515Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5723672Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5723824Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5723974Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5724130Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5724347Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5724514Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5724682Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5724835Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5725004Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5725239Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5725397Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5725597Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:32:43.5725807Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 79%] 2022-12-01T10:32:43.5725963Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5726148Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5726325Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5726475Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:32:43.5726631Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5726790Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5726941Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5727098Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5727239Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5727387Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5727540Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5727691Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5727840Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5727989Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5728135Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5728278Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5728424Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5728577Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5728725Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5728880Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5729040Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5729188Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5729340Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5729561Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5729719Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5729934Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5730090Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5730246Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5730400Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5730549Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5730699Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5730847Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5730981Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5731131Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5731278Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5731424Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5731576Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5731723Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5731867Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5732012Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5732171Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:32:43.5732304Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5732456Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5732622Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5732784Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5732927Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5733074Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5733235Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5733384Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5733516Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5733658Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5733813Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5733960Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5734117Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5734263Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5734427Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5734573Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5734707Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5734868Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:32:43.5735011Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5735152Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5735408Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5735589Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5735742Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5735896Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5736039Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5736190Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5736342Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5736488Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5736634Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5736783Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5736935Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5737080Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5737216Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5737361Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5737513Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5737659Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5737811Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5737957Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5738159Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:32:43.5738308Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5738462Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5738604Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5738756Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5738904Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5739059Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5739215Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5739376Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:32:43.5739549Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5739705Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5739847Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5740007Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5740168Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5740324Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5740484Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5740638Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5740818Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5741057Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5741289Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-12-01T10:32:43.5741436Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5741593Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5741760Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5741913Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5742068Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5742232Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5742398Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5742545Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5742679Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5742824Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5742987Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5743139Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5743293Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5743446Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5743598Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:32:43.5743752Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5743889Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5744050Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5744204Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5744364Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5744523Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5744680Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5744832Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5744978Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5745125Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5745287Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5745430Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5745584Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5745732Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:32:43.5745875Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5746042Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:32:43.5746263Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 80%] 2022-12-01T10:32:43.5746444Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5746610Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5746781Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5746980Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5747144Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5747318Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5747489Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5747670Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5747844Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5748019Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5748187Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5748350Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5748501Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5748647Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5748792Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5748944Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5749094Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5749247Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5749382Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5749528Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5749671Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5749814Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:32:43.5749958Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5750120Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5750275Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5750423Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5750579Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5750713Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5750858Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5751012Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5751161Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5751309Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5751452Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5751601Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5751745Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5751876Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5752090Z test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5752275Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:32:43.5752419Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5752726Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5752873Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5753022Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5753173Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5753303Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:32:43.5753454Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5753602Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5753755Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:32:43.5753900Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5754059Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5754206Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5754348Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5754481Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5754621Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5754766Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5754922Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5755069Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5755229Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5755372Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5755527Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5755658Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5755808Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5756155Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 80%] 2022-12-01T10:32:43.5756302Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5756450Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5756595Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:32:43.5756747Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:32:43.5756906Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5757062Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5757208Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5757367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5757527Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5757684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5757997Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:32:43.5758156Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5758321Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5758493Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5758651Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5758816Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5758974Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5759136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5759316Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5759477Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5759630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5759791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5759949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5760106Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:32:43.5760266Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5760428Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5760589Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 PASSED [ 80%] 2022-12-01T10:32:43.5760746Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5760908Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5761069Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5761227Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5761384Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5761528Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5761691Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5761860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5762024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5762179Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5762334Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5762491Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5762651Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5762807Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5762978Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5763135Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5763347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5763516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5763668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5763849Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5764010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5764163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5764304Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5764461Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5764690Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 81%] 2022-12-01T10:32:43.5764850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5765011Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5765172Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5765345Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5765502Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:32:43.5765660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5765809Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5765969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5766126Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5766286Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5766444Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5766600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5766755Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5766909Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5767056Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5767208Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5767366Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5767519Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5767678Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5767830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5767983Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5768138Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5768280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5768451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5768639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5768820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5768988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5769145Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5769304Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5769467Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5769620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5769768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5769918Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5770075Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5770226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5770382Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5770547Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5770703Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5770850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5770994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5771140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5771296Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5771451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5771610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5771766Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5771920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5772077Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5772225Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5772379Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5772528Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5772691Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5772840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5772994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:32:43.5773160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5773319Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5773477Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5773625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5773776Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5773930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5774110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5774287Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5774433Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5774584Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5774754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5774893Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5775052Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5775207Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5775442Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5775618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5775772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5775928Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5776081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5776229Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5776362Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5776532Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:32:43.5776706Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:32:43.5776859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5777017Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5777172Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5777336Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:32:43.5777489Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5777631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5777786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5777939Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5778098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5778248Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5778405Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5778561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5778717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5778860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5779015Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5779166Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5779316Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5779464Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5779611Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5779842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5779999Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5780157Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5780297Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5780445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5780595Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5780745Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5780889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5781097Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:32:43.5781306Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:32:43.5781458Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 PASSED [ 81%] 2022-12-01T10:32:43.5781594Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5781753Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5781910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5782081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5782238Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5782419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5782581Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5782742Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5782905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5783062Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5783226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5783387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5783565Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5783729Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5783893Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5784060Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5784218Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5784402Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5784563Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5784717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5784880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5785036Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5785259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5785431Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5785592Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5785744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:32:43.5785882Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5786029Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5786179Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5786346Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5786503Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5786665Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5786822Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5786979Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:32:43.5787129Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5787265Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5787421Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5787566Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5787721Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5787890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5788053Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5788210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5788362Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5788499Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5788648Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5788806Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5788958Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5789130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5789317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5789520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5789693Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5789865Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5790032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5790206Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5790383Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5790560Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5790805Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5790983Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5791165Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5791349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5791551Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5791710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5791863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5792015Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5792168Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5792318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:32:43.5792571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5792724Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5792880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5793015Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5793165Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5793316Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5793479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5793649Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5793807Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5793960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5794177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 82%] 2022-12-01T10:32:43.5794332Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5794479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5794631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5794783Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5794931Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5795081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5795232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5795399Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5795550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5795691Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5795846Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5795996Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5796228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5796419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5796571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5796721Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5796872Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5797021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5797171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5797329Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5797481Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5797631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5797781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5797938Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5798093Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5798252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5798388Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5798539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5798690Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5799036Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 82%] 2022-12-01T10:32:43.5799189Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5799345Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5799496Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5799647Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5799782Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5799944Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 PASSED [ 82%] 2022-12-01T10:32:43.5800088Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5800231Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5800378Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5800527Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5800671Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5800812Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5800940Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5801089Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5801242Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5801384Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5801531Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5801676Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5801856Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5802033Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5802167Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5802368Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5802512Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5802667Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 PASSED [ 82%] 2022-12-01T10:32:43.5802814Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5802969Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5803130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5803282Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5803430Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5803613Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:32:43.5803813Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:32:43.5803960Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5804110Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5804262Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5804422Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:32:43.5804574Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5804726Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5804865Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5805010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5805169Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5805321Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5805470Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5805624Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5805775Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5805924Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5806076Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5806221Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5806367Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5806514Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5806665Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5806814Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5806959Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5807113Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5807269Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5807476Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5807630Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5807774Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5807926Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5808070Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5808228Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5808378Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:32:43.5808523Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5808665Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5808824Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5808977Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5809126Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:32:43.5809268Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5809421Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5809569Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5809742Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5809876Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5810037Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5810183Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5810380Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:32:43.5810532Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5810685Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5810849Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5811014Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5811186Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5811338Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5811514Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5811677Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5811844Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5812009Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5812171Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5812340Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5812494Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5812675Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 SKIPPED (Test expects tensor input) [ 83%] 2022-12-01T10:32:43.5812841Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5813027Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5813185Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5813343Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5813491Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5813642Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5813790Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5813939Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5814089Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5814255Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5814408Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5814565Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5814747Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5814929Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5815103Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5815262Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5815506Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5815649Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5815799Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5815945Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5816099Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5816244Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5816391Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5816548Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5816692Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5816834Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5816994Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5817140Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5817291Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5817437Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5817587Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5817734Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5817879Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5818012Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5818155Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5818296Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5818516Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5818662Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:32:43.5818860Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:32:43.5819073Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 SKIPPED (Works for float64, fails for everything else) [ 83%] 2022-12-01T10:32:43.5819213Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5819355Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5819491Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5819641Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5819783Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5819943Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5820086Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5820224Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5820377Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 XFAIL [ 83%] 2022-12-01T10:32:43.5820516Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5820648Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 XFAIL [ 83%] 2022-12-01T10:32:43.5820805Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5820947Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5821090Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5821236Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5821378Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5821534Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5821678Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5821806Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5821957Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5822099Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5822239Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5822404Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5822548Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5822687Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5822845Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5822974Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 PASSED [ 83%] 2022-12-01T10:32:43.5823132Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5823287Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5823430Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5823586Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:32:43.5823760Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5823928Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5824068Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5824199Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5824337Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5824479Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5824619Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5824771Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:32:43.5824914Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5825055Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5825202Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5825353Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5825484Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5825630Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5825834Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5826006Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5826160Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5826302Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5826450Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5826601Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5826735Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5826875Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5827016Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5827164Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5827308Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5827447Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5827597Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5827739Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5827866Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5828009Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5828154Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5828295Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5828431Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5828570Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5828709Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5828858Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5828986Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5829122Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5829303Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5829471Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5829614Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5829755Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5829897Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5830037Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5830163Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5830357Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:32:43.5830494Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5830647Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5830797Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5830963Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5831110Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5831262Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5831403Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5831557Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5831711Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5831861Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5832027Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5832182Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5832352Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5832624Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5832814Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5832952Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5833110Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5833262Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5833428Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5833587Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5833738Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5833898Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5834047Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:32:43.5834177Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5834325Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5834483Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5834634Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5834782Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5835027Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5835173Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5835323Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5835453Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5835601Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:32:43.5835750Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5835892Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5836031Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5836173Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5836319Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5836463Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5836599Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5836753Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5836906Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5837054Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5837210Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5837365Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5837521Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5837671Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5837823Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5837965Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5838112Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5838261Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5838408Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5838554Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5838713Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5838873Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5839018Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5839154Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5839318Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5839483Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5839641Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5839786Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5839930Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5840071Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5840211Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5840377Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5840547Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5840710Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5840867Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5841014Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5841165Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5841310Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5841458Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5841588Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 XFAIL [ 84%] 2022-12-01T10:32:43.5841746Z test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5841885Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5842045Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:32:43.5842189Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5842330Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5842506Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5842681Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5842858Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5843022Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:32:43.5843192Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5843353Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5843531Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5843686Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5843859Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5844029Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5844199Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5844363Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5844517Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5844684Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5844923Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:32:43.5845094Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5845257Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5845434Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5845595Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5845789Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5845988Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5846155Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5846336Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5846494Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5846652Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5846813Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5846986Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5847149Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5847320Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5847482Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5847637Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5847803Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5847970Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5848142Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5848305Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5848489Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5848656Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5848822Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5848969Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5849136Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5849304Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5849460Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5849617Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5849773Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5849951Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5850112Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5850303Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5850465Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5850636Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5850779Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5850925Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5851067Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 XFAIL [ 85%] 2022-12-01T10:32:43.5851295Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5851455Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5851597Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5851727Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5851880Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5852024Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5852166Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5852328Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5852490Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5852654Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5852799Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5852954Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5853092Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5853234Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5853379Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5853520Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5853677Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5853826Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5853974Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5854123Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5854285Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:32:43.5854425Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5854583Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5854747Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5854885Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5855029Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5855179Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5855396Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5855545Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5855723Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:32:43.5855881Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5856036Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5856191Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5856347Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5856523Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5857004Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:32:43.5857351Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:32:43.5857494Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5857646Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5857796Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5857971Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5858328Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:32:43.5858519Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5858695Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5858870Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5859232Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:32:43.5859595Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:32:43.5859941Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:32:43.5860097Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5860244Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5860404Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5860546Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5860688Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 XFAIL [ 85%] 2022-12-01T10:32:43.5860830Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5860973Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5861101Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5861240Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5861381Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5861531Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5861669Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5861809Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5861950Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5862090Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5862221Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5862364Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5862504Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5862663Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5862832Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5863001Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5863144Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5863286Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5863425Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5863629Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:32:43.5863773Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5863911Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5864054Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5864203Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5864342Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5864482Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5864630Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:32:43.5864784Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu PASSED [ 85%] 2022-12-01T10:32:43.5864956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu PASSED [ 85%] 2022-12-01T10:32:43.5865122Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu PASSED [ 85%] 2022-12-01T10:32:43.5865285Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu PASSED [ 86%] 2022-12-01T10:32:43.5865455Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu PASSED [ 86%] 2022-12-01T10:32:43.5865627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu PASSED [ 86%] 2022-12-01T10:32:43.5865793Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu PASSED [ 86%] 2022-12-01T10:32:43.5865959Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu PASSED [ 86%] 2022-12-01T10:32:43.5866131Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:32:43.5866302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu PASSED [ 86%] 2022-12-01T10:32:43.5866473Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:32:43.5866657Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:32:43.5866820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:32:43.5866985Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu PASSED [ 86%] 2022-12-01T10:32:43.5867153Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu PASSED [ 86%] 2022-12-01T10:32:43.5867328Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu PASSED [ 86%] 2022-12-01T10:32:43.5867493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:32:43.5867662Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu PASSED [ 86%] 2022-12-01T10:32:43.5867835Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:32:43.5868001Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu PASSED [ 86%] 2022-12-01T10:32:43.5868164Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu PASSED [ 86%] 2022-12-01T10:32:43.5868398Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu PASSED [ 86%] 2022-12-01T10:32:43.5868564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu PASSED [ 86%] 2022-12-01T10:32:43.5868733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu PASSED [ 86%] 2022-12-01T10:32:43.5868905Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu PASSED [ 86%] 2022-12-01T10:32:43.5869080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu PASSED [ 86%] 2022-12-01T10:32:43.5869234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu PASSED [ 86%] 2022-12-01T10:32:43.5869397Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu PASSED [ 86%] 2022-12-01T10:32:43.5869564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu PASSED [ 86%] 2022-12-01T10:32:43.5869736Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu PASSED [ 86%] 2022-12-01T10:32:43.5869907Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu PASSED [ 86%] 2022-12-01T10:32:43.5870069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu PASSED [ 86%] 2022-12-01T10:32:43.5870238Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu PASSED [ 86%] 2022-12-01T10:32:43.5870410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu PASSED [ 86%] 2022-12-01T10:32:43.5870581Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu PASSED [ 86%] 2022-12-01T10:32:43.5870737Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu PASSED [ 86%] 2022-12-01T10:32:43.5870899Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu PASSED [ 86%] 2022-12-01T10:32:43.5871074Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu PASSED [ 86%] 2022-12-01T10:32:43.5871236Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu PASSED [ 86%] 2022-12-01T10:32:43.5871404Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu PASSED [ 86%] 2022-12-01T10:32:43.5871569Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu PASSED [ 86%] 2022-12-01T10:32:43.5871735Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu PASSED [ 86%] 2022-12-01T10:32:43.5871904Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu PASSED [ 86%] 2022-12-01T10:32:43.5872068Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu PASSED [ 86%] 2022-12-01T10:32:43.5872227Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu PASSED [ 86%] 2022-12-01T10:32:43.5872396Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu PASSED [ 86%] 2022-12-01T10:32:43.5872661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu PASSED [ 86%] 2022-12-01T10:32:43.5872838Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu PASSED [ 86%] 2022-12-01T10:32:43.5873003Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu PASSED [ 86%] 2022-12-01T10:32:43.5873168Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu PASSED [ 86%] 2022-12-01T10:32:43.5873331Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu PASSED [ 86%] 2022-12-01T10:32:43.5873494Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu PASSED [ 86%] 2022-12-01T10:32:43.5873655Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu PASSED [ 86%] 2022-12-01T10:32:43.5873948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu PASSED [ 86%] 2022-12-01T10:32:43.5874115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu PASSED [ 86%] 2022-12-01T10:32:43.5874279Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu PASSED [ 86%] 2022-12-01T10:32:43.5874450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu PASSED [ 86%] 2022-12-01T10:32:43.5874624Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu PASSED [ 86%] 2022-12-01T10:32:43.5874798Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu PASSED [ 86%] 2022-12-01T10:32:43.5874972Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu PASSED [ 86%] 2022-12-01T10:32:43.5875138Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu PASSED [ 86%] 2022-12-01T10:32:43.5875292Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu PASSED [ 86%] 2022-12-01T10:32:43.5875458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu PASSED [ 86%] 2022-12-01T10:32:43.5875622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu PASSED [ 86%] 2022-12-01T10:32:43.5875789Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu PASSED [ 86%] 2022-12-01T10:32:43.5875955Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu PASSED [ 86%] 2022-12-01T10:32:43.5876119Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu PASSED [ 86%] 2022-12-01T10:32:43.5876292Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu PASSED [ 86%] 2022-12-01T10:32:43.5876462Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu PASSED [ 86%] 2022-12-01T10:32:43.5876634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu PASSED [ 86%] 2022-12-01T10:32:43.5876788Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu PASSED [ 86%] 2022-12-01T10:32:43.5876960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu PASSED [ 86%] 2022-12-01T10:32:43.5877142Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu PASSED [ 86%] 2022-12-01T10:32:43.5877333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu PASSED [ 86%] 2022-12-01T10:32:43.5877531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 86%] 2022-12-01T10:32:43.5877714Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu PASSED [ 86%] 2022-12-01T10:32:43.5877909Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 86%] 2022-12-01T10:32:43.5878095Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu PASSED [ 86%] 2022-12-01T10:32:43.5878276Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu PASSED [ 86%] 2022-12-01T10:32:43.5878436Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu PASSED [ 86%] 2022-12-01T10:32:43.5878598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu PASSED [ 86%] 2022-12-01T10:32:43.5878762Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu PASSED [ 86%] 2022-12-01T10:32:43.5878925Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu PASSED [ 86%] 2022-12-01T10:32:43.5879089Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu PASSED [ 86%] 2022-12-01T10:32:43.5879295Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu PASSED [ 86%] 2022-12-01T10:32:43.5879526Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu PASSED [ 86%] 2022-12-01T10:32:43.5879696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu PASSED [ 86%] 2022-12-01T10:32:43.5879869Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu PASSED [ 86%] 2022-12-01T10:32:43.5880021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu PASSED [ 86%] 2022-12-01T10:32:43.5880182Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu PASSED [ 86%] 2022-12-01T10:32:43.5880362Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu PASSED [ 86%] 2022-12-01T10:32:43.5880525Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu PASSED [ 86%] 2022-12-01T10:32:43.5880695Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu PASSED [ 86%] 2022-12-01T10:32:43.5880861Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu PASSED [ 86%] 2022-12-01T10:32:43.5881022Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu PASSED [ 86%] 2022-12-01T10:32:43.5881204Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:32:43.5881382Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu PASSED [ 86%] 2022-12-01T10:32:43.5881543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu PASSED [ 86%] 2022-12-01T10:32:43.5881714Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu PASSED [ 86%] 2022-12-01T10:32:43.5881885Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu PASSED [ 86%] 2022-12-01T10:32:43.5882062Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu PASSED [ 86%] 2022-12-01T10:32:43.5882248Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu PASSED [ 86%] 2022-12-01T10:32:43.5882437Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:32:43.5882604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu PASSED [ 86%] 2022-12-01T10:32:43.5882768Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu PASSED [ 86%] 2022-12-01T10:32:43.5882936Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu PASSED [ 86%] 2022-12-01T10:32:43.5883087Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu PASSED [ 86%] 2022-12-01T10:32:43.5883252Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu PASSED [ 86%] 2022-12-01T10:32:43.5883430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu PASSED [ 86%] 2022-12-01T10:32:43.5883594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu PASSED [ 86%] 2022-12-01T10:32:43.5883766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu PASSED [ 86%] 2022-12-01T10:32:43.5883931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu PASSED [ 86%] 2022-12-01T10:32:43.5884096Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu PASSED [ 86%] 2022-12-01T10:32:43.5884259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:32:43.5884417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu PASSED [ 86%] 2022-12-01T10:32:43.5884581Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu PASSED [ 86%] 2022-12-01T10:32:43.5884777Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:32:43.5884967Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:32:43.5885131Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:32:43.5885292Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:32:43.5885465Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:32:43.5885629Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:32:43.5885792Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:32:43.5885953Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:32:43.5886123Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:32:43.5886298Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:32:43.5886480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:32:43.5886656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:32:43.5886819Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:32:43.5886987Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:32:43.5887151Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:32:43.5887325Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:32:43.5887546Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu SKIPPED (_refs.copy_to does not have an entry in python_ref_db) [ 86%] 2022-12-01T10:32:43.5887717Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:32:43.5887886Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu PASSED [ 87%] 2022-12-01T10:32:43.5888052Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu PASSED [ 87%] 2022-12-01T10:32:43.5888295Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu SKIPPED (_refs.empty_strided does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5888517Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu SKIPPED (_refs.equal does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5888683Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu PASSED [ 87%] 2022-12-01T10:32:43.5888852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu PASSED [ 87%] 2022-12-01T10:32:43.5889018Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu PASSED [ 87%] 2022-12-01T10:32:43.5889178Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu PASSED [ 87%] 2022-12-01T10:32:43.5889341Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu PASSED [ 87%] 2022-12-01T10:32:43.5889513Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu PASSED [ 87%] 2022-12-01T10:32:43.5889682Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:32:43.5889848Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu PASSED [ 87%] 2022-12-01T10:32:43.5890011Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu PASSED [ 87%] 2022-12-01T10:32:43.5890232Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:32:43.5890398Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:32:43.5890574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:32:43.5890733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:32:43.5890903Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:32:43.5891070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:32:43.5891237Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu PASSED [ 87%] 2022-12-01T10:32:43.5891403Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu PASSED [ 87%] 2022-12-01T10:32:43.5891574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu PASSED [ 87%] 2022-12-01T10:32:43.5891744Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu PASSED [ 87%] 2022-12-01T10:32:43.5891918Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:32:43.5892093Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu PASSED [ 87%] 2022-12-01T10:32:43.5892244Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:32:43.5892407Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu PASSED [ 87%] 2022-12-01T10:32:43.5892571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu PASSED [ 87%] 2022-12-01T10:32:43.5892733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:32:43.5892967Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu SKIPPED (_refs.full_like does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5893130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:32:43.5893297Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:32:43.5893463Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu PASSED [ 87%] 2022-12-01T10:32:43.5893637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:32:43.5893796Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu PASSED [ 87%] 2022-12-01T10:32:43.5894032Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu SKIPPED (_refs.index_copy_ does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5894266Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu SKIPPED (_refs.index_fill_ does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5894438Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu PASSED [ 87%] 2022-12-01T10:32:43.5894613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu PASSED [ 87%] 2022-12-01T10:32:43.5894783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:32:43.5894951Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu PASSED [ 87%] 2022-12-01T10:32:43.5895120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:32:43.5895287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu PASSED [ 87%] 2022-12-01T10:32:43.5895579Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu PASSED [ 87%] 2022-12-01T10:32:43.5895784Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:32:43.5895959Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:32:43.5896134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:32:43.5896306Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:32:43.5896476Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:32:43.5896641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:32:43.5896812Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:32:43.5896998Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:32:43.5897149Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu PASSED [ 87%] 2022-12-01T10:32:43.5897336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:32:43.5897515Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:32:43.5897699Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:32:43.5897890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu PASSED [ 87%] 2022-12-01T10:32:43.5898073Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:32:43.5898274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:32:43.5898459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:32:43.5898642Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu PASSED [ 87%] 2022-12-01T10:32:43.5898823Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu PASSED [ 87%] 2022-12-01T10:32:43.5898992Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:32:43.5899180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:32:43.5899369Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:32:43.5899585Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu SKIPPED (_refs.ones does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5899814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu SKIPPED (_refs.ones_like does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5899986Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:32:43.5900158Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu PASSED [ 87%] 2022-12-01T10:32:43.5900324Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu PASSED [ 87%] 2022-12-01T10:32:43.5900489Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu PASSED [ 87%] 2022-12-01T10:32:43.5900645Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu PASSED [ 87%] 2022-12-01T10:32:43.5900812Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:32:43.5901032Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu PASSED [ 87%] 2022-12-01T10:32:43.5901207Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu PASSED [ 87%] 2022-12-01T10:32:43.5901380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu PASSED [ 87%] 2022-12-01T10:32:43.5901546Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu PASSED [ 87%] 2022-12-01T10:32:43.5901716Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:32:43.5901951Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu SKIPPED (_refs.rfloordiv does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5902117Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:32:43.5902275Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:32:43.5902496Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu SKIPPED (_refs.rpow does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5902660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu PASSED [ 87%] 2022-12-01T10:32:43.5902824Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu PASSED [ 87%] 2022-12-01T10:32:43.5903060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu SKIPPED (_refs.scalar_tensor does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5903224Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:32:43.5903393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:32:43.5903556Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu PASSED [ 87%] 2022-12-01T10:32:43.5903729Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu PASSED [ 87%] 2022-12-01T10:32:43.5903880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu PASSED [ 87%] 2022-12-01T10:32:43.5904043Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu PASSED [ 87%] 2022-12-01T10:32:43.5904202Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:32:43.5904382Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu PASSED [ 87%] 2022-12-01T10:32:43.5904563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu PASSED [ 87%] 2022-12-01T10:32:43.5904735Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu PASSED [ 87%] 2022-12-01T10:32:43.5904910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu PASSED [ 87%] 2022-12-01T10:32:43.5905098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu PASSED [ 87%] 2022-12-01T10:32:43.5905266Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu PASSED [ 87%] 2022-12-01T10:32:43.5905419Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu PASSED [ 87%] 2022-12-01T10:32:43.5905593Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu PASSED [ 87%] 2022-12-01T10:32:43.5905754Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:32:43.5905918Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:32:43.5906084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:32:43.5906290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:32:43.5906486Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu PASSED [ 87%] 2022-12-01T10:32:43.5906661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:32:43.5906832Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu PASSED [ 87%] 2022-12-01T10:32:43.5906986Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu PASSED [ 87%] 2022-12-01T10:32:43.5907221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu SKIPPED (_refs.trunc_divide does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5907387Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:32:43.5907560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:32:43.5907737Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:32:43.5907904Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu PASSED [ 87%] 2022-12-01T10:32:43.5908074Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:32:43.5908240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:32:43.5908459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu SKIPPED (_refs.zeros does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5908679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu SKIPPED (_refs.zeros_like does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:32:43.5908823Z test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5908969Z test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5909117Z test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5909263Z test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5909403Z test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64 PASSED [ 87%] 2022-12-01T10:32:43.5909548Z test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5909686Z test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5909829Z test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64 PASSED [ 87%] 2022-12-01T10:32:43.5909960Z test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5910098Z test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5910242Z test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5910385Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5910542Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5910684Z test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32 PASSED [ 87%] 2022-12-01T10:32:43.5910824Z test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5910961Z test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5911118Z test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:32:43.5911256Z test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5911399Z test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5911544Z test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5911743Z test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5911881Z test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5912025Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5912167Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5912314Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5912572Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5912792Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:32:43.5912947Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5913106Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5913266Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5913418Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5913569Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64 PASSED [ 88%] 2022-12-01T10:32:43.5913708Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64 PASSED [ 88%] 2022-12-01T10:32:43.5913859Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5914011Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5914162Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5914319Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5914477Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5914633Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5914784Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5914944Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5915082Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5915232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5915411Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:32:43.5915563Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5915716Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5915871Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5916034Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5916185Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5916324Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5916480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5916636Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5916793Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5916945Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64 PASSED [ 88%] 2022-12-01T10:32:43.5917110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:32:43.5917268Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5917531Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5917688Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5917855Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5918019Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5918170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5918325Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5918474Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5918628Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5918781Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5918965Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:32:43.5919145Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:32:43.5919298Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5919459Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5919620Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5919778Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5919938Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5920095Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5920257Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5920395Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5920546Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5920708Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5920860Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5921008Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5921158Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5921307Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5921474Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5921645Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5921785Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5921939Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5922094Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5922239Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5922384Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5922536Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5922692Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5922839Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5923037Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5923188Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5923344Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5923496Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5923646Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5923794Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5923947Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5924105Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5924249Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5924408Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5924561Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5924718Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5924869Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5925019Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5925168Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5925326Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5925467Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5925614Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5925769Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5925916Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5926073Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5926221Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5926378Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5926528Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5926683Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5926831Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5926984Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5927140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5927285Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5927439Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5927596Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64 PASSED [ 88%] 2022-12-01T10:32:43.5927753Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5927909Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5928052Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5928211Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5928370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5928584Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5928741Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5928896Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5929044Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5929195Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5929332Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5929484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5929662Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:32:43.5929864Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:32:43.5930073Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:32:43.5930260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:32:43.5930443Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:32:43.5930599Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5930747Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64 PASSED [ 88%] 2022-12-01T10:32:43.5930889Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5931048Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5931206Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5931376Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5931529Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32 PASSED [ 88%] 2022-12-01T10:32:43.5931716Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5931904Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5932084Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5932249Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5932406Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5932566Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5932723Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5932885Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5933052Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5933247Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5933449Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5933615Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5933798Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5934051Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5934287Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 89%] 2022-12-01T10:32:43.5934446Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5934608Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5934769Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5934944Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5935104Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5935270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5935514Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5935657Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5935806Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5935969Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5936131Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5936294Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5936450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5936609Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5936764Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5936914Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5937071Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5937230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5937378Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5937559Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5937708Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5937865Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5938027Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5938186Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5938352Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5938508Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5938674Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5938834Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5938995Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5939153Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5939310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5939483Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5939691Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5939843Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5940021Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5940198Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5940366Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5940539Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5940687Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5940842Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5940980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5941178Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5941334Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5941514Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5941673Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5941859Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5942011Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5942191Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:32:43.5942358Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5942498Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5942655Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5942810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5942995Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5943182Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5943356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5943529Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5943717Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5943917Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5944073Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5944239Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5944427Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5944610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5944804Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5944981Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5945216Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5945384Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5945581Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5945769Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5945949Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5946120Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5946282Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5946463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5946639Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5946825Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5947002Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5947187Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5947361Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5947546Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5947729Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5947920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5948086Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5948262Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5948463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5948644Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5948827Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5948992Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5949188Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5949384Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5949559Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5949746Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:32:43.5949923Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5950101Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5950282Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5950462Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5950701Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5950859Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5951026Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5951194Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5951360Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5951525Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5951706Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5951878Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5952050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5952213Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5952396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5952694Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5952852Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5953007Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5953159Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5953311Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5953474Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5953629Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5953791Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5953962Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5954128Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5954283Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32 PASSED [ 89%] 2022-12-01T10:32:43.5954438Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5954590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5954772Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:32:43.5954929Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5955078Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5955232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5955384Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5955544Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5955738Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:32:43.5955896Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5956049Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5956287Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5956448Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5956586Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5956741Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5956907Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5957071Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5957241Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5957394Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5957546Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5957720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5957876Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5958044Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5958240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:32:43.5958394Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5958545Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5958701Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5958850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5959002Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5959156Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5959299Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5959463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5959658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:32:43.5959819Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5959983Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5960150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5960334Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5960747Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:32:43.5961116Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:32:43.5961266Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5961428Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5961586Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5961751Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5961931Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5962173Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5962336Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5962717Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:32:43.5963097Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:32:43.5963469Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:32:43.5963639Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5963808Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5963966Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5964128Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5964290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5964442Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5964593Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5964745Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5964891Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5965047Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5965197Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5965348Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5965506Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5965653Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5965836Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:32:43.5965990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5966143Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5966297Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5966448Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5966601Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5966758Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5966911Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5967067Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5967216Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5967367Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5967518Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64 PASSED [ 90%] 2022-12-01T10:32:43.5967670Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5967886Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5968066Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5968215Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5968366Z test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5968512Z test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5968657Z test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64 PASSED [ 90%] 2022-12-01T10:32:43.5968800Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:32:43.5968948Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64 PASSED [ 90%] 2022-12-01T10:32:43.5969090Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64 PASSED [ 90%] 2022-12-01T10:32:43.5969239Z test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5969383Z test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5969541Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5969699Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5969846Z test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5969975Z test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5970128Z test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5970269Z test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5970410Z test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5970563Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5970709Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5970851Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5970995Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5971123Z test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5971272Z test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5971420Z test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5971560Z test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5971709Z test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5971861Z test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5972008Z test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5972149Z test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5972299Z test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5972430Z test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32 PASSED [ 90%] 2022-12-01T10:32:43.5972618Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5972810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5972999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5973192Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5973451Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5973639Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5973830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5974015Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5974193Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5974394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5974578Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5974769Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5974949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5975132Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5975397Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5975600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5975792Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5975974Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5976169Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5976360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5976567Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5976763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5976965Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:32:43.5977153Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5977337Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5977531Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5977728Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5977904Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5978097Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5978287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5978471Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5978658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5978920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5979112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5979296Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5979480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5979666Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5979842Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5980032Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5980240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5980427Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5980617Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5980817Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5981001Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5981190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5981397Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5981596Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5981770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5981956Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5982139Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5982321Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5982502Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5982690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5982881Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5983074Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5983273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5983456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5983644Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5983832Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5984075Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5984266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5984454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5984635Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5984822Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5985004Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5985190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5985362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5985547Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5985732Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5985921Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5986104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5986292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5986477Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5986672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5986865Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5987045Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5987238Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5987421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5987603Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5987787Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5987980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5988169Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5988360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5988554Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5988745Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5988931Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5989121Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5989374Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5989567Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5989764Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5989960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5990160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5990352Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5990575Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5990772Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:32:43.5990957Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:32:43.5991149Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5991345Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5991552Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5991743Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5991944Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5992140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5992340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5992699Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5992932Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5993110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5993300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5993488Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5993681Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5993880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5994073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5994262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5994448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5994735Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5994913Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5995106Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5995304Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5995494Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5995697Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5995900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5996107Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5996300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5996500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5996690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5996874Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5997066Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5997254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5997449Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5997656Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5997838Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5998024Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5998231Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5998441Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5998651Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5998823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5999012Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5999198Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5999380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5999561Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.5999768Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6000019Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6000211Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6000429Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6000648Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6000846Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6001054Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6001263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6001471Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6001685Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:32:43.6001914Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6002115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6002318Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6002536Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6002745Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:32:43.6002944Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6003168Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6003390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6003602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6003804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6004015Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6004225Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6004429Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6004635Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6004849Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6005073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6005324Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6005529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6005736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6005956Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6006160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6006366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6006584Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6006788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6006997Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6007210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6007410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6007612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6007824Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6008038Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6008246Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6008458Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6008658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6008858Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6009063Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6009271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6009475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6009667Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6009876Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6010092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6010384Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6010599Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6010788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6010976Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6011165Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6011374Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6011580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6011775Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6011950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6012131Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6012323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6012526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6012722Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6012926Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6013118Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6013305Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6013499Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6013678Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6013880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6014079Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6014272Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6014454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6014652Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6014836Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6015023Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6015219Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6015498Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6015738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6015938Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:32:43.6016138Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6016329Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6016523Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6016717Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6016912Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6017113Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6017300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6017475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6017662Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6017854Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6018037Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6018219Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6018416Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6018598Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6018787Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6018982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6019166Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6019337Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6019530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6019726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6019914Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6020112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6020295Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6020483Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6020670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6020860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6021109Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6021287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6021468Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6021654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6021833Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6022026Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6022217Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6022409Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6022596Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6022782Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6022952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6023142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6023336Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6023530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6023719Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6023905Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6024093Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6024287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6024471Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6024660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6024840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6025036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6025230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6025423Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6025616Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6025806Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6025992Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6026257Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6026444Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6026633Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6026811Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6027017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6027206Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6027400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6027597Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6027784Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6027973Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6028168Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6028362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6028549Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6028731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6028922Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:32:43.6029112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6029305Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6029497Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6029684Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6029887Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6030077Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6030266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6030443Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6030630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6030822Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6031008Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6031197Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6031442Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6031635Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6031828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6032017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6032211Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6032392Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6032694Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6032888Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6033077Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6033266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6033458Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6033648Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6033838Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6034030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6034218Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6034396Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6034581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6034769Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6034960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6035154Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6035350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6035543Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6035736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6035932Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6036118Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6036295Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6036492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6036775Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6036984Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6037181Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6037395Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6037589Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6037790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6037991Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6038197Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6038387Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6038581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6038800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6039009Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6039259Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 93%] 2022-12-01T10:32:43.6039456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6039653Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6039850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6040060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6040337Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6040524Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6040727Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6040918Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6041104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6041286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6041480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6041675Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6041877Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6042145Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6042343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6042523Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6042718Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6042914Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6043108Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6043304Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6043494Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6043704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6043898Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6044103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6044293Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6044475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6044667Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6044875Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6045078Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6045284Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6045476Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6045665Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6045864Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6046066Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6046290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6046492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6046703Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6046932Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6047285Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6047520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6047727Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6047946Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6048164Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6048386Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6048602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6048802Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-12-01T10:32:43.6048998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6049207Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6049430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6049646Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6049853Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6050066Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6050275Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6050486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6050690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6051009Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6051287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6051499Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6051721Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6051938Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6052143Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6052350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6052627Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6052838Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6053051Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6053260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6053473Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6053700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6053901Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6054111Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6054319Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6054531Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6054736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6054935Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6055142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6055414Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6055617Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6055814Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6056009Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:32:43.6056224Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6056435Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6056647Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6056857Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6057077Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6057309Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6057515Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6057799Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6057989Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6058184Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6058367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6058555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6058747Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6058935Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6059137Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6059329Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6059519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6059728Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6059938Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6060147Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6060330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6060525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6060713Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6060903Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6061094Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6061285Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6061488Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6061686Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6061873Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6062075Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6062259Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6062464Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6062653Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6062841Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6063096Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6063289Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6063495Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6063695Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6063891Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6064092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6064271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6064465Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6064652Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6064840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6065027Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6065231Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6065419Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6065630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6065832Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6066020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6066217Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6066417Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6066644Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6066836Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6067036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6067220Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6067412Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6067604Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6067794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6067969Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6068221Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6068421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6068603Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6068788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6068974Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6069172Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6069365Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6069555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6069743Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6069920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6070117Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6070303Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6070495Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6070686Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6070883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6071071Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6071259Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6071445Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:32:43.6071593Z test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6071730Z test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6071876Z test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6072041Z test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6072190Z test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6072334Z test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6072589Z test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6072744Z test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6072903Z test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6073031Z test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6073174Z test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6073316Z test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6073460Z test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6073694Z test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6073836Z test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6073976Z test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6074117Z test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6074247Z test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6074386Z test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6074524Z test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6074669Z test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6074810Z test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6074953Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6075107Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6075248Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6075377Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6075519Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6075671Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6075813Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6075959Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6076099Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6076244Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6076388Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6076516Z test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6076657Z test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6076803Z test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6076940Z test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6077083Z test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6077232Z test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6077370Z test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6077507Z test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6077641Z test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6077778Z test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64 PASSED [ 94%] 2022-12-01T10:32:43.6077914Z test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6078053Z test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6078195Z test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6078333Z test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6078475Z test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6078616Z test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6078744Z test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6078916Z test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6079084Z test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32 PASSED [ 94%] 2022-12-01T10:32:43.6079226Z test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64 PASSED [ 94%] 2022-12-01T10:32:43.6079368Z test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6079511Z test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6079659Z test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6079801Z test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6079940Z test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6080067Z test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6080213Z test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6080355Z test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6080522Z test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6080714Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:32:43.6080909Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:32:43.6081087Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:32:43.6081279Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:32:43.6081442Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:32:43.6081591Z test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6081791Z test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6081955Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6082101Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6082277Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6082455Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6082603Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6082753Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6082897Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6083057Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6083206Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6083361Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6083518Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6083696Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6083843Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6084027Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6084161Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6084314Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6084564Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6084717Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6084868Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6085049Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6085200Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6085350Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6085492Z test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6085623Z test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6085778Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6085928Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6086072Z test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6086217Z test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6086362Z test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6086506Z test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6086648Z test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6086781Z test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6086920Z test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6087060Z test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6087232Z test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6087375Z test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6087512Z test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6087654Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6087799Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6087943Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6088087Z test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6088237Z test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6088382Z test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6088537Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6088682Z test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6088825Z test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6088969Z test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6089119Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6089285Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6089429Z test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6089589Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6089726Z test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6089899Z test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6090068Z test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6090245Z test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6090373Z test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6090515Z test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6090658Z test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6090833Z test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6090975Z test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6091120Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6091287Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6091459Z test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:32:43.6091597Z test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6091725Z test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6091881Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6092025Z test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6092171Z test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6092394Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6092650Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6092879Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6093044Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6093195Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6093361Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6093551Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6093707Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6093866Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6094040Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6094213Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6094380Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6094564Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6094717Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6094879Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6095033Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6095226Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6095470Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6095750Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6095944Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6096103Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6096267Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6096421Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6096582Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6096754Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6096932Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6097112Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6097292Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6097448Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6097610Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6097757Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6097944Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6098117Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6098285Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6098448Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6098609Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6098778Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6098954Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6099136Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6099305Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:32:43.6099473Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6099637Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6099808Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6099980Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6100151Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6100309Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6100467Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32 PASSED [ 95%] 2022-12-01T10:32:43.6100624Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6100769Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6100923Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6101125Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64 PASSED [ 96%] 2022-12-01T10:32:43.6101323Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6101487Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6101646Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6101807Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6101986Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6102145Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6102292Z test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6102436Z test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6102586Z test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6102732Z test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6102875Z test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6103022Z test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6103164Z test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6103329Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6103487Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6103657Z test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6103800Z test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6103942Z test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6104113Z test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:32:43.6104256Z test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6104399Z test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6104540Z test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6104675Z test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6104817Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6104959Z test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6105101Z test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6105255Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6105401Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6105539Z test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6105680Z test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6105808Z test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6105966Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6106123Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6106280Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6106438Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6106633Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6106803Z test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6106956Z test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6107087Z test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6107232Z test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6107371Z test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6107512Z test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6107649Z test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6107788Z test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6107928Z test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6108072Z test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6108212Z test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6108356Z test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6108541Z test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:32:43.6108696Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6108847Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6108994Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6109141Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6109318Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6109728Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:32:43.6109871Z test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6110019Z test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6110371Z test_ops.py::TestFakeTensorCPU::test_fake_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:32:43.6110524Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6110887Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:32:43.6111058Z test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6111205Z test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6111348Z test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6111492Z test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6111623Z test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6111766Z test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6111905Z test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6112046Z test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6112186Z test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6112358Z test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:32:43.6112702Z test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6112849Z test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6112983Z test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6113123Z test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6113267Z test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:32:43.6113410Z test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:32:43.6113554Z test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6113694Z test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6113839Z test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6113983Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6114114Z test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6114273Z test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6114414Z test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6114559Z test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6114699Z test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6114853Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64 PASSED [ 96%] 2022-12-01T10:32:43.6114994Z test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6115133Z test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6115264Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6115398Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6115538Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6115673Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6115805Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6115941Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6116076Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6116213Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6116339Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6116473Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6116611Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6116745Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6116880Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6117018Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6117151Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6117290Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 PASSED [ 96%] 2022-12-01T10:32:43.6117443Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6117578Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6117719Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6117893Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6118054Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6118772Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81920 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.) [ 96%] 2022-12-01T10:32:43.6118915Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6119049Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6119187Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6119324Z test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6119455Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6119595Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6119748Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6119886Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6120023Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6120157Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6120293Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6120428Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6120556Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6120696Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6120829Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6120977Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6121114Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6121255Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:32:43.6121391Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6121530Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6121656Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6121792Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6121934Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6122072Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6122208Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6122343Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6122489Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6122625Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6122748Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6122882Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6123018Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6123155Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6123366Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6123505Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6123644Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6123780Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6123903Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6124039Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6124175Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6124311Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6124443Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 PASSED [ 97%] 2022-12-01T10:32:43.6124579Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6124716Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6124855Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6124988Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6125111Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6125245Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6125380Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6125516Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6125655Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6125817Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6125981Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6126118Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6126244Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6126381Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6126534Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6126667Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6126800Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6126938Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6127078Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6127231Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6127368Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6127531Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6127691Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6127851Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6128022Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6128179Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6128346Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6128530Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6128699Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6128858Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6129018Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6129175Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6129316Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6129455Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6129597Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6129733Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6129875Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6130005Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6130146Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6130285Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6130422Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6130558Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6130697Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6130834Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6130969Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6131111Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6131260Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6131401Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6131543Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6131717Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6131852Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6131990Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6132128Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6132251Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6132388Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6132525Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6132658Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6132792Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6132927Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6147982Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6148234Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6148413Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6148570Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:32:43.6148725Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6149005Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6149157Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6149300Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6149443Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6149585Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6149733Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6149858Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6150002Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6150141Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6150286Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6150432Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6150586Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6150727Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6150865Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6150994Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6151136Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6151275Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 PASSED [ 97%] 2022-12-01T10:32:43.6151421Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:32:43.6151564Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 PASSED [ 97%] 2022-12-01T10:32:43.6151717Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:32:43.6151856Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 PASSED [ 97%] 2022-12-01T10:32:43.6151999Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6152121Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6152268Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6152405Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6152797Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6153008Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6153151Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6153296Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6153447Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6153573Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6153715Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6153855Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6154001Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6154141Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6154281Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6154428Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6154635Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6154805Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6154946Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6155090Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6155229Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6155372Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6155519Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 PASSED [ 97%] 2022-12-01T10:32:43.6155665Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6155807Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6155935Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6156086Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6156228Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6156391Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6156534Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6156670Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6156811Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6156950Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6157074Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6157213Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6157358Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6157499Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6157639Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6157795Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6157940Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6158081Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6158211Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6158353Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6158493Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6158637Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6158782Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6158924Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6159064Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6159204Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6159344Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6159468Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6159612Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6159752Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6159894Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6160095Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6160235Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6160375Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6160510Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6160637Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6160775Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6160918Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6161056Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6161199Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6161348Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6161491Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6161626Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6161752Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6161894Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 PASSED [ 98%] 2022-12-01T10:32:43.6162037Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6162181Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6162323Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6162463Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6162600Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6162747Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6162874Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6163053Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:32:43.6163192Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6163333Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6163468Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6163605Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6163745Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6163887Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6164020Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6164162Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6164344Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6164489Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6164635Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6164775Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6164922Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6165080Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6165212Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6165388Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6165559Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6165715Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6165870Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6166015Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6166245Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 98%] 2022-12-01T10:32:43.6166389Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6166536Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6166669Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6166819Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6166966Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6167120Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6167264Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6167406Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6167549Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6167694Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6167823Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6167973Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6168118Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6168265Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6168407Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6168553Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6168691Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6168828Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6168949Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6169090Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6169232Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6169369Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6169516Z test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6169659Z test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6169806Z test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6169951Z test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6170086Z test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6170235Z test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6170378Z test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6170526Z test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6170671Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6170861Z test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6171031Z test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6171175Z test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6171304Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6171451Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6193398Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6193675Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6193882Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6194089Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6194278Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6194489Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6194722Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6194922Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6195111Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6195304Z test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6195497Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6195693Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6195897Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6196104Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6196385Z test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6196660Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6196924Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6197183Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6197438Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6197690Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6197983Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 98%] 2022-12-01T10:32:43.6198221Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6198458Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6198719Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6198980Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6199253Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6199497Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6199813Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6200084Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6200325Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6200610Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6201042Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6201301Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6201559Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6201809Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6202053Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6202333Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6202607Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6202846Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6203084Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6203328Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6203601Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6203818Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6204025Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6204232Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6204456Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6204722Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6204968Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6205206Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6205480Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6205734Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6205995Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6206270Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6206541Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6206762Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6206977Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6207183Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6207352Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6207500Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6207644Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6207784Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6207937Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6208085Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6208232Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6208377Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6208526Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6208732Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6208956Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6209092Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6209222Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6209352Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6209482Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6209615Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6209763Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6209898Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6210034Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6210169Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6210320Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6210465Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6210606Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6210736Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6210858Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6210986Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6211119Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6211252Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6211380Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6211510Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6211639Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6211770Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6211894Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6212022Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6212167Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6212294Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6212424Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6212569Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6212713Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6212848Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6212989Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6213120Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6213249Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6213377Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6213502Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6213630Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6213786Z test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6213950Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6214087Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6214215Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6214350Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6214509Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6214910Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:32:43.6215049Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6215205Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6215481Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6215820Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:32:43.6215952Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6216106Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6216259Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6216419Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6216766Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:32:43.6217108Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:32:43.6217441Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:32:43.6217595Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6217734Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6217868Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6218000Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6218130Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6218261Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6218395Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6218526Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6218656Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6218785Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6218919Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6219039Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6219166Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6219298Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6219431Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6219597Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6219756Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6219886Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6220017Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6220142Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6220271Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6220398Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6220528Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6220659Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6220788Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6220926Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6221060Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 PASSED [ 99%] 2022-12-01T10:32:43.6221179Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6221309Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6221438Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6221565Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 PASSED [ 99%] 2022-12-01T10:32:43.6221693Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 PASSED [100%] 2022-12-01T10:32:43.6221702Z 2022-12-01T10:32:43.6222007Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-c3f19f14b61bf0ec.xml - 2022-12-01T10:32:43.6222150Z = 9104 passed, 3887 skipped, 23 deselected, 134 xfailed, 178 warnings in 877.42s (0:14:37) = 2022-12-01T10:32:43.6242927Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:32:43.6242936Z 2022-12-01T10:32:43.6243278Z ##[endgroup] 2022-12-01T10:32:43.6243541Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_eqe_cvv1) 2022-12-01T10:32:43.6243547Z 2022-12-01T10:33:56.7238298Z 2022-12-01T10:33:56.7238703Z Expand the folded group to see the log file of test_ops 2022-12-01T10:33:56.7241591Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_2fpr8yua) 2022-12-01T10:33:56.7279512Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-e5baa9686549a944.xml 2022-12-01T10:33:56.7280024Z ============================= test session starts ============================== 2022-12-01T10:33:56.7280638Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:33:56.7281034Z cachedir: .pytest_cache 2022-12-01T10:33:56.7281669Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:33:56.7282037Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:33:56.7282498Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:33:56.7282937Z collecting ... collected 26295 items / 15 deselected / 26280 selected 2022-12-01T10:33:56.8684921Z Running 13132 items in this shard: test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes_H_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_T_cpu, test/test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___radd___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rand___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_angle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_byte_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_char_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cov_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diff_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gather_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ge_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_half_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kron_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_le_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_msort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_positive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_qr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_short_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_topk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tril_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zero__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_errors___radd___cpu, test/test_ops.py::TestCommonCPU::test_errors___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_errors___rsub___cpu, test/test_ops.py::TestCommonCPU::test_errors___rxor___cpu, test/test_ops.py::TestCommonCPU::test_errors_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_amax_cpu, test/test_ops.py::TestCommonCPU::test_errors_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_arange_cpu, test/test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_errors_complex_cpu, test/test_ops.py::TestCommonCPU::test_errors_diag_cpu, test/test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_errors_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_errors_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_dstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_eye_cpu, test/test_ops.py::TestCommonCPU::test_errors_flipud_cpu, test/test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmin_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmod_cpu, test/test_ops.py::TestCommonCPU::test_errors_gcd_cpu, test/test_ops.py::TestCommonCPU::test_errors_ge_cpu, test/test_ops.py::TestCommonCPU::test_errors_igammac_cpu, test/test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_errors_lcm_cpu, test/test_ops.py::TestCommonCPU::test_errors_le_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_errors_linspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_logspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_lt_cpu, test/test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_errors_maximum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mean_cpu, test/test_ops.py::TestCommonCPU::test_errors_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_movedim_cpu, test/test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_errors_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_errors_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_errors_polar_cpu, test/test_ops.py::TestCommonCPU::test_errors_remainder_cpu, test/test_ops.py::TestCommonCPU::test_errors_roll_cpu, test/test_ops.py::TestCommonCPU::test_errors_rot90_cpu, test/test_ops.py::TestCommonCPU::test_errors_rsub_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_sub_cpu, test/test_ops.py::TestCommonCPU::test_errors_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_trace_cpu, test/test_ops.py::TestCommonCPU::test_errors_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_as_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_out_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_istft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_H_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_T_cpu, test/test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___radd___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rand___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_angle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_any_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_char_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cov_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_half_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_inner_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_int_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_istft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mH_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_median_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_msort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polar_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zero__cpu, test/test_ops.py::TestCommonCPU::test_out_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64, test/test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_char_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_double_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_half_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_take_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-12-01T10:33:56.9856013Z 2022-12-01T10:33:56.9856254Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9864693Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 SKIPPED (Errors when storage_offset is included) [ 0%] 2022-12-01T10:33:56.9865153Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9865531Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9865895Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9866266Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9866637Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9867003Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9867399Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 0%] 2022-12-01T10:33:56.9868129Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9868506Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9868852Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9869220Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9869586Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9869944Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9870289Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9870697Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 SKIPPED (Expected: new_empty is not comparable) [ 0%] 2022-12-01T10:33:56.9871167Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 SKIPPED (Expected: new_empty_strided is not comparable) [ 0%] 2022-12-01T10:33:56.9871590Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9871941Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9872302Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9872925Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9873291Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9873643Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9874077Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 0%] 2022-12-01T10:33:56.9874496Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9874853Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9875220Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9875583Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9875945Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9876293Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9876660Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9877018Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9877377Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9877723Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:56.9878051Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu PASSED [ 0%] 2022-12-01T10:33:56.9878347Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu PASSED [ 0%] 2022-12-01T10:33:56.9878630Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu PASSED [ 0%] 2022-12-01T10:33:56.9878928Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu PASSED [ 0%] 2022-12-01T10:33:56.9879218Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu PASSED [ 0%] 2022-12-01T10:33:56.9879567Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu PASSED [ 0%] 2022-12-01T10:33:56.9879882Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu PASSED [ 0%] 2022-12-01T10:33:56.9880173Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu PASSED [ 0%] 2022-12-01T10:33:56.9880469Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu PASSED [ 0%] 2022-12-01T10:33:56.9880751Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu PASSED [ 0%] 2022-12-01T10:33:56.9881053Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu PASSED [ 0%] 2022-12-01T10:33:56.9881345Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu PASSED [ 0%] 2022-12-01T10:33:56.9881635Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu PASSED [ 0%] 2022-12-01T10:33:56.9881920Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu PASSED [ 0%] 2022-12-01T10:33:56.9882216Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu PASSED [ 0%] 2022-12-01T10:33:56.9882514Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu PASSED [ 0%] 2022-12-01T10:33:56.9882797Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu PASSED [ 0%] 2022-12-01T10:33:56.9883098Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu PASSED [ 0%] 2022-12-01T10:33:56.9883397Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu PASSED [ 0%] 2022-12-01T10:33:56.9883698Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu PASSED [ 0%] 2022-12-01T10:33:56.9883999Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu PASSED [ 0%] 2022-12-01T10:33:56.9884325Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu PASSED [ 0%] 2022-12-01T10:33:56.9884642Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu PASSED [ 0%] 2022-12-01T10:33:56.9884927Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu PASSED [ 0%] 2022-12-01T10:33:56.9885223Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu PASSED [ 0%] 2022-12-01T10:33:56.9885525Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu PASSED [ 0%] 2022-12-01T10:33:56.9885823Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu PASSED [ 0%] 2022-12-01T10:33:56.9886113Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu PASSED [ 0%] 2022-12-01T10:33:56.9886424Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu PASSED [ 0%] 2022-12-01T10:33:56.9886727Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu PASSED [ 0%] 2022-12-01T10:33:56.9887011Z test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu PASSED [ 0%] 2022-12-01T10:33:56.9887312Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu PASSED [ 0%] 2022-12-01T10:33:56.9887627Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu PASSED [ 0%] 2022-12-01T10:33:56.9887961Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu PASSED [ 0%] 2022-12-01T10:33:56.9888265Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu PASSED [ 0%] 2022-12-01T10:33:56.9888560Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu PASSED [ 0%] 2022-12-01T10:33:56.9888858Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu PASSED [ 0%] 2022-12-01T10:33:56.9889142Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu PASSED [ 0%] 2022-12-01T10:33:56.9889439Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu PASSED [ 0%] 2022-12-01T10:33:56.9889738Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu PASSED [ 0%] 2022-12-01T10:33:56.9890035Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu PASSED [ 0%] 2022-12-01T10:33:56.9890318Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu PASSED [ 0%] 2022-12-01T10:33:56.9890616Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu PASSED [ 0%] 2022-12-01T10:33:56.9891022Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu PASSED [ 0%] 2022-12-01T10:33:56.9891313Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu PASSED [ 0%] 2022-12-01T10:33:56.9891612Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu PASSED [ 0%] 2022-12-01T10:33:56.9891914Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu PASSED [ 0%] 2022-12-01T10:33:56.9892213Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu PASSED [ 0%] 2022-12-01T10:33:56.9892497Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu PASSED [ 0%] 2022-12-01T10:33:56.9892793Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu PASSED [ 0%] 2022-12-01T10:33:56.9893087Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu PASSED [ 0%] 2022-12-01T10:33:56.9893367Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu PASSED [ 0%] 2022-12-01T10:33:56.9893667Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu PASSED [ 0%] 2022-12-01T10:33:56.9893966Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu PASSED [ 0%] 2022-12-01T10:33:56.9894255Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu PASSED [ 0%] 2022-12-01T10:33:56.9894535Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu PASSED [ 0%] 2022-12-01T10:33:56.9894928Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu PASSED [ 0%] 2022-12-01T10:33:56.9895226Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu PASSED [ 0%] 2022-12-01T10:33:56.9895511Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu PASSED [ 0%] 2022-12-01T10:33:56.9895805Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu PASSED [ 0%] 2022-12-01T10:33:56.9896107Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu PASSED [ 0%] 2022-12-01T10:33:56.9896414Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu PASSED [ 0%] 2022-12-01T10:33:56.9896701Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu PASSED [ 0%] 2022-12-01T10:33:56.9896997Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu PASSED [ 0%] 2022-12-01T10:33:56.9897297Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu PASSED [ 0%] 2022-12-01T10:33:56.9897583Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu PASSED [ 0%] 2022-12-01T10:33:56.9897877Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu PASSED [ 0%] 2022-12-01T10:33:56.9898168Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu PASSED [ 0%] 2022-12-01T10:33:56.9898476Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu PASSED [ 0%] 2022-12-01T10:33:56.9898780Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu PASSED [ 0%] 2022-12-01T10:33:56.9899085Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu PASSED [ 0%] 2022-12-01T10:33:56.9899388Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu PASSED [ 0%] 2022-12-01T10:33:56.9899678Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu PASSED [ 0%] 2022-12-01T10:33:56.9899979Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu PASSED [ 0%] 2022-12-01T10:33:56.9900277Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu PASSED [ 0%] 2022-12-01T10:33:56.9900568Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu PASSED [ 0%] 2022-12-01T10:33:56.9900850Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu PASSED [ 0%] 2022-12-01T10:33:56.9901147Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu PASSED [ 0%] 2022-12-01T10:33:56.9901457Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu PASSED [ 0%] 2022-12-01T10:33:56.9901754Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu PASSED [ 0%] 2022-12-01T10:33:56.9902092Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu PASSED [ 0%] 2022-12-01T10:33:56.9902422Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu PASSED [ 0%] 2022-12-01T10:33:56.9902726Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu PASSED [ 0%] 2022-12-01T10:33:56.9903025Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu PASSED [ 0%] 2022-12-01T10:33:56.9903356Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu PASSED [ 0%] 2022-12-01T10:33:56.9903683Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu PASSED [ 0%] 2022-12-01T10:33:56.9903991Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu PASSED [ 0%] 2022-12-01T10:33:56.9904311Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu PASSED [ 0%] 2022-12-01T10:33:56.9904642Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu PASSED [ 0%] 2022-12-01T10:33:56.9904985Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu PASSED [ 0%] 2022-12-01T10:33:56.9905308Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu PASSED [ 0%] 2022-12-01T10:33:56.9905651Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu PASSED [ 0%] 2022-12-01T10:33:56.9905993Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu PASSED [ 0%] 2022-12-01T10:33:56.9906317Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 0%] 2022-12-01T10:33:56.9906659Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu PASSED [ 0%] 2022-12-01T10:33:56.9906999Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu PASSED [ 0%] 2022-12-01T10:33:56.9907336Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu PASSED [ 1%] 2022-12-01T10:33:56.9907648Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu PASSED [ 1%] 2022-12-01T10:33:56.9907954Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu PASSED [ 1%] 2022-12-01T10:33:56.9908258Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu PASSED [ 1%] 2022-12-01T10:33:56.9908548Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu PASSED [ 1%] 2022-12-01T10:33:56.9908854Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu PASSED [ 1%] 2022-12-01T10:33:56.9909148Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu PASSED [ 1%] 2022-12-01T10:33:56.9909441Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu PASSED [ 1%] 2022-12-01T10:33:56.9909724Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu PASSED [ 1%] 2022-12-01T10:33:56.9910016Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu PASSED [ 1%] 2022-12-01T10:33:56.9910311Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu PASSED [ 1%] 2022-12-01T10:33:56.9910611Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu PASSED [ 1%] 2022-12-01T10:33:56.9910924Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu PASSED [ 1%] 2022-12-01T10:33:56.9911230Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu PASSED [ 1%] 2022-12-01T10:33:56.9911567Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 1%] 2022-12-01T10:33:56.9911908Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu PASSED [ 1%] 2022-12-01T10:33:56.9912230Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu PASSED [ 1%] 2022-12-01T10:33:56.9912687Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu PASSED [ 1%] 2022-12-01T10:33:56.9912982Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu PASSED [ 1%] 2022-12-01T10:33:56.9913287Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu PASSED [ 1%] 2022-12-01T10:33:56.9913585Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu PASSED [ 1%] 2022-12-01T10:33:56.9913999Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu PASSED [ 1%] 2022-12-01T10:33:56.9914290Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu PASSED [ 1%] 2022-12-01T10:33:56.9914583Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu PASSED [ 1%] 2022-12-01T10:33:56.9914882Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu PASSED [ 1%] 2022-12-01T10:33:56.9915170Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu PASSED [ 1%] 2022-12-01T10:33:56.9915477Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu PASSED [ 1%] 2022-12-01T10:33:56.9915781Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu PASSED [ 1%] 2022-12-01T10:33:56.9916078Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu PASSED [ 1%] 2022-12-01T10:33:56.9916359Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu PASSED [ 1%] 2022-12-01T10:33:56.9916657Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu PASSED [ 1%] 2022-12-01T10:33:56.9916956Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu PASSED [ 1%] 2022-12-01T10:33:56.9917236Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu PASSED [ 1%] 2022-12-01T10:33:56.9917529Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu PASSED [ 1%] 2022-12-01T10:33:56.9917817Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu PASSED [ 1%] 2022-12-01T10:33:56.9918104Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu PASSED [ 1%] 2022-12-01T10:33:56.9918379Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu PASSED [ 1%] 2022-12-01T10:33:56.9918666Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu PASSED [ 1%] 2022-12-01T10:33:56.9918952Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu PASSED [ 1%] 2022-12-01T10:33:56.9919226Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu PASSED [ 1%] 2022-12-01T10:33:56.9919515Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu PASSED [ 1%] 2022-12-01T10:33:56.9919800Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu PASSED [ 1%] 2022-12-01T10:33:56.9920088Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu PASSED [ 1%] 2022-12-01T10:33:56.9920371Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu PASSED [ 1%] 2022-12-01T10:33:56.9920664Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu PASSED [ 1%] 2022-12-01T10:33:56.9920955Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu PASSED [ 1%] 2022-12-01T10:33:56.9921231Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu PASSED [ 1%] 2022-12-01T10:33:56.9921525Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu PASSED [ 1%] 2022-12-01T10:33:56.9921818Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu PASSED [ 1%] 2022-12-01T10:33:56.9922117Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu PASSED [ 1%] 2022-12-01T10:33:56.9922398Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu PASSED [ 1%] 2022-12-01T10:33:56.9922689Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu PASSED [ 1%] 2022-12-01T10:33:56.9922986Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu PASSED [ 1%] 2022-12-01T10:33:56.9923269Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu PASSED [ 1%] 2022-12-01T10:33:56.9923571Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu PASSED [ 1%] 2022-12-01T10:33:56.9923875Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu PASSED [ 1%] 2022-12-01T10:33:56.9924175Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu PASSED [ 1%] 2022-12-01T10:33:56.9924465Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu PASSED [ 1%] 2022-12-01T10:33:56.9924788Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu PASSED [ 1%] 2022-12-01T10:33:56.9925126Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu PASSED [ 1%] 2022-12-01T10:33:56.9925403Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu PASSED [ 1%] 2022-12-01T10:33:56.9925690Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu PASSED [ 1%] 2022-12-01T10:33:56.9925979Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu PASSED [ 1%] 2022-12-01T10:33:56.9926269Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu PASSED [ 1%] 2022-12-01T10:33:56.9926547Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu PASSED [ 1%] 2022-12-01T10:33:56.9926838Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu PASSED [ 1%] 2022-12-01T10:33:56.9927128Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu PASSED [ 1%] 2022-12-01T10:33:56.9927408Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu PASSED [ 1%] 2022-12-01T10:33:56.9927707Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu PASSED [ 1%] 2022-12-01T10:33:56.9927996Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu PASSED [ 1%] 2022-12-01T10:33:56.9928285Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu PASSED [ 1%] 2022-12-01T10:33:56.9928561Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu PASSED [ 1%] 2022-12-01T10:33:56.9928851Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu PASSED [ 1%] 2022-12-01T10:33:56.9929140Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu PASSED [ 1%] 2022-12-01T10:33:56.9929417Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu PASSED [ 1%] 2022-12-01T10:33:56.9929705Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu PASSED [ 1%] 2022-12-01T10:33:56.9929997Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu PASSED [ 1%] 2022-12-01T10:33:56.9930287Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu PASSED [ 1%] 2022-12-01T10:33:56.9930564Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu PASSED [ 1%] 2022-12-01T10:33:56.9930858Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu PASSED [ 1%] 2022-12-01T10:33:56.9931158Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu PASSED [ 1%] 2022-12-01T10:33:56.9931429Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu PASSED [ 1%] 2022-12-01T10:33:56.9931715Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu PASSED [ 1%] 2022-12-01T10:33:56.9932007Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu PASSED [ 1%] 2022-12-01T10:33:56.9932293Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu PASSED [ 1%] 2022-12-01T10:33:56.9932584Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu PASSED [ 1%] 2022-12-01T10:33:56.9932878Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu PASSED [ 1%] 2022-12-01T10:33:56.9933176Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu PASSED [ 1%] 2022-12-01T10:33:56.9933462Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu PASSED [ 1%] 2022-12-01T10:33:56.9933757Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu PASSED [ 1%] 2022-12-01T10:33:56.9934046Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu PASSED [ 1%] 2022-12-01T10:33:56.9934324Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu PASSED [ 1%] 2022-12-01T10:33:56.9934620Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu PASSED [ 1%] 2022-12-01T10:33:56.9935017Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu PASSED [ 1%] 2022-12-01T10:33:56.9935315Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu PASSED [ 1%] 2022-12-01T10:33:56.9935596Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu PASSED [ 1%] 2022-12-01T10:33:56.9935961Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu PASSED [ 1%] 2022-12-01T10:33:56.9936254Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu PASSED [ 1%] 2022-12-01T10:33:56.9936532Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu PASSED [ 1%] 2022-12-01T10:33:56.9936825Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu PASSED [ 1%] 2022-12-01T10:33:56.9937120Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu PASSED [ 1%] 2022-12-01T10:33:56.9937415Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu PASSED [ 1%] 2022-12-01T10:33:56.9937695Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu PASSED [ 1%] 2022-12-01T10:33:56.9937983Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu PASSED [ 1%] 2022-12-01T10:33:56.9938271Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu PASSED [ 1%] 2022-12-01T10:33:56.9938546Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu XFAIL [ 1%] 2022-12-01T10:33:56.9938837Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu PASSED [ 1%] 2022-12-01T10:33:56.9939124Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu PASSED [ 1%] 2022-12-01T10:33:56.9939408Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu PASSED [ 1%] 2022-12-01T10:33:56.9939688Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu PASSED [ 1%] 2022-12-01T10:33:56.9939982Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu PASSED [ 1%] 2022-12-01T10:33:56.9940280Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu PASSED [ 1%] 2022-12-01T10:33:56.9940564Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu PASSED [ 1%] 2022-12-01T10:33:56.9940858Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu PASSED [ 1%] 2022-12-01T10:33:56.9941151Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu PASSED [ 1%] 2022-12-01T10:33:56.9941446Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu PASSED [ 1%] 2022-12-01T10:33:56.9941728Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu PASSED [ 1%] 2022-12-01T10:33:56.9942024Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu PASSED [ 1%] 2022-12-01T10:33:56.9942320Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu PASSED [ 1%] 2022-12-01T10:33:56.9942600Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu PASSED [ 1%] 2022-12-01T10:33:56.9942897Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu PASSED [ 1%] 2022-12-01T10:33:56.9943194Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu PASSED [ 1%] 2022-12-01T10:33:56.9943491Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu PASSED [ 1%] 2022-12-01T10:33:56.9943814Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:33:56.9944199Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:33:56.9944567Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:33:56.9944890Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu PASSED [ 1%] 2022-12-01T10:33:56.9945173Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu PASSED [ 1%] 2022-12-01T10:33:56.9945464Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu PASSED [ 1%] 2022-12-01T10:33:56.9945752Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu PASSED [ 1%] 2022-12-01T10:33:56.9946049Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu PASSED [ 1%] 2022-12-01T10:33:56.9946327Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu PASSED [ 2%] 2022-12-01T10:33:56.9946625Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu PASSED [ 2%] 2022-12-01T10:33:56.9946995Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu PASSED [ 2%] 2022-12-01T10:33:56.9947283Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu PASSED [ 2%] 2022-12-01T10:33:56.9947586Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu PASSED [ 2%] 2022-12-01T10:33:56.9947886Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu PASSED [ 2%] 2022-12-01T10:33:56.9948204Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu PASSED [ 2%] 2022-12-01T10:33:56.9948508Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu PASSED [ 2%] 2022-12-01T10:33:56.9948813Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu PASSED [ 2%] 2022-12-01T10:33:56.9949122Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu PASSED [ 2%] 2022-12-01T10:33:56.9949416Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu PASSED [ 2%] 2022-12-01T10:33:56.9949741Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu PASSED [ 2%] 2022-12-01T10:33:56.9950059Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu PASSED [ 2%] 2022-12-01T10:33:56.9950379Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu PASSED [ 2%] 2022-12-01T10:33:56.9950686Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu PASSED [ 2%] 2022-12-01T10:33:56.9950989Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu PASSED [ 2%] 2022-12-01T10:33:56.9951371Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 2%] 2022-12-01T10:33:56.9951732Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu PASSED [ 2%] 2022-12-01T10:33:56.9952034Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu PASSED [ 2%] 2022-12-01T10:33:56.9952347Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu PASSED [ 2%] 2022-12-01T10:33:56.9952841Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu PASSED [ 2%] 2022-12-01T10:33:56.9953135Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu PASSED [ 2%] 2022-12-01T10:33:56.9953438Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu PASSED [ 2%] 2022-12-01T10:33:56.9953745Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu PASSED [ 2%] 2022-12-01T10:33:56.9954033Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu PASSED [ 2%] 2022-12-01T10:33:56.9954320Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu PASSED [ 2%] 2022-12-01T10:33:56.9954608Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu PASSED [ 2%] 2022-12-01T10:33:56.9954899Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu PASSED [ 2%] 2022-12-01T10:33:56.9955184Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu PASSED [ 2%] 2022-12-01T10:33:56.9955476Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu PASSED [ 2%] 2022-12-01T10:33:56.9955771Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu PASSED [ 2%] 2022-12-01T10:33:56.9956057Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu PASSED [ 2%] 2022-12-01T10:33:56.9956350Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu PASSED [ 2%] 2022-12-01T10:33:56.9956646Z test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu PASSED [ 2%] 2022-12-01T10:33:56.9956942Z test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu PASSED [ 2%] 2022-12-01T10:33:56.9957223Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu PASSED [ 2%] 2022-12-01T10:33:56.9957519Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu PASSED [ 2%] 2022-12-01T10:33:56.9957816Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu PASSED [ 2%] 2022-12-01T10:33:56.9958177Z test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu PASSED [ 2%] 2022-12-01T10:33:56.9958519Z test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu PASSED [ 2%] 2022-12-01T10:33:56.9958820Z test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu PASSED [ 2%] 2022-12-01T10:33:56.9959112Z test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu PASSED [ 2%] 2022-12-01T10:33:56.9959399Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu PASSED [ 2%] 2022-12-01T10:33:56.9959715Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu PASSED [ 2%] 2022-12-01T10:33:56.9960018Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu PASSED [ 2%] 2022-12-01T10:33:56.9960297Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu PASSED [ 2%] 2022-12-01T10:33:56.9960604Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu PASSED [ 2%] 2022-12-01T10:33:56.9960911Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu PASSED [ 2%] 2022-12-01T10:33:56.9961206Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu PASSED [ 2%] 2022-12-01T10:33:56.9961483Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu PASSED [ 2%] 2022-12-01T10:33:56.9961768Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu PASSED [ 2%] 2022-12-01T10:33:56.9962058Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu PASSED [ 2%] 2022-12-01T10:33:56.9962338Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu PASSED [ 2%] 2022-12-01T10:33:56.9962635Z test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:33:56.9962929Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu PASSED [ 2%] 2022-12-01T10:33:56.9963214Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu PASSED [ 2%] 2022-12-01T10:33:56.9963488Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu PASSED [ 2%] 2022-12-01T10:33:56.9963781Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu PASSED [ 2%] 2022-12-01T10:33:56.9964073Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu PASSED [ 2%] 2022-12-01T10:33:56.9964396Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu PASSED [ 2%] 2022-12-01T10:33:56.9964755Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9965099Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9965430Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9965744Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:33:56.9966106Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:33:56.9966475Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu PASSED [ 2%] 2022-12-01T10:33:56.9966829Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 2%] 2022-12-01T10:33:56.9967184Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9967529Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu PASSED [ 2%] 2022-12-01T10:33:56.9967869Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu PASSED [ 2%] 2022-12-01T10:33:56.9968188Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu PASSED [ 2%] 2022-12-01T10:33:56.9968544Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 2%] 2022-12-01T10:33:56.9968909Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9969256Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9969650Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu PASSED [ 2%] 2022-12-01T10:33:56.9969979Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu PASSED [ 2%] 2022-12-01T10:33:56.9970291Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu PASSED [ 2%] 2022-12-01T10:33:56.9970599Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu PASSED [ 2%] 2022-12-01T10:33:56.9970927Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu PASSED [ 2%] 2022-12-01T10:33:56.9971256Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu PASSED [ 2%] 2022-12-01T10:33:56.9971583Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu PASSED [ 2%] 2022-12-01T10:33:56.9971902Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu PASSED [ 2%] 2022-12-01T10:33:56.9972242Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu PASSED [ 2%] 2022-12-01T10:33:56.9972599Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu PASSED [ 2%] 2022-12-01T10:33:56.9972924Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu PASSED [ 2%] 2022-12-01T10:33:56.9973251Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu PASSED [ 2%] 2022-12-01T10:33:56.9973584Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu PASSED [ 2%] 2022-12-01T10:33:56.9973914Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9974291Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 2%] 2022-12-01T10:33:56.9974676Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9975075Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu PASSED [ 2%] 2022-12-01T10:33:56.9975400Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu PASSED [ 2%] 2022-12-01T10:33:56.9975754Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 2%] 2022-12-01T10:33:56.9976096Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu PASSED [ 2%] 2022-12-01T10:33:56.9976419Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu PASSED [ 2%] 2022-12-01T10:33:56.9976738Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu PASSED [ 2%] 2022-12-01T10:33:56.9977142Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu PASSED [ 2%] 2022-12-01T10:33:56.9977471Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu PASSED [ 2%] 2022-12-01T10:33:56.9977827Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu PASSED [ 2%] 2022-12-01T10:33:56.9978161Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu PASSED [ 2%] 2022-12-01T10:33:56.9978493Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu PASSED [ 2%] 2022-12-01T10:33:56.9978849Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 2%] 2022-12-01T10:33:56.9979175Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu PASSED [ 2%] 2022-12-01T10:33:56.9979481Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu PASSED [ 2%] 2022-12-01T10:33:56.9979804Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:33:56.9980123Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu PASSED [ 2%] 2022-12-01T10:33:56.9980421Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu PASSED [ 2%] 2022-12-01T10:33:56.9980762Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:33:56.9981087Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu PASSED [ 2%] 2022-12-01T10:33:56.9981423Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu PASSED [ 2%] 2022-12-01T10:33:56.9981741Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu PASSED [ 2%] 2022-12-01T10:33:56.9982036Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu PASSED [ 2%] 2022-12-01T10:33:56.9982331Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu PASSED [ 2%] 2022-12-01T10:33:56.9982609Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu PASSED [ 2%] 2022-12-01T10:33:56.9982903Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu PASSED [ 2%] 2022-12-01T10:33:56.9983194Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu PASSED [ 2%] 2022-12-01T10:33:56.9983516Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu PASSED [ 2%] 2022-12-01T10:33:56.9983923Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu PASSED [ 2%] 2022-12-01T10:33:56.9984238Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu PASSED [ 2%] 2022-12-01T10:33:56.9984590Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu PASSED [ 2%] 2022-12-01T10:33:56.9984888Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu PASSED [ 2%] 2022-12-01T10:33:56.9985181Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu XFAIL [ 2%] 2022-12-01T10:33:56.9985471Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu PASSED [ 2%] 2022-12-01T10:33:56.9985752Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu PASSED [ 2%] 2022-12-01T10:33:56.9986073Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:33:56.9986422Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu PASSED [ 2%] 2022-12-01T10:33:56.9986716Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu PASSED [ 2%] 2022-12-01T10:33:56.9986998Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu PASSED [ 2%] 2022-12-01T10:33:56.9987330Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu PASSED [ 2%] 2022-12-01T10:33:56.9987653Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu PASSED [ 2%] 2022-12-01T10:33:56.9987952Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu PASSED [ 2%] 2022-12-01T10:33:56.9988231Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu PASSED [ 3%] 2022-12-01T10:33:56.9988517Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu PASSED [ 3%] 2022-12-01T10:33:56.9988807Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu PASSED [ 3%] 2022-12-01T10:33:56.9989085Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu PASSED [ 3%] 2022-12-01T10:33:56.9989386Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu PASSED [ 3%] 2022-12-01T10:33:56.9989677Z test_ops.py::TestCommonCPU::test_dtypes_slice_cpu PASSED [ 3%] 2022-12-01T10:33:56.9989975Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu PASSED [ 3%] 2022-12-01T10:33:56.9990264Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu PASSED [ 3%] 2022-12-01T10:33:56.9990556Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu PASSED [ 3%] 2022-12-01T10:33:56.9990856Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu PASSED [ 3%] 2022-12-01T10:33:56.9991152Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu PASSED [ 3%] 2022-12-01T10:33:56.9991454Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu PASSED [ 3%] 2022-12-01T10:33:56.9991758Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu PASSED [ 3%] 2022-12-01T10:33:56.9992367Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:33:56.9992933Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu PASSED [ 3%] 2022-12-01T10:33:56.9993341Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu PASSED [ 3%] 2022-12-01T10:33:56.9993711Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:33:56.9994057Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:33:56.9994368Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu PASSED [ 3%] 2022-12-01T10:33:56.9994878Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:33:56.9995270Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu PASSED [ 3%] 2022-12-01T10:33:56.9995582Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu PASSED [ 3%] 2022-12-01T10:33:56.9995919Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu PASSED [ 3%] 2022-12-01T10:33:56.9996245Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu PASSED [ 3%] 2022-12-01T10:33:56.9996585Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu PASSED [ 3%] 2022-12-01T10:33:56.9997118Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:33:56.9997710Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:33:56.9999795Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu PASSED [ 3%] 2022-12-01T10:33:57.0000106Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu PASSED [ 3%] 2022-12-01T10:33:57.0000405Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu PASSED [ 3%] 2022-12-01T10:33:57.0000690Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu PASSED [ 3%] 2022-12-01T10:33:57.0000984Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu PASSED [ 3%] 2022-12-01T10:33:57.0001287Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu PASSED [ 3%] 2022-12-01T10:33:57.0001570Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu PASSED [ 3%] 2022-12-01T10:33:57.0001868Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu PASSED [ 3%] 2022-12-01T10:33:57.0002167Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu PASSED [ 3%] 2022-12-01T10:33:57.0002461Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu PASSED [ 3%] 2022-12-01T10:33:57.0002812Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu PASSED [ 3%] 2022-12-01T10:33:57.0003106Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu PASSED [ 3%] 2022-12-01T10:33:57.0003396Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu PASSED [ 3%] 2022-12-01T10:33:57.0003677Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu PASSED [ 3%] 2022-12-01T10:33:57.0003975Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu PASSED [ 3%] 2022-12-01T10:33:57.0004271Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu PASSED [ 3%] 2022-12-01T10:33:57.0004549Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu PASSED [ 3%] 2022-12-01T10:33:57.0004846Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu PASSED [ 3%] 2022-12-01T10:33:57.0005140Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu PASSED [ 3%] 2022-12-01T10:33:57.0005437Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu PASSED [ 3%] 2022-12-01T10:33:57.0005718Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu PASSED [ 3%] 2022-12-01T10:33:57.0006014Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu PASSED [ 3%] 2022-12-01T10:33:57.0006303Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu PASSED [ 3%] 2022-12-01T10:33:57.0006580Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu PASSED [ 3%] 2022-12-01T10:33:57.0006950Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu PASSED [ 3%] 2022-12-01T10:33:57.0007253Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu PASSED [ 3%] 2022-12-01T10:33:57.0007543Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu PASSED [ 3%] 2022-12-01T10:33:57.0007824Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu PASSED [ 3%] 2022-12-01T10:33:57.0008112Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu PASSED [ 3%] 2022-12-01T10:33:57.0008408Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu PASSED [ 3%] 2022-12-01T10:33:57.0008690Z test_ops.py::TestCommonCPU::test_errors___radd___cpu PASSED [ 3%] 2022-12-01T10:33:57.0008977Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu PASSED [ 3%] 2022-12-01T10:33:57.0009269Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu PASSED [ 3%] 2022-12-01T10:33:57.0009557Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu PASSED [ 3%] 2022-12-01T10:33:57.0009832Z test_ops.py::TestCommonCPU::test_errors_add_cpu PASSED [ 3%] 2022-12-01T10:33:57.0010118Z test_ops.py::TestCommonCPU::test_errors_amax_cpu PASSED [ 3%] 2022-12-01T10:33:57.0010409Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu PASSED [ 3%] 2022-12-01T10:33:57.0010690Z test_ops.py::TestCommonCPU::test_errors_arange_cpu PASSED [ 3%] 2022-12-01T10:33:57.0011034Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu PASSED [ 3%] 2022-12-01T10:33:57.0011333Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu PASSED [ 3%] 2022-12-01T10:33:57.0011633Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu PASSED [ 3%] 2022-12-01T10:33:57.0011926Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu PASSED [ 3%] 2022-12-01T10:33:57.0012232Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu XFAIL [ 3%] 2022-12-01T10:33:57.0012524Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu XFAIL [ 3%] 2022-12-01T10:33:57.0012803Z test_ops.py::TestCommonCPU::test_errors_complex_cpu PASSED [ 3%] 2022-12-01T10:33:57.0013092Z test_ops.py::TestCommonCPU::test_errors_diag_cpu PASSED [ 3%] 2022-12-01T10:33:57.0013385Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu PASSED [ 3%] 2022-12-01T10:33:57.0013683Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu PASSED [ 3%] 2022-12-01T10:33:57.0013969Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu PASSED [ 3%] 2022-12-01T10:33:57.0014267Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu PASSED [ 3%] 2022-12-01T10:33:57.0014554Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu PASSED [ 3%] 2022-12-01T10:33:57.0014975Z test_ops.py::TestCommonCPU::test_errors_eye_cpu PASSED [ 3%] 2022-12-01T10:33:57.0015266Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu PASSED [ 3%] 2022-12-01T10:33:57.0015564Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu PASSED [ 3%] 2022-12-01T10:33:57.0015856Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu PASSED [ 3%] 2022-12-01T10:33:57.0016128Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu PASSED [ 3%] 2022-12-01T10:33:57.0016413Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu PASSED [ 3%] 2022-12-01T10:33:57.0016703Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu PASSED [ 3%] 2022-12-01T10:33:57.0016977Z test_ops.py::TestCommonCPU::test_errors_ge_cpu PASSED [ 3%] 2022-12-01T10:33:57.0017261Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu PASSED [ 3%] 2022-12-01T10:33:57.0017581Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:33:57.0017952Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu PASSED [ 3%] 2022-12-01T10:33:57.0018238Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu PASSED [ 3%] 2022-12-01T10:33:57.0018524Z test_ops.py::TestCommonCPU::test_errors_le_cpu PASSED [ 3%] 2022-12-01T10:33:57.0018818Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu PASSED [ 3%] 2022-12-01T10:33:57.0019123Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu PASSED [ 3%] 2022-12-01T10:33:57.0019442Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu PASSED [ 3%] 2022-12-01T10:33:57.0019749Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu PASSED [ 3%] 2022-12-01T10:33:57.0020054Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu PASSED [ 3%] 2022-12-01T10:33:57.0020341Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu PASSED [ 3%] 2022-12-01T10:33:57.0020634Z test_ops.py::TestCommonCPU::test_errors_lt_cpu PASSED [ 3%] 2022-12-01T10:33:57.0020928Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu PASSED [ 3%] 2022-12-01T10:33:57.0021217Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu PASSED [ 3%] 2022-12-01T10:33:57.0021508Z test_ops.py::TestCommonCPU::test_errors_mean_cpu PASSED [ 3%] 2022-12-01T10:33:57.0021801Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu PASSED [ 3%] 2022-12-01T10:33:57.0022152Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu PASSED [ 3%] 2022-12-01T10:33:57.0022450Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu PASSED [ 3%] 2022-12-01T10:33:57.0022752Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu PASSED [ 3%] 2022-12-01T10:33:57.0023068Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu PASSED [ 3%] 2022-12-01T10:33:57.0023385Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu PASSED [ 3%] 2022-12-01T10:33:57.0023713Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu PASSED [ 3%] 2022-12-01T10:33:57.0024036Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu PASSED [ 3%] 2022-12-01T10:33:57.0024370Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu PASSED [ 3%] 2022-12-01T10:33:57.0024714Z test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu PASSED [ 3%] 2022-12-01T10:33:57.0025036Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:33:57.0025371Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu PASSED [ 3%] 2022-12-01T10:33:57.0025695Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu PASSED [ 3%] 2022-12-01T10:33:57.0026022Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu PASSED [ 3%] 2022-12-01T10:33:57.0026340Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:33:57.0026657Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:33:57.0026970Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:33:57.0027285Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu PASSED [ 3%] 2022-12-01T10:33:57.0027583Z test_ops.py::TestCommonCPU::test_errors_polar_cpu PASSED [ 3%] 2022-12-01T10:33:57.0027868Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu PASSED [ 3%] 2022-12-01T10:33:57.0028165Z test_ops.py::TestCommonCPU::test_errors_roll_cpu PASSED [ 3%] 2022-12-01T10:33:57.0028455Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu PASSED [ 3%] 2022-12-01T10:33:57.0028745Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu PASSED [ 3%] 2022-12-01T10:33:57.0029026Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu PASSED [ 3%] 2022-12-01T10:33:57.0029393Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:33:57.0029743Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:33:57.0030075Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:33:57.0030415Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:33:57.0030755Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:33:57.0031334Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:33:57.0075777Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:33:57.0076371Z test_ops.py::TestCommonCPU::test_errors_sub_cpu PASSED [ 4%] 2022-12-01T10:33:57.0076705Z test_ops.py::TestCommonCPU::test_errors_t_cpu PASSED [ 4%] 2022-12-01T10:33:57.0077012Z test_ops.py::TestCommonCPU::test_errors_trace_cpu PASSED [ 4%] 2022-12-01T10:33:57.0077309Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu PASSED [ 4%] 2022-12-01T10:33:57.0077615Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu PASSED [ 4%] 2022-12-01T10:33:57.0077960Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0078493Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0078837Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0079207Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0079578Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0079923Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0080282Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0080640Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0081003Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0081354Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0081720Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0082083Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0082447Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0082798Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0083155Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0083511Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0083867Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0084206Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0084566Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0084923Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0085319Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0085672Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0086030Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0086390Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0086739Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0087102Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0087464Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0087832Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0088277Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0088656Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0089085Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0089430Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0089892Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0090245Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0090715Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0091063Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0091419Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0091782Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0092157Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0092509Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0092882Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0093243Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0093609Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0093963Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0094329Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0094767Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0095123Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0095502Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0095878Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0096242Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0096583Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0096984Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0097340Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0097712Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0098083Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0098465Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0098842Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0099213Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0099570Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0099937Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0100312Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0100679Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0101086Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0101441Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0101799Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0102142Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0102498Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0102849Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0103220Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0103586Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0103956Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0104315Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0104659Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0105025Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0105392Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0105753Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0106103Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0106469Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0106845Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0107217Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0107562Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0107995Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0108369Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0108745Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0109106Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0109477Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0109837Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0110180Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0110551Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0110928Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0111297Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0111643Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0112006Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0112397Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0112941Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0113293Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0113674Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0114074Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0114453Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0114808Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0115166Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0115528Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0115880Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0116254Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0116626Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0116990Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0117340Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0117714Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0118099Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0118465Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0118809Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0119235Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0119600Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0119959Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0120310Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0120684Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0121043Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0121380Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0121737Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0122096Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0122454Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0122798Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0123159Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0123563Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0123924Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0124279Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:57.0124638Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0124994Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0125332Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0125688Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0126045Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0126405Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0126757Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0127122Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0127482Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0127848Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0128192Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0128549Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0128905Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0129278Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0129637Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0130002Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0130418Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0130771Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0131138Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0131505Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0131869Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0132219Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0132581Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0132953Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0133318Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0133665Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0134024Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0134383Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0134843Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0135214Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0135582Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0135936Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0136282Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0136643Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0136995Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0137339Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0137673Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0138015Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0138356Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0138713Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0139058Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0139408Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0139759Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0140102Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0140450Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0140804Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0141159Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0141533Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0141889Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0142241Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0142597Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0142949Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0143305Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0143666Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0144017Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0144377Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0144741Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0145104Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0145498Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0145849Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0146205Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0146548Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0146892Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0147243Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0147588Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0147958Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0148344Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0148725Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0149089Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0149444Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0149785Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0150132Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0150471Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0150808Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0151157Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0151508Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0151876Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0152271Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0152804Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0153176Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0153561Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0153935Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0154301Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0154674Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0155045Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0155415Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0155793Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0156163Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0156587Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0156964Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0157354Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0157737Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0158106Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0158530Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 5%] 2022-12-01T10:33:57.0158949Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0159316Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0159677Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0160050Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0160420Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0160781Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0161123Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0161465Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0161825Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0162195Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0162557Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0162962Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0163323Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0163680Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0164029Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0164383Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0164740Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0165089Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0165446Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0165806Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0166161Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0166499Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0166844Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0167221Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0167569Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0167914Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0168253Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0168604Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0168958Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0169326Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0169699Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0170072Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0170423Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0170786Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0171158Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0171521Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0171877Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:57.0172250Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0172622Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0172989Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0173340Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0173732Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0174101Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0174452Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0174871Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0175236Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0175611Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0175980Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0176349Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0176705Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0177062Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0177427Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0177820Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0178234Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0178594Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0178954Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0179420Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0179804Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0180178Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0180536Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0180880Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0181229Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0181574Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0181930Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0182284Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0182635Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0182981Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0183337Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0183703Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0184080Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0184447Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0184856Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0185225Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0185593Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0185943Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0186303Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0186665Z test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0187031Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0187390Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0187738Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0188090Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0188447Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0188823Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0189222Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0189577Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0189927Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0190330Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0190755Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0191165Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0191563Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0191965Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0192350Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0192897Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0193282Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0193691Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0194104Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0194566Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0194968Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0195370Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0195836Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0196222Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0196603Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0197031Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0197459Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0197853Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0198230Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0198633Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0199050Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0199446Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0199818Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0200254Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0200659Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0201053Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0201446Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0201841Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0202248Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0202641Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0203056Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0203484Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0203898Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0204277Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0204673Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0205063Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0205470Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0205861Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0206256Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0206701Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0207094Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0207468Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0207845Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0208239Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0208631Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0209018Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0209424Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0209825Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0210252Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0210688Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0211089Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0211471Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0211829Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0212176Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0212535Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0212907Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0213274Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0213622Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0213985Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0214342Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0214758Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0215128Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0215493Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0215874Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0216258Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0216642Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:57.0217026Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:57.0217437Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:57.0217807Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:57.0218179Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:57.0218548Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0218912Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0219251Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0219606Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0219956Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0220297Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0220653Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0221015Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0221383Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0221771Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0222124Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0222481Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:57.0222848Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0223197Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0223552Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0223924Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0224304Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0224664Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0225030Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0225387Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0225736Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0226098Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0226471Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0226834Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0227190Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0227549Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:33:57.0227907Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0228259Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0228642Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0229009Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0229374Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0229732Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0230094Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0230474Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0230853Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0231223Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0231606Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0231984Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0232361Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0232954Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0233331Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0233696Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0234067Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0234425Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0234786Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0235136Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0235490Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0235838Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0236202Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0236552Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0236892Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0237257Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0237638Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0238019Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0238374Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0238742Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0239118Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0239559Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0239949Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0240361Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0241028Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:33:57.0241644Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:33:57.0242239Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:33:57.0242672Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0243046Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0243415Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0243768Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0244205Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0244597Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0244985Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0245371Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0245761Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0246163Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0246551Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0246953Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0247385Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0247807Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0248230Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0248639Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0249238Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:33:57.0249872Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:33:57.0250499Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:33:57.0251143Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:33:57.0251776Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:33:57.0252217Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0252585Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0252950Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0253329Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0253709Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0254086Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0254440Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0254870Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0255234Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0255640Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0255988Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0256351Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0256709Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0257072Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0257415Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0257784Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0258155Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0258506Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0258858Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0259216Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0259578Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0259918Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0260283Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0260658Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0261020Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0261372Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0261738Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0262100Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0262492Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0262855Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0263219Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0263592Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0263948Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0264137Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0264307Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0264474Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0264642Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0264814Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0264988Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0265160Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0265353Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0265542Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0265725Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0265904Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0266082Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0266254Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0266429Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0266601Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0266769Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0266954Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0267113Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0267285Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0267460Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0267628Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0267799Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0267968Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0268137Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0268300Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0268463Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:57.0268669Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:33:57.0268831Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0268989Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0269149Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0269305Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0269463Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0269617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0269770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0269904Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0270055Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0270209Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0270368Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0270530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0270682Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0270913Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0271072Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0271223Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0271387Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0271552Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0271712Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0271867Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0272033Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0272189Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0272344Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0272648Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0272811Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0272983Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0273136Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0273297Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0273456Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0273610Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0273780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0273940Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0274086Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0274244Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0274469Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0274626Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0274784Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0274946Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0275104Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0275264Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0275422Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0275566Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0275724Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0275885Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0276045Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0276203Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0276360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0276552Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0276710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0276854Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0277009Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0277165Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0277320Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0277473Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0277631Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0277787Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0277950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0278108Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0278260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0278415Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0278574Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0278733Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0278922Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:33:57.0279077Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0279234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0279388Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0279531Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0279718Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0279970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0280136Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0280298Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0280456Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0280616Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0280771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0280926Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0281062Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0281222Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0281385Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0281542Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0281706Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0281881Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0282092Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0282267Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0282429Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0282586Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0282744Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0282899Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0283054Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0283214Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0283372Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0283527Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0283701Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:33:57.0283847Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0284040Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0284251Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0284432Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0284612Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0284796Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0284981Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0285140Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0285300Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0285505Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:33:57.0285662Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0285813Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0285973Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0286138Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0286289Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0286451Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0286607Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0286768Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0286938Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0287094Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0287260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0287416Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0287600Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0287759Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0287925Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0288094Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0288236Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0288404Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0288576Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0288763Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0289180Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-12-01T10:33:57.0289349Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0289535Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0289722Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0289886Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0290058Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0290227Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0290412Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool PASSED [ 8%] 2022-12-01T10:33:57.0290592Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0290770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0290934Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0291155Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0291339Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0291719Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:33:57.0292094Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:33:57.0292263Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0292434Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0292604Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0292772Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0292926Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0293086Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0293240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0293425Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0293566Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0293718Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0293868Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0294028Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0294190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0294346Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0294505Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0294664Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0294918Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0295067Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0295225Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0295385Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0295537Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0295699Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool PASSED [ 9%] 2022-12-01T10:33:57.0295860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0296018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0296180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0296321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0296487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0296645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0296842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0297012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0297174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0297343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 SKIPPED (67470!) [ 9%] 2022-12-01T10:33:57.0297504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0297666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0297810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0297960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0298119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0298277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0298434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0298594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0298750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0298905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0299085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0299245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0299404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0299567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0299733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0299891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0300051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0300208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0300352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0300506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0300662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0300827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0300986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0301145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0301304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0301465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0301623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0301770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0301926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0302086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0302240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0302424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 XFAIL [ 9%] 2022-12-01T10:33:57.0302581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 XFAIL [ 9%] 2022-12-01T10:33:57.0302742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0302897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0303035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0303197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0303359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0303525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 XFAIL [ 9%] 2022-12-01T10:33:57.0303686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 XFAIL [ 9%] 2022-12-01T10:33:57.0303846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 XFAIL [ 9%] 2022-12-01T10:33:57.0304067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:33:57.0304286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:33:57.0304447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0304622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0304782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0304941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0305102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0305265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0305424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0305593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0305761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0305913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0306072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0306238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0306397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0306560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0306723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0306884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0307041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0307211Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0307362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0307523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0307698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0307859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0308058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0308222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0308379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0308559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0308732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0308880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0309043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0309203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0309378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0309537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0309695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0309854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0310010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0310187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0310344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0310506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0310673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0310846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0311019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0311180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0311339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0311485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0311647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0311807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 PASSED [ 9%] 2022-12-01T10:33:57.0311968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0312132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0312303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 PASSED [ 9%] 2022-12-01T10:33:57.0312645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 PASSED [ 9%] 2022-12-01T10:33:57.0312835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0312999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0313144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0313301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0313473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0313643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0313892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0314069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0314237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0314407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0314556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0314720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0314882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0315043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0315206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0315364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0315520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0315699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0315867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0316048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0316206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0316366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0316524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0316687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0316846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0317010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0317168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0317337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0317518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0317679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0317838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0317998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0318158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0318325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0318486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0318650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0318801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0318973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0319135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0319291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0319482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0319641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0319801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0319973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0320131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0320288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0320446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0320607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0320764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0320926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0321100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:57.0321272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:57.0321449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:57.0321617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0321779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0321936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0322090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0322246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0322403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0322560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0322714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0322863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0323022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0323181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0323354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:57.0323523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:57.0323690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:57.0323850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0324013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0324170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0324312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0324486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0324649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0324807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0324964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0325154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0325315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0325472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0325624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0325781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0325954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0326121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0326284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0326446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0327893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0328071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0328236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0328398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0328607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0328756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0328916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0329085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0329245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0329450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0329615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0329774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0329920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0330083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0330240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0330396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0330553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0330710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0330874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0331033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0331187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0331345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0331508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0331664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0331822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0331976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0332130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0332288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0332441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0332586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0332750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0332908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0333063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0333218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0333372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0333579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0333737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0333891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0334043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0334230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0334385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0334551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0334824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0334985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0335154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 PASSED [ 10%] 2022-12-01T10:33:57.0335310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 PASSED [ 10%] 2022-12-01T10:33:57.0335454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 PASSED [ 10%] 2022-12-01T10:33:57.0335609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0335774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0335935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0336106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0336268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0336429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0336598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0336751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0336917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0337085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0337245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0337403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0337561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0337723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0337882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0338035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0338179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0338336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0338498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0338658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0338813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0338973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0339180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:33:57.0339427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:33:57.0339639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:33:57.0339831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:33:57.0340054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:33:57.0340246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:33:57.0340437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:33:57.0340598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0340757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0340920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0341083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0341244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0341386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0341538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0341701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0341858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0342013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0342182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0342360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0342525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0342678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0342842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0343063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:33:57.0343226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0343396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0343562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0343732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0343919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0344088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0344253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0344429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0344599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0344767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0344986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0345152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0345328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0345526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0345698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0345863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0346040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0346213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0346393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0346578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0346754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 SKIPPED (67470!) [ 11%] 2022-12-01T10:33:57.0346949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0347136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0347304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0347473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0347652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0347894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 11%] 2022-12-01T10:33:57.0348132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 11%] 2022-12-01T10:33:57.0348300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0348464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0348638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0348808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0348980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0349149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0349330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0349495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0349668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0349833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0350006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0350176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0350373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0350547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0350707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 XFAIL [ 11%] 2022-12-01T10:33:57.0350911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 XFAIL [ 11%] 2022-12-01T10:33:57.0351052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0351210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0351366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0351519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0351673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0351856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0352026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0352195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0352368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0352675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0352857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0353023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0353187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0353350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0353515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0353676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0353836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0353982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0354145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 XFAIL [ 11%] 2022-12-01T10:33:57.0354305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 XFAIL [ 11%] 2022-12-01T10:33:57.0354466Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0354625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0354786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0354940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0355094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0355253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0355403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0355569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0355733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0355888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0356053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0356287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0356461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0356632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0356865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0357037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0357208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0357383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0357554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0357721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64 PASSED [ 11%] 2022-12-01T10:33:57.0357894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 PASSED [ 11%] 2022-12-01T10:33:57.0358070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 PASSED [ 11%] 2022-12-01T10:33:57.0358239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0358392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0358557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0358722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0358887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0359052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0359216Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0359394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0359568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0359719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0359879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0360035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0360191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0360374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0360562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0360749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0360912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0361092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0361250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0361428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0361584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0361739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0361924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0362090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0362249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0362433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0362588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0362734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0362886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0363065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0363242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0363403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0363564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0363726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0363895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0364050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0364212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0364372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0364531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0364690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0364847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0364997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0365155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0365295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0365473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:33:57.0365704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:33:57.0365929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:33:57.0366149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:33:57.0366309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0366470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0366634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0366792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0366997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0367177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0367385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0367565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0367739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0367937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0368115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0368289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0368475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0368658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0368834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0369022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0369201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0369385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0369565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0369746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0369926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0370132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0370343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0370538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0370741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0370932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0371120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0371292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0371475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0371666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0371857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0372045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0372238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0372398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0372576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0372786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0372966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0373141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0373341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0373532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0373717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0373895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0374060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0374242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0374423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0374605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0374872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0375051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0375244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0375440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0375617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0375787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0375961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0376143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0376329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0376510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0376694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0376877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0377064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0377255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0377417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0377608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0377790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0377965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0378135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0378361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0378549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0378735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0378942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0379103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0379283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0379461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0379654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0379843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0380043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:33:57.0380231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0380392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0380550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0380697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0380858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0381029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0381185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 XFAIL [ 12%] 2022-12-01T10:33:57.0381349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 PASSED [ 12%] 2022-12-01T10:33:57.0381512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 PASSED [ 12%] 2022-12-01T10:33:57.0381671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0381832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0381988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0382139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0382294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0382477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0382653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0382845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:57.0383039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:57.0383231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:57.0383396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0383559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0383705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0383889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0384045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0384203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0384359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0384542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0384695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0384848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0384990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0385149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0385316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0385509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:33:57.0385675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0385838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0385990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0386150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0386299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0386459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0386617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0386773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0386947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0387119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0387287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0387447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0387611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0387759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0387917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0388083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0388254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0388417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0388580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0388739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0388897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0389040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0389195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0389398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0389588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:57.0389744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0389906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0390115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0390278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0390437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0390585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0390758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0390932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0391103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0391270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0391444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0391616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0391784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0391964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0392109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0392278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0392441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0392778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0392993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0393158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0393324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0393481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0393624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0393788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0393950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0394106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0394260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0394415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0394570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0394726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0394879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0395031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0395265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0395421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0395613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:57.0395821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0395992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0396161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0396330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0396487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0396677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0397123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0397494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0397865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0398033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0398219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0398412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0398596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0398757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0398910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0399073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0399444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0399808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0399983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0400167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0400347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0400527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0400712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0400881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0401032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0401230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0401451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0401639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0402022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0402434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0402806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0403173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:33:57.0403347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0403512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0403676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0403844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0404014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0404184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0404347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0404506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0404663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0404818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0404964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 PASSED [ 13%] 2022-12-01T10:33:57.0405125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0405287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0405454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 PASSED [ 13%] 2022-12-01T10:33:57.0405616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 PASSED [ 13%] 2022-12-01T10:33:57.0405777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0405939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0406100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0406256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0406410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0406577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0406738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0406894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0407049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0407221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0407420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0407584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0407731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0407918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0408073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0408230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0408398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0408562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0408718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0408880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0409036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0409177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0409343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0409500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0409669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0409831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0410000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0410163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0410327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0410475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0410635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0410813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0410969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0411123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0411277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0411433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0411599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0411749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0411909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0412077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0412240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0412395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0412558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0412722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0412880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0413068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0413222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 XFAIL [ 14%] 2022-12-01T10:33:57.0413383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0413569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0413720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0413876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0414030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0414188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0414344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0414488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0414645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 XFAIL [ 14%] 2022-12-01T10:33:57.0414867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 XFAIL [ 14%] 2022-12-01T10:33:57.0415026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 XFAIL [ 14%] 2022-12-01T10:33:57.0415196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 PASSED [ 14%] 2022-12-01T10:33:57.0415356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0415505Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0415656Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0415788Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0415934Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0416084Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0416229Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0416389Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0416546Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0416697Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0416845Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0416986Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0417112Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0417251Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0417393Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 XFAIL [ 14%] 2022-12-01T10:33:57.0417544Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0417692Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0417830Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0417970Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0418107Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0418237Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0418380Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0418552Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0418746Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:33:57.0418932Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:33:57.0419152Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:33:57.0419310Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0419454Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0419602Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0419768Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0419924Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0420099Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0420269Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0420426Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0420586Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0420743Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0420899Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0421063Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0421233Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0421389Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0421534Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0421675Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0421823Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0421966Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0422109Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0422236Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0422374Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0422524Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0422672Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0422826Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0422974Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0423119Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0423257Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0423384Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0423534Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0423677Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 PASSED [ 14%] 2022-12-01T10:33:57.0423818Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0424005Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0424147Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0424288Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 PASSED [ 14%] 2022-12-01T10:33:57.0424424Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0424585Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0424708Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0424841Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 PASSED [ 14%] 2022-12-01T10:33:57.0424977Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0425111Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0425253Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0425390Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0425527Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0425667Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0425792Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0425931Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:57.0426067Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0426205Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0426344Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0426482Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:57.0426636Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0426773Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0426898Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0427041Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0427190Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0427341Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0427481Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0427617Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0427752Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0427891Z test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0428019Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0428158Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0428347Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:33:57.0428489Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0428625Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0428765Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0428900Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0429039Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0429196Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0429337Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0429476Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0429614Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0429808Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0429947Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0430086Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0430225Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0430353Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0430488Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0430627Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0430765Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0430901Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0431039Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0431175Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0431315Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0431440Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0431573Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0431721Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0431862Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0432001Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0432137Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0432277Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0432423Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0432769Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0432919Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0433055Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0433198Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0433347Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0433493Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0433638Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0433784Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0433933Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0434066Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0434228Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0434394Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0434536Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0434733Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0434875Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0435028Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0435170Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0435336Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0435479Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0435642Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0435802Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0435962Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0436122Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0436278Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0436452Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0436598Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0436762Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0436900Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0437046Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0437185Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0437323Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0437464Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0437601Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0437743Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0437872Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0438010Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0438148Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0438283Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0438422Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0438558Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0438712Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0438852Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0438991Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0439163Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0439335Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0439502Z test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0439651Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0439794Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0439934Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0440099Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0440228Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0440364Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0440510Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0440682Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0440823Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0440960Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0441102Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:57.0441237Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0441362Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0441504Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0441651Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0441790Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0441930Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0442068Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0442208Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0442341Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0442464Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0442600Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0442737Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0442872Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0443008Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0443148Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0443282Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0443417Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0443543Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0443680Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0443828Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0443963Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0444100Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0444237Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:57.0444371Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 XFAIL [ 15%] 2022-12-01T10:33:57.0444508Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:57.0444643Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:57.0444773Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:57.0444907Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:57.0445058Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:57.0445195Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0445378Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0445529Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0445668Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0445836Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0445966Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:57.0446100Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0446236Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0446378Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0446520Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0446660Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0446792Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0446927Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0447049Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0447206Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0447342Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0447479Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0447614Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0447759Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0447900Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0448054Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0448191Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0448327Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0448464Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0448603Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0448738Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0448878Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0449011Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0449232Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:33:57.0449353Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0449490Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0449626Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0449767Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0449901Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0450045Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0450184Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0450320Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0450444Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0450611Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0450750Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:57.0450887Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:57.0451051Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0451191Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0451327Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0451464Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0451588Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0451724Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0451860Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0451995Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0452132Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0452268Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0452410Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0452545Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0452681Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0452806Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0452940Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0453170Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:33:57.0453308Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0453440Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0453582Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0453718Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 PASSED [ 16%] 2022-12-01T10:33:57.0453858Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0453982Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0454123Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0454259Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0454403Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0454541Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0454741Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0454885Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0455024Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0455144Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0455281Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0455415Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0455551Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0455772Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:33:57.0455950Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:33:57.0456134Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:33:57.0456304Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0456427Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0456562Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0456698Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0456835Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0456976Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0457119Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0457254Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:57.0457399Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0457562Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0457693Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0457847Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0457991Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0458131Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0458283Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0458426Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0458584Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0458721Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0458928Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 16%] 2022-12-01T10:33:57.0459074Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0459212Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0459367Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0459504Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0459646Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0459788Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0459928Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0460063Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0460204Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0460338Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0460473Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0460610Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0460748Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0460886Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0461052Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0461183Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0461322Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0461454Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0461612Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0461742Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:57.0461880Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0462018Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0462156Z test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0462284Z test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0462424Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0462568Z test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0462704Z test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0462845Z test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0462982Z test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0463122Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0463259Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0463397Z test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0463521Z test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0463659Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0463811Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:57.0463945Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0464079Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0464236Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0464394Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0464526Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0464651Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0464787Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0464945Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:33:57.0465099Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0465235Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0465386Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0465558Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0465726Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0465883Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0466038Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0466194Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0466369Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0466522Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0466685Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0466890Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0467054Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0467202Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0467354Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0467506Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0467663Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0467825Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0468008Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0468178Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0468337Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0468492Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0468647Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0468798Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0468967Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0469142Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0469292Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0469459Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0469618Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0469782Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0469937Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0470082Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0470245Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0470395Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0470560Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0470733Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0470885Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0471040Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0471198Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0471344Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0471496Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0471660Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0471835Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0471986Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0472136Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0472325Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 PASSED [ 17%] 2022-12-01T10:33:57.0472614Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0472757Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0472921Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0473076Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0473232Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0473418Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0473569Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0473707Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 XFAIL [ 17%] 2022-12-01T10:33:57.0473848Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0474008Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0474148Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0474285Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0474425Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0474562Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0474760Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:33:57.0474903Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0475037Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0475179Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0475305Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0475441Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 XFAIL [ 17%] 2022-12-01T10:33:57.0475575Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0475710Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0475849Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0475989Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0476140Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0476279Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0476406Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0476541Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0476680Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0476817Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0476959Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0477119Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:33:57.0477314Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0477448Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0477572Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0477726Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0477911Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0478058Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0478209Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0478363Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0478501Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0478639Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0478775Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0478897Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0479031Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0479168Z test_ops.py::TestCommonCPU::test_out_slice_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0479316Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0479483Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:33:57.0479624Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0479774Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0479921Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0480056Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0480223Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0480620Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-12-01T10:33:57.0480769Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0480912Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0481052Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0481391Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-12-01T10:33:57.0481540Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0481699Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0481830Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0481996Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0482346Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-12-01T10:33:57.0482689Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-12-01T10:33:57.0482849Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0482995Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0483171Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0483309Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0483435Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0483572Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0483734Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0483872Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0484006Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0484141Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0484282Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0484419Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0484553Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:57.0484674Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0484815Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0484949Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0485085Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0485230Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 XFAIL [ 18%] 2022-12-01T10:33:57.0485363Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0485499Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0485634Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0485757Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0485890Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0486025Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0486166Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 PASSED [ 18%] 2022-12-01T10:33:57.0486302Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0486436Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0486571Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:57.0486704Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu PASSED [ 18%] 2022-12-01T10:33:57.0486825Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu PASSED [ 18%] 2022-12-01T10:33:57.0486962Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu PASSED [ 18%] 2022-12-01T10:33:57.0487098Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu PASSED [ 18%] 2022-12-01T10:33:57.0487233Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu PASSED [ 18%] 2022-12-01T10:33:57.0487368Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu PASSED [ 18%] 2022-12-01T10:33:57.0487507Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu PASSED [ 18%] 2022-12-01T10:33:57.0487642Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu PASSED [ 18%] 2022-12-01T10:33:57.0487777Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu PASSED [ 18%] 2022-12-01T10:33:57.0487902Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu PASSED [ 18%] 2022-12-01T10:33:57.0488041Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu PASSED [ 18%] 2022-12-01T10:33:57.0488293Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 18%] 2022-12-01T10:33:57.0488434Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu PASSED [ 18%] 2022-12-01T10:33:57.0488570Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu PASSED [ 18%] 2022-12-01T10:33:57.0488709Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu PASSED [ 18%] 2022-12-01T10:33:57.0488875Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu PASSED [ 18%] 2022-12-01T10:33:57.0489022Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu PASSED [ 18%] 2022-12-01T10:33:57.0489158Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu PASSED [ 18%] 2022-12-01T10:33:57.0489297Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu PASSED [ 18%] 2022-12-01T10:33:57.0489433Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu PASSED [ 18%] 2022-12-01T10:33:57.0489573Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu PASSED [ 18%] 2022-12-01T10:33:57.0489713Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu PASSED [ 18%] 2022-12-01T10:33:57.0489862Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu PASSED [ 18%] 2022-12-01T10:33:57.0489998Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu PASSED [ 18%] 2022-12-01T10:33:57.0490144Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu PASSED [ 18%] 2022-12-01T10:33:57.0490269Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu PASSED [ 18%] 2022-12-01T10:33:57.0490409Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu PASSED [ 18%] 2022-12-01T10:33:57.0490550Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu PASSED [ 18%] 2022-12-01T10:33:57.0490688Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu PASSED [ 18%] 2022-12-01T10:33:57.0490844Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu PASSED [ 18%] 2022-12-01T10:33:57.0491005Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu PASSED [ 18%] 2022-12-01T10:33:57.0491146Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu PASSED [ 18%] 2022-12-01T10:33:57.0491338Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:33:57.0491480Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu PASSED [ 18%] 2022-12-01T10:33:57.0491606Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu PASSED [ 18%] 2022-12-01T10:33:57.0491748Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu PASSED [ 18%] 2022-12-01T10:33:57.0491890Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu PASSED [ 18%] 2022-12-01T10:33:57.0492031Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu PASSED [ 18%] 2022-12-01T10:33:57.0492174Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu PASSED [ 18%] 2022-12-01T10:33:57.0492318Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu PASSED [ 18%] 2022-12-01T10:33:57.0492460Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu PASSED [ 18%] 2022-12-01T10:33:57.0492603Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu PASSED [ 18%] 2022-12-01T10:33:57.0492734Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu PASSED [ 18%] 2022-12-01T10:33:57.0492876Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu PASSED [ 18%] 2022-12-01T10:33:57.0493016Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu PASSED [ 18%] 2022-12-01T10:33:57.0493158Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu PASSED [ 18%] 2022-12-01T10:33:57.0493297Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu PASSED [ 18%] 2022-12-01T10:33:57.0493439Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu PASSED [ 18%] 2022-12-01T10:33:57.0493606Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu PASSED [ 18%] 2022-12-01T10:33:57.0493749Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu PASSED [ 18%] 2022-12-01T10:33:57.0493876Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu PASSED [ 18%] 2022-12-01T10:33:57.0494016Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu PASSED [ 18%] 2022-12-01T10:33:57.0494184Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu PASSED [ 18%] 2022-12-01T10:33:57.0494320Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu PASSED [ 18%] 2022-12-01T10:33:57.0494462Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu PASSED [ 18%] 2022-12-01T10:33:57.0494602Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu PASSED [ 18%] 2022-12-01T10:33:57.0494823Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu PASSED [ 18%] 2022-12-01T10:33:57.0494972Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu PASSED [ 18%] 2022-12-01T10:33:57.0495096Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu PASSED [ 18%] 2022-12-01T10:33:57.0495239Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu PASSED [ 18%] 2022-12-01T10:33:57.0495380Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu PASSED [ 18%] 2022-12-01T10:33:57.0495534Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu PASSED [ 18%] 2022-12-01T10:33:57.0495673Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu PASSED [ 18%] 2022-12-01T10:33:57.0495812Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu PASSED [ 18%] 2022-12-01T10:33:57.0495954Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu PASSED [ 18%] 2022-12-01T10:33:57.0496098Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu PASSED [ 18%] 2022-12-01T10:33:57.0496223Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu PASSED [ 18%] 2022-12-01T10:33:57.0496384Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu PASSED [ 18%] 2022-12-01T10:33:57.0496538Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu PASSED [ 18%] 2022-12-01T10:33:57.0496677Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu PASSED [ 18%] 2022-12-01T10:33:57.0496833Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu PASSED [ 18%] 2022-12-01T10:33:57.0496975Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu PASSED [ 18%] 2022-12-01T10:33:57.0497120Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu PASSED [ 18%] 2022-12-01T10:33:57.0497258Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu PASSED [ 18%] 2022-12-01T10:33:57.0497394Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu PASSED [ 18%] 2022-12-01T10:33:57.0497535Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu PASSED [ 18%] 2022-12-01T10:33:57.0497676Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu PASSED [ 18%] 2022-12-01T10:33:57.0497840Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu PASSED [ 18%] 2022-12-01T10:33:57.0497981Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu PASSED [ 18%] 2022-12-01T10:33:57.0498120Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu PASSED [ 18%] 2022-12-01T10:33:57.0498263Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu PASSED [ 18%] 2022-12-01T10:33:57.0498397Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu PASSED [ 18%] 2022-12-01T10:33:57.0498540Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu PASSED [ 18%] 2022-12-01T10:33:57.0498697Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu PASSED [ 18%] 2022-12-01T10:33:57.0498855Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu PASSED [ 18%] 2022-12-01T10:33:57.0499043Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu PASSED [ 18%] 2022-12-01T10:33:57.0499210Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu PASSED [ 18%] 2022-12-01T10:33:57.0499370Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu PASSED [ 18%] 2022-12-01T10:33:57.0499564Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu PASSED [ 18%] 2022-12-01T10:33:57.0499741Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 18%] 2022-12-01T10:33:57.0499895Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu PASSED [ 18%] 2022-12-01T10:33:57.0500059Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu PASSED [ 18%] 2022-12-01T10:33:57.0500218Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu PASSED [ 18%] 2022-12-01T10:33:57.0500375Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu PASSED [ 18%] 2022-12-01T10:33:57.0500541Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu PASSED [ 18%] 2022-12-01T10:33:57.0500683Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu PASSED [ 18%] 2022-12-01T10:33:57.0500826Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu PASSED [ 18%] 2022-12-01T10:33:57.0500971Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu PASSED [ 18%] 2022-12-01T10:33:57.0501110Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu PASSED [ 18%] 2022-12-01T10:33:57.0501239Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu PASSED [ 18%] 2022-12-01T10:33:57.0501381Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu PASSED [ 18%] 2022-12-01T10:33:57.0501521Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu PASSED [ 18%] 2022-12-01T10:33:57.0501660Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu PASSED [ 18%] 2022-12-01T10:33:57.0501799Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu PASSED [ 18%] 2022-12-01T10:33:57.0501940Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu PASSED [ 18%] 2022-12-01T10:33:57.0502077Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu PASSED [ 18%] 2022-12-01T10:33:57.0502220Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu PASSED [ 18%] 2022-12-01T10:33:57.0502343Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu PASSED [ 18%] 2022-12-01T10:33:57.0502483Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu PASSED [ 18%] 2022-12-01T10:33:57.0502622Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu PASSED [ 18%] 2022-12-01T10:33:57.0502776Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:33:57.0502924Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu PASSED [ 18%] 2022-12-01T10:33:57.0503100Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 18%] 2022-12-01T10:33:57.0503268Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:33:57.0503418Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu PASSED [ 18%] 2022-12-01T10:33:57.0503561Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu PASSED [ 18%] 2022-12-01T10:33:57.0503688Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu PASSED [ 18%] 2022-12-01T10:33:57.0503827Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu PASSED [ 19%] 2022-12-01T10:33:57.0503965Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu PASSED [ 19%] 2022-12-01T10:33:57.0504106Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu PASSED [ 19%] 2022-12-01T10:33:57.0504245Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu PASSED [ 19%] 2022-12-01T10:33:57.0504419Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu PASSED [ 19%] 2022-12-01T10:33:57.0504558Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu PASSED [ 19%] 2022-12-01T10:33:57.0504696Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu PASSED [ 19%] 2022-12-01T10:33:57.0504822Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu PASSED [ 19%] 2022-12-01T10:33:57.0505001Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu PASSED [ 19%] 2022-12-01T10:33:57.0505137Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu PASSED [ 19%] 2022-12-01T10:33:57.0505272Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu PASSED [ 19%] 2022-12-01T10:33:57.0505411Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu PASSED [ 19%] 2022-12-01T10:33:57.0505548Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu PASSED [ 19%] 2022-12-01T10:33:57.0505695Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu PASSED [ 19%] 2022-12-01T10:33:57.0505828Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu PASSED [ 19%] 2022-12-01T10:33:57.0505949Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu PASSED [ 19%] 2022-12-01T10:33:57.0506087Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu PASSED [ 19%] 2022-12-01T10:33:57.0506225Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu PASSED [ 19%] 2022-12-01T10:33:57.0506360Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu PASSED [ 19%] 2022-12-01T10:33:57.0506494Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu XFAIL [ 19%] 2022-12-01T10:33:57.0506630Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu PASSED [ 19%] 2022-12-01T10:33:57.0506766Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu PASSED [ 19%] 2022-12-01T10:33:57.0506905Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu PASSED [ 19%] 2022-12-01T10:33:57.0507045Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu PASSED [ 19%] 2022-12-01T10:33:57.0507178Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu PASSED [ 19%] 2022-12-01T10:33:57.0507313Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu PASSED [ 19%] 2022-12-01T10:33:57.0507454Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu XFAIL [ 19%] 2022-12-01T10:33:57.0507592Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu PASSED [ 19%] 2022-12-01T10:33:57.0507732Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu PASSED [ 19%] 2022-12-01T10:33:57.0507869Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu PASSED [ 19%] 2022-12-01T10:33:57.0508005Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu PASSED [ 19%] 2022-12-01T10:33:57.0508135Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu PASSED [ 19%] 2022-12-01T10:33:57.0508274Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu PASSED [ 19%] 2022-12-01T10:33:57.0508419Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu PASSED [ 19%] 2022-12-01T10:33:57.0508553Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu PASSED [ 19%] 2022-12-01T10:33:57.0508687Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu PASSED [ 19%] 2022-12-01T10:33:57.0508824Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu PASSED [ 19%] 2022-12-01T10:33:57.0508964Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu PASSED [ 19%] 2022-12-01T10:33:57.0509099Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu PASSED [ 19%] 2022-12-01T10:33:57.0509224Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu PASSED [ 19%] 2022-12-01T10:33:57.0509362Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu PASSED [ 19%] 2022-12-01T10:33:57.0509500Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu PASSED [ 19%] 2022-12-01T10:33:57.0509669Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu PASSED [ 19%] 2022-12-01T10:33:57.0509808Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu PASSED [ 19%] 2022-12-01T10:33:57.0509944Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu PASSED [ 19%] 2022-12-01T10:33:57.0510108Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu PASSED [ 19%] 2022-12-01T10:33:57.0510241Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu PASSED [ 19%] 2022-12-01T10:33:57.0510364Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu PASSED [ 19%] 2022-12-01T10:33:57.0510497Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu PASSED [ 19%] 2022-12-01T10:33:57.0510632Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu PASSED [ 19%] 2022-12-01T10:33:57.0510786Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu PASSED [ 19%] 2022-12-01T10:33:57.0510927Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu PASSED [ 19%] 2022-12-01T10:33:57.0511121Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu PASSED [ 19%] 2022-12-01T10:33:57.0511299Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu PASSED [ 19%] 2022-12-01T10:33:57.0511517Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu PASSED [ 19%] 2022-12-01T10:33:57.0511641Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu PASSED [ 19%] 2022-12-01T10:33:57.0511808Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu PASSED [ 19%] 2022-12-01T10:33:57.0512019Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:33:57.0512200Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu PASSED [ 19%] 2022-12-01T10:33:57.0512440Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu PASSED [ 19%] 2022-12-01T10:33:57.0512809Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu PASSED [ 19%] 2022-12-01T10:33:57.0512982Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu PASSED [ 19%] 2022-12-01T10:33:57.0513103Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu XFAIL [ 19%] 2022-12-01T10:33:57.0513270Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu PASSED [ 19%] 2022-12-01T10:33:57.0513439Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu PASSED [ 19%] 2022-12-01T10:33:57.0513605Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu PASSED [ 19%] 2022-12-01T10:33:57.0513961Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu PASSED [ 19%] 2022-12-01T10:33:57.0514133Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu PASSED [ 19%] 2022-12-01T10:33:57.0514477Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu XFAIL [ 19%] 2022-12-01T10:33:57.0514650Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu PASSED [ 19%] 2022-12-01T10:33:57.0514777Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu PASSED [ 19%] 2022-12-01T10:33:57.0514946Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu PASSED [ 19%] 2022-12-01T10:33:57.0515112Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu PASSED [ 19%] 2022-12-01T10:33:57.0515311Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu PASSED [ 19%] 2022-12-01T10:33:57.0515485Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu PASSED [ 19%] 2022-12-01T10:33:57.0515654Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu PASSED [ 19%] 2022-12-01T10:33:57.0515820Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu PASSED [ 19%] 2022-12-01T10:33:57.0516003Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu PASSED [ 19%] 2022-12-01T10:33:57.0516131Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu PASSED [ 19%] 2022-12-01T10:33:57.0516365Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu PASSED [ 19%] 2022-12-01T10:33:57.0516530Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu PASSED [ 19%] 2022-12-01T10:33:57.0516697Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu PASSED [ 19%] 2022-12-01T10:33:57.0516916Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu PASSED [ 19%] 2022-12-01T10:33:57.0517082Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu PASSED [ 19%] 2022-12-01T10:33:57.0517246Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu PASSED [ 19%] 2022-12-01T10:33:57.0517416Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu PASSED [ 19%] 2022-12-01T10:33:57.0517544Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu PASSED [ 19%] 2022-12-01T10:33:57.0517737Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu PASSED [ 19%] 2022-12-01T10:33:57.0517906Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu PASSED [ 19%] 2022-12-01T10:33:57.0518108Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu PASSED [ 19%] 2022-12-01T10:33:57.0518274Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu PASSED [ 19%] 2022-12-01T10:33:57.0518446Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu PASSED [ 19%] 2022-12-01T10:33:57.0518614Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu PASSED [ 19%] 2022-12-01T10:33:57.0518779Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu PASSED [ 19%] 2022-12-01T10:33:57.0518903Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu PASSED [ 19%] 2022-12-01T10:33:57.0519069Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu PASSED [ 19%] 2022-12-01T10:33:57.0519310Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:33:57.0519523Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:33:57.0519739Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:33:57.0519905Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu PASSED [ 19%] 2022-12-01T10:33:57.0520074Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu PASSED [ 19%] 2022-12-01T10:33:57.0520242Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu PASSED [ 19%] 2022-12-01T10:33:57.0520370Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu PASSED [ 19%] 2022-12-01T10:33:57.0520542Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu PASSED [ 19%] 2022-12-01T10:33:57.0520711Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu PASSED [ 19%] 2022-12-01T10:33:57.0520928Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu PASSED [ 19%] 2022-12-01T10:33:57.0521102Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu PASSED [ 19%] 2022-12-01T10:33:57.0521314Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu PASSED [ 19%] 2022-12-01T10:33:57.0521487Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu PASSED [ 19%] 2022-12-01T10:33:57.0521659Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu PASSED [ 19%] 2022-12-01T10:33:57.0521844Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu PASSED [ 19%] 2022-12-01T10:33:57.0521993Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu PASSED [ 19%] 2022-12-01T10:33:57.0522164Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu PASSED [ 19%] 2022-12-01T10:33:57.0522356Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu PASSED [ 19%] 2022-12-01T10:33:57.0522627Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 19%] 2022-12-01T10:33:57.0522836Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu PASSED [ 19%] 2022-12-01T10:33:57.0523013Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu PASSED [ 19%] 2022-12-01T10:33:57.0523186Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu PASSED [ 19%] 2022-12-01T10:33:57.0523387Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu PASSED [ 19%] 2022-12-01T10:33:57.0523526Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu PASSED [ 19%] 2022-12-01T10:33:57.0523707Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu PASSED [ 19%] 2022-12-01T10:33:57.0523884Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu PASSED [ 19%] 2022-12-01T10:33:57.0524051Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu XFAIL [ 19%] 2022-12-01T10:33:57.0524266Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu PASSED [ 19%] 2022-12-01T10:33:57.0524447Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu PASSED [ 19%] 2022-12-01T10:33:57.0524618Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu PASSED [ 19%] 2022-12-01T10:33:57.0524787Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu PASSED [ 19%] 2022-12-01T10:33:57.0524914Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu XFAIL [ 19%] 2022-12-01T10:33:57.0525094Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:33:57.0525258Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu PASSED [ 19%] 2022-12-01T10:33:57.0544644Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu PASSED [ 19%] 2022-12-01T10:33:57.0544888Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:33:57.0545035Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu PASSED [ 20%] 2022-12-01T10:33:57.0545189Z test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu PASSED [ 20%] 2022-12-01T10:33:57.0545338Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu PASSED [ 20%] 2022-12-01T10:33:57.0545469Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu PASSED [ 20%] 2022-12-01T10:33:57.0545614Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu PASSED [ 20%] 2022-12-01T10:33:57.0545760Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu PASSED [ 20%] 2022-12-01T10:33:57.0545911Z test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:33:57.0546057Z test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:33:57.0546198Z test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu PASSED [ 20%] 2022-12-01T10:33:57.0546344Z test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu PASSED [ 20%] 2022-12-01T10:33:57.0546484Z test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu PASSED [ 20%] 2022-12-01T10:33:57.0546617Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu PASSED [ 20%] 2022-12-01T10:33:57.0546758Z test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu PASSED [ 20%] 2022-12-01T10:33:57.0546898Z test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu PASSED [ 20%] 2022-12-01T10:33:57.0547039Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu PASSED [ 20%] 2022-12-01T10:33:57.0547177Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu PASSED [ 20%] 2022-12-01T10:33:57.0547332Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:33:57.0547469Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu PASSED [ 20%] 2022-12-01T10:33:57.0547603Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu PASSED [ 20%] 2022-12-01T10:33:57.0547728Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu PASSED [ 20%] 2022-12-01T10:33:57.0547981Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu PASSED [ 20%] 2022-12-01T10:33:57.0548144Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu PASSED [ 20%] 2022-12-01T10:33:57.0548300Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:33:57.0548454Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:33:57.0548634Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu PASSED [ 20%] 2022-12-01T10:33:57.0548772Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu PASSED [ 20%] 2022-12-01T10:33:57.0548908Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu XFAIL [ 20%] 2022-12-01T10:33:57.0549033Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu PASSED [ 20%] 2022-12-01T10:33:57.0549166Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu PASSED [ 20%] 2022-12-01T10:33:57.0549301Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu PASSED [ 20%] 2022-12-01T10:33:57.0549459Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu PASSED [ 20%] 2022-12-01T10:33:57.0549612Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu PASSED [ 20%] 2022-12-01T10:33:57.0549760Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu PASSED [ 20%] 2022-12-01T10:33:57.0549902Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu PASSED [ 20%] 2022-12-01T10:33:57.0550043Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu PASSED [ 20%] 2022-12-01T10:33:57.0550184Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu PASSED [ 20%] 2022-12-01T10:33:57.0550317Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu PASSED [ 20%] 2022-12-01T10:33:57.0550453Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu PASSED [ 20%] 2022-12-01T10:33:57.0550593Z test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu XFAIL [ 20%] 2022-12-01T10:33:57.0550729Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu PASSED [ 20%] 2022-12-01T10:33:57.0550866Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu PASSED [ 20%] 2022-12-01T10:33:57.0551004Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu PASSED [ 20%] 2022-12-01T10:33:57.0551192Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu PASSED [ 20%] 2022-12-01T10:33:57.0551364Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0551522Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0551692Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0551857Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0552029Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0552189Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0552385Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:33:57.0552754Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:33:57.0552914Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu PASSED [ 20%] 2022-12-01T10:33:57.0553071Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0553226Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0553400Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0553621Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:33:57.0553782Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0553941Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu PASSED [ 20%] 2022-12-01T10:33:57.0554093Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu PASSED [ 20%] 2022-12-01T10:33:57.0554294Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu PASSED [ 20%] 2022-12-01T10:33:57.0554454Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu PASSED [ 20%] 2022-12-01T10:33:57.0554632Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 20%] 2022-12-01T10:33:57.0554808Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0554974Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0555130Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu PASSED [ 20%] 2022-12-01T10:33:57.0555282Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu PASSED [ 20%] 2022-12-01T10:33:57.0555443Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu PASSED [ 20%] 2022-12-01T10:33:57.0555605Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu PASSED [ 20%] 2022-12-01T10:33:57.0555768Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu PASSED [ 20%] 2022-12-01T10:33:57.0555912Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu PASSED [ 20%] 2022-12-01T10:33:57.0556069Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu PASSED [ 20%] 2022-12-01T10:33:57.0556238Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0556409Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu PASSED [ 20%] 2022-12-01T10:33:57.0556578Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu PASSED [ 20%] 2022-12-01T10:33:57.0556751Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu PASSED [ 20%] 2022-12-01T10:33:57.0556902Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu PASSED [ 20%] 2022-12-01T10:33:57.0557058Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0557211Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu PASSED [ 20%] 2022-12-01T10:33:57.0557368Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu PASSED [ 20%] 2022-12-01T10:33:57.0557525Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0557679Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0557838Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0557996Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0558153Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu PASSED [ 20%] 2022-12-01T10:33:57.0558307Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu PASSED [ 20%] 2022-12-01T10:33:57.0558459Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0558611Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0558767Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu PASSED [ 20%] 2022-12-01T10:33:57.0558925Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu PASSED [ 20%] 2022-12-01T10:33:57.0559086Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu PASSED [ 20%] 2022-12-01T10:33:57.0559276Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu PASSED [ 20%] 2022-12-01T10:33:57.0559440Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0559593Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu PASSED [ 20%] 2022-12-01T10:33:57.0559770Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu PASSED [ 20%] 2022-12-01T10:33:57.0559924Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu PASSED [ 20%] 2022-12-01T10:33:57.0560067Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu PASSED [ 20%] 2022-12-01T10:33:57.0560233Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu PASSED [ 20%] 2022-12-01T10:33:57.0560388Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu PASSED [ 20%] 2022-12-01T10:33:57.0560546Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu PASSED [ 20%] 2022-12-01T10:33:57.0560715Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0560901Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 20%] 2022-12-01T10:33:57.0561054Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu PASSED [ 20%] 2022-12-01T10:33:57.0561226Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu PASSED [ 20%] 2022-12-01T10:33:57.0561379Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu PASSED [ 20%] 2022-12-01T10:33:57.0561518Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu XFAIL [ 20%] 2022-12-01T10:33:57.0561656Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu PASSED [ 20%] 2022-12-01T10:33:57.0561800Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu PASSED [ 20%] 2022-12-01T10:33:57.0561940Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu PASSED [ 20%] 2022-12-01T10:33:57.0562079Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu PASSED [ 20%] 2022-12-01T10:33:57.0562215Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu XFAIL [ 20%] 2022-12-01T10:33:57.0562365Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu PASSED [ 20%] 2022-12-01T10:33:57.0562506Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu PASSED [ 20%] 2022-12-01T10:33:57.0562656Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:33:57.0562792Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu PASSED [ 20%] 2022-12-01T10:33:57.0562932Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu PASSED [ 20%] 2022-12-01T10:33:57.0563075Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu PASSED [ 20%] 2022-12-01T10:33:57.0563219Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu PASSED [ 20%] 2022-12-01T10:33:57.0563392Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:33:57.0563559Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:33:57.0563731Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:33:57.0563860Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu PASSED [ 20%] 2022-12-01T10:33:57.0563994Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu PASSED [ 20%] 2022-12-01T10:33:57.0564134Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu PASSED [ 20%] 2022-12-01T10:33:57.0564274Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu PASSED [ 20%] 2022-12-01T10:33:57.0564408Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu XFAIL [ 20%] 2022-12-01T10:33:57.0564574Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu PASSED [ 20%] 2022-12-01T10:33:57.0564709Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu PASSED [ 20%] 2022-12-01T10:33:57.0564849Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu PASSED [ 20%] 2022-12-01T10:33:57.0564977Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu PASSED [ 20%] 2022-12-01T10:33:57.0565160Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu PASSED [ 20%] 2022-12-01T10:33:57.0565300Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu PASSED [ 21%] 2022-12-01T10:33:57.0565438Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu PASSED [ 21%] 2022-12-01T10:33:57.0565578Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu PASSED [ 21%] 2022-12-01T10:33:57.0565712Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu PASSED [ 21%] 2022-12-01T10:33:57.0565847Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu PASSED [ 21%] 2022-12-01T10:33:57.0565983Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu PASSED [ 21%] 2022-12-01T10:33:57.0566132Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:33:57.0566293Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:33:57.0566433Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu PASSED [ 21%] 2022-12-01T10:33:57.0566585Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu PASSED [ 21%] 2022-12-01T10:33:57.0566732Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu PASSED [ 21%] 2022-12-01T10:33:57.0566878Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu PASSED [ 21%] 2022-12-01T10:33:57.0567034Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu PASSED [ 21%] 2022-12-01T10:33:57.0567170Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu PASSED [ 21%] 2022-12-01T10:33:57.0567298Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu PASSED [ 21%] 2022-12-01T10:33:57.0567436Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu PASSED [ 21%] 2022-12-01T10:33:57.0567571Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu PASSED [ 21%] 2022-12-01T10:33:57.0567708Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu PASSED [ 21%] 2022-12-01T10:33:57.0567844Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu PASSED [ 21%] 2022-12-01T10:33:57.0567993Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu PASSED [ 21%] 2022-12-01T10:33:57.0568162Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:33:57.0568312Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu PASSED [ 21%] 2022-12-01T10:33:57.0568459Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu PASSED [ 21%] 2022-12-01T10:33:57.0568615Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu PASSED [ 21%] 2022-12-01T10:33:57.0568782Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu PASSED [ 21%] 2022-12-01T10:33:57.0569193Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:33:57.0569343Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu PASSED [ 21%] 2022-12-01T10:33:57.0569508Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu PASSED [ 21%] 2022-12-01T10:33:57.0569673Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu PASSED [ 21%] 2022-12-01T10:33:57.0569818Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu PASSED [ 21%] 2022-12-01T10:33:57.0569962Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu PASSED [ 21%] 2022-12-01T10:33:57.0570121Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu PASSED [ 21%] 2022-12-01T10:33:57.0570288Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu PASSED [ 21%] 2022-12-01T10:33:57.0570636Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:33:57.0570830Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu PASSED [ 21%] 2022-12-01T10:33:57.0570997Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:33:57.0571351Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:33:57.0571694Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:33:57.0571859Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:33:57.0572005Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu PASSED [ 21%] 2022-12-01T10:33:57.0572144Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu PASSED [ 21%] 2022-12-01T10:33:57.0572281Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu PASSED [ 21%] 2022-12-01T10:33:57.0572418Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu PASSED [ 21%] 2022-12-01T10:33:57.0572554Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu PASSED [ 21%] 2022-12-01T10:33:57.0572686Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu PASSED [ 21%] 2022-12-01T10:33:57.0572825Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu PASSED [ 21%] 2022-12-01T10:33:57.0572960Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu PASSED [ 21%] 2022-12-01T10:33:57.0573097Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu PASSED [ 21%] 2022-12-01T10:33:57.0573236Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu PASSED [ 21%] 2022-12-01T10:33:57.0573364Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu PASSED [ 21%] 2022-12-01T10:33:57.0573509Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu PASSED [ 21%] 2022-12-01T10:33:57.0573645Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu PASSED [ 21%] 2022-12-01T10:33:57.0573784Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu PASSED [ 21%] 2022-12-01T10:33:57.0573918Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu PASSED [ 21%] 2022-12-01T10:33:57.0574058Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu PASSED [ 21%] 2022-12-01T10:33:57.0574193Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu PASSED [ 21%] 2022-12-01T10:33:57.0574330Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu PASSED [ 21%] 2022-12-01T10:33:57.0574457Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu PASSED [ 21%] 2022-12-01T10:33:57.0574591Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu PASSED [ 21%] 2022-12-01T10:33:57.0574828Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu PASSED [ 21%] 2022-12-01T10:33:57.0574972Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu PASSED [ 21%] 2022-12-01T10:33:57.0575109Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu PASSED [ 21%] 2022-12-01T10:33:57.0575251Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu PASSED [ 21%] 2022-12-01T10:33:57.0575391Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu PASSED [ 21%] 2022-12-01T10:33:57.0575527Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu PASSED [ 21%] 2022-12-01T10:33:57.0575649Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu PASSED [ 21%] 2022-12-01T10:33:57.0575839Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu PASSED [ 21%] 2022-12-01T10:33:57.0575975Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu PASSED [ 21%] 2022-12-01T10:33:57.0576109Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0576247Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0576412Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0576545Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0576697Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 PASSED [ 21%] 2022-12-01T10:33:57.0576826Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 PASSED [ 21%] 2022-12-01T10:33:57.0576966Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 PASSED [ 21%] 2022-12-01T10:33:57.0577122Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 PASSED [ 21%] 2022-12-01T10:33:57.0577271Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0577419Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 PASSED [ 21%] 2022-12-01T10:33:57.0577562Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 PASSED [ 21%] 2022-12-01T10:33:57.0577703Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 PASSED [ 21%] 2022-12-01T10:33:57.0577846Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 PASSED [ 21%] 2022-12-01T10:33:57.0577984Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:33:57.0578128Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool PASSED [ 21%] 2022-12-01T10:33:57.0578277Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0578419Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 PASSED [ 21%] 2022-12-01T10:33:57.0578571Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:33:57.0578718Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 PASSED [ 21%] 2022-12-01T10:33:57.0578860Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 PASSED [ 21%] 2022-12-01T10:33:57.0579004Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0579131Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 PASSED [ 21%] 2022-12-01T10:33:57.0579271Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 PASSED [ 21%] 2022-12-01T10:33:57.0579409Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 PASSED [ 21%] 2022-12-01T10:33:57.0579564Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 PASSED [ 21%] 2022-12-01T10:33:57.0579715Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0579866Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 PASSED [ 21%] 2022-12-01T10:33:57.0580013Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 XFAIL [ 21%] 2022-12-01T10:33:57.0580152Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool XFAIL [ 21%] 2022-12-01T10:33:57.0580292Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 XFAIL [ 21%] 2022-12-01T10:33:57.0580440Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 XFAIL [ 21%] 2022-12-01T10:33:57.0580583Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 XFAIL [ 21%] 2022-12-01T10:33:57.0580724Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 XFAIL [ 21%] 2022-12-01T10:33:57.0580863Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 XFAIL [ 21%] 2022-12-01T10:33:57.0581003Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 XFAIL [ 21%] 2022-12-01T10:33:57.0581170Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 XFAIL [ 21%] 2022-12-01T10:33:57.0581308Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 XFAIL [ 21%] 2022-12-01T10:33:57.0581455Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:33:57.0581593Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 PASSED [ 21%] 2022-12-01T10:33:57.0581776Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 PASSED [ 21%] 2022-12-01T10:33:57.0581918Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 PASSED [ 21%] 2022-12-01T10:33:57.0582074Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 PASSED [ 21%] 2022-12-01T10:33:57.0582227Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 PASSED [ 21%] 2022-12-01T10:33:57.0582375Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0582524Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 PASSED [ 21%] 2022-12-01T10:33:57.0582670Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:33:57.0582801Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool PASSED [ 21%] 2022-12-01T10:33:57.0582948Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 PASSED [ 21%] 2022-12-01T10:33:57.0583094Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:57.0583237Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 PASSED [ 21%] 2022-12-01T10:33:57.0583379Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool PASSED [ 21%] 2022-12-01T10:33:57.0583525Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 PASSED [ 21%] 2022-12-01T10:33:57.0583669Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 PASSED [ 21%] 2022-12-01T10:33:57.0583808Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 PASSED [ 21%] 2022-12-01T10:33:57.0583939Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 PASSED [ 21%] 2022-12-01T10:33:57.0584085Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 PASSED [ 21%] 2022-12-01T10:33:57.0584225Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 PASSED [ 21%] 2022-12-01T10:33:57.0584368Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 PASSED [ 21%] 2022-12-01T10:33:57.0584507Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 PASSED [ 21%] 2022-12-01T10:33:57.0584650Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 PASSED [ 21%] 2022-12-01T10:33:57.0584801Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:33:57.0584949Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 PASSED [ 21%] 2022-12-01T10:33:57.0585079Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 PASSED [ 21%] 2022-12-01T10:33:57.0585228Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 PASSED [ 21%] 2022-12-01T10:33:57.0585382Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0585533Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0585687Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0585839Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0585986Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0586138Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0586276Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 PASSED [ 22%] 2022-12-01T10:33:57.0586427Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 PASSED [ 22%] 2022-12-01T10:33:57.0586597Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0586747Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0586898Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:33:57.0587044Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0587217Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0587358Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0587489Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0587637Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0587777Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0587921Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0588061Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0588202Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0588350Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0588492Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0588638Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0588767Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0588908Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0589048Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0589196Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0589341Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0589481Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0589638Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:33:57.0589794Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0589934Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0590085Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0590238Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:33:57.0590391Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0590544Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0590697Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0590848Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0590997Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0591142Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:33:57.0591296Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:33:57.0591447Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0591595Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0591745Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0591922Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0592082Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0592241Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0592389Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0592777Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0592933Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0593083Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0593234Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0593386Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0593540Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0593707Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0593868Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0594017Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0594178Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0594337Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0594497Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0594655Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0594807Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0594971Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 PASSED [ 22%] 2022-12-01T10:33:57.0595126Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0595270Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0595427Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0595579Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0595727Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0595881Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0596033Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0596182Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 PASSED [ 22%] 2022-12-01T10:33:57.0596332Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0596475Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0596605Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0596754Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0596895Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0597046Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0597198Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 PASSED [ 22%] 2022-12-01T10:33:57.0597346Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0597489Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0597683Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0597824Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0597972Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0598187Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0598332Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0598488Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0598641Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0598793Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0598943Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0599079Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0599229Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0599383Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0599535Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0599691Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 PASSED [ 22%] 2022-12-01T10:33:57.0599840Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 PASSED [ 22%] 2022-12-01T10:33:57.0599988Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 PASSED [ 22%] 2022-12-01T10:33:57.0600136Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0600266Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0600426Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0600585Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 PASSED [ 22%] 2022-12-01T10:33:57.0600741Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0600899Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0601052Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0601206Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0601356Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0601502Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0601634Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0601784Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 PASSED [ 22%] 2022-12-01T10:33:57.0601929Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0602077Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0602222Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0602365Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0602507Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 PASSED [ 22%] 2022-12-01T10:33:57.0602652Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0602797Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0602954Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0603144Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0603299Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 PASSED [ 22%] 2022-12-01T10:33:57.0603452Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 PASSED [ 22%] 2022-12-01T10:33:57.0603634Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 PASSED [ 22%] 2022-12-01T10:33:57.0603797Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:33:57.0603950Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0604103Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 PASSED [ 22%] 2022-12-01T10:33:57.0604268Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 PASSED [ 22%] 2022-12-01T10:33:57.0604424Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 PASSED [ 22%] 2022-12-01T10:33:57.0604580Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool PASSED [ 22%] 2022-12-01T10:33:57.0604740Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 PASSED [ 22%] 2022-12-01T10:33:57.0604895Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 PASSED [ 22%] 2022-12-01T10:33:57.0605052Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 PASSED [ 22%] 2022-12-01T10:33:57.0605201Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 PASSED [ 22%] 2022-12-01T10:33:57.0605354Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 PASSED [ 22%] 2022-12-01T10:33:57.0605495Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0605646Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0605801Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0605949Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool PASSED [ 23%] 2022-12-01T10:33:57.0606104Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 PASSED [ 23%] 2022-12-01T10:33:57.0606254Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0606406Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0606556Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0606691Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0606841Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 PASSED [ 23%] 2022-12-01T10:33:57.0606984Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0607125Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0607269Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 PASSED [ 23%] 2022-12-01T10:33:57.0607416Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0607558Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0607709Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0607847Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:57.0607992Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0608136Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0608282Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0608429Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0608612Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 PASSED [ 23%] 2022-12-01T10:33:57.0608769Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:57.0608923Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0609088Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0609234Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0609383Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0609528Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0609681Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:57.0609828Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 PASSED [ 23%] 2022-12-01T10:33:57.0609976Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0610127Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0610264Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0610415Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0610559Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0610707Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0610873Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0611037Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0611196Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0611356Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0611511Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0611666Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0611836Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:57.0612004Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 PASSED [ 23%] 2022-12-01T10:33:57.0612168Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0612329Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0612490Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0612651Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0612816Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0612975Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0613125Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0613275Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0613427Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 PASSED [ 23%] 2022-12-01T10:33:57.0613574Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 PASSED [ 23%] 2022-12-01T10:33:57.0613725Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0613869Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool PASSED [ 23%] 2022-12-01T10:33:57.0614059Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 PASSED [ 23%] 2022-12-01T10:33:57.0614206Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0614342Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0614518Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0614662Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0614972Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0615174Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0615371Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0615560Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0615743Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0615938Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0616118Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0616317Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0616516Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0616715Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0616910Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0617097Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0617290Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:57.0617440Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0617585Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool PASSED [ 23%] 2022-12-01T10:33:57.0617721Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 PASSED [ 23%] 2022-12-01T10:33:57.0617868Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:57.0618010Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0618158Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0618297Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0618437Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0618579Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool PASSED [ 23%] 2022-12-01T10:33:57.0618720Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0618846Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 PASSED [ 23%] 2022-12-01T10:33:57.0618994Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0619138Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool PASSED [ 23%] 2022-12-01T10:33:57.0619287Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0619481Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0619622Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0619762Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0619904Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0620072Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0620219Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0620360Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 PASSED [ 23%] 2022-12-01T10:33:57.0620509Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0620653Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0620794Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0620935Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0621076Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 PASSED [ 23%] 2022-12-01T10:33:57.0621218Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0621355Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0621507Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 PASSED [ 23%] 2022-12-01T10:33:57.0621653Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:57.0621796Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0621936Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 PASSED [ 23%] 2022-12-01T10:33:57.0622076Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0622236Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0622385Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool PASSED [ 23%] 2022-12-01T10:33:57.0622530Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 PASSED [ 23%] 2022-12-01T10:33:57.0622689Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:57.0622845Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0622996Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0623144Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0623293Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0623443Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 PASSED [ 23%] 2022-12-01T10:33:57.0623591Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0623723Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0623868Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool PASSED [ 23%] 2022-12-01T10:33:57.0624025Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 PASSED [ 23%] 2022-12-01T10:33:57.0624175Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0624321Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 PASSED [ 23%] 2022-12-01T10:33:57.0624466Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 PASSED [ 23%] 2022-12-01T10:33:57.0624612Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 PASSED [ 23%] 2022-12-01T10:33:57.0624758Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 PASSED [ 23%] 2022-12-01T10:33:57.0624924Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:33:57.0625071Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 PASSED [ 23%] 2022-12-01T10:33:57.0625217Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 PASSED [ 23%] 2022-12-01T10:33:57.0625391Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 PASSED [ 23%] 2022-12-01T10:33:57.0625534Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool PASSED [ 23%] 2022-12-01T10:33:57.0625679Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 PASSED [ 23%] 2022-12-01T10:33:57.0625821Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0625964Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0626093Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0626239Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0626379Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0626529Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0626676Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0626822Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0626968Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0627113Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0627269Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0627407Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0627556Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0627700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0627847Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0628002Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 PASSED [ 24%] 2022-12-01T10:33:57.0628159Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0628309Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0628463Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0628603Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0628753Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0628903Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0629057Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:57.0629210Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0629359Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0629505Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0629648Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0629782Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0629937Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0630088Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:57.0630269Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0630417Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0630560Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0630707Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0630890Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:57.0631029Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0631178Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0631324Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0631466Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0631613Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0631763Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:57.0631913Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0632062Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0632210Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0632342Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0632634Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0632794Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0632948Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0633098Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0633243Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0633387Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0633536Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0633680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:57.0633837Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0633986Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0634136Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0634283Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0634447Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:33:57.0634603Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0634766Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0634915Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 PASSED [ 24%] 2022-12-01T10:33:57.0635071Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 PASSED [ 24%] 2022-12-01T10:33:57.0635229Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0635382Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0635534Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0635694Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0635894Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0636045Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0636195Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0636369Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0636519Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0636671Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0636820Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0636975Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0637126Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0637277Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0637424Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0637559Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0637710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0637856Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0638012Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:57.0638163Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0638312Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0638462Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0638614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0638756Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0638906Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0639064Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0639216Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:57.0639369Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0639517Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0639666Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0639813Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0639964Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0640102Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0640249Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0640399Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0640550Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0640697Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0640843Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0640985Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0641135Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0641297Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0641450Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0641597Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0641771Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0641916Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:33:57.0642067Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:33:57.0642211Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0642359Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0642491Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0642636Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 PASSED [ 24%] 2022-12-01T10:33:57.0642787Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:33:57.0642936Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool PASSED [ 24%] 2022-12-01T10:33:57.0643093Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0643244Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0643389Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0643537Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0643671Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:33:57.0643826Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0643975Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 PASSED [ 24%] 2022-12-01T10:33:57.0644119Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 PASSED [ 24%] 2022-12-01T10:33:57.0644262Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0644403Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0644560Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 PASSED [ 24%] 2022-12-01T10:33:57.0644710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 PASSED [ 24%] 2022-12-01T10:33:57.0644849Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 PASSED [ 24%] 2022-12-01T10:33:57.0644993Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 PASSED [ 24%] 2022-12-01T10:33:57.0645138Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 PASSED [ 24%] 2022-12-01T10:33:57.0645285Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 PASSED [ 24%] 2022-12-01T10:33:57.0645432Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 PASSED [ 24%] 2022-12-01T10:33:57.0645575Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0645719Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool PASSED [ 25%] 2022-12-01T10:33:57.0645875Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:57.0646021Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0646155Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0646296Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 PASSED [ 25%] 2022-12-01T10:33:57.0646443Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0646617Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0646764Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0646906Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0647062Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0647245Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 PASSED [ 25%] 2022-12-01T10:33:57.0647386Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0647540Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0647688Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0647837Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0647985Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0648129Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0648282Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0648433Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0648579Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0648729Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0648881Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0649033Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0649179Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0649325Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0649467Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0649608Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0649740Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool PASSED [ 25%] 2022-12-01T10:33:57.0649890Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0650031Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0650188Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0650332Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0650473Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0650614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0650760Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0650898Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0651024Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0651166Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0651308Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 PASSED [ 25%] 2022-12-01T10:33:57.0651445Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0651583Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0651720Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0651858Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool PASSED [ 25%] 2022-12-01T10:33:57.0652039Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0652184Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0652339Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool PASSED [ 25%] 2022-12-01T10:33:57.0652492Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0652673Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0652821Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0652967Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0653116Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0653261Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0653395Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool PASSED [ 25%] 2022-12-01T10:33:57.0653549Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:57.0653701Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0653850Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0653999Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0654148Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0654302Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0654461Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 PASSED [ 25%] 2022-12-01T10:33:57.0654600Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:57.0654827Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0654980Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0655140Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0655346Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0655565Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 PASSED [ 25%] 2022-12-01T10:33:57.0655781Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0656001Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 PASSED [ 25%] 2022-12-01T10:33:57.0656200Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0656417Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0656657Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0656881Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0657088Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 PASSED [ 25%] 2022-12-01T10:33:57.0657301Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0657521Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 PASSED [ 25%] 2022-12-01T10:33:57.0657797Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 PASSED [ 25%] 2022-12-01T10:33:57.0658057Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 PASSED [ 25%] 2022-12-01T10:33:57.0658294Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:57.0658449Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:33:57.0658594Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool XFAIL [ 25%] 2022-12-01T10:33:57.0658819Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 XFAIL [ 25%] 2022-12-01T10:33:57.0658972Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 XFAIL [ 25%] 2022-12-01T10:33:57.0659122Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 XFAIL [ 25%] 2022-12-01T10:33:57.0659311Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 XFAIL [ 25%] 2022-12-01T10:33:57.0659459Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 XFAIL [ 25%] 2022-12-01T10:33:57.0659600Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:33:57.0659751Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool XFAIL [ 25%] 2022-12-01T10:33:57.0659908Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 XFAIL [ 25%] 2022-12-01T10:33:57.0660054Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 XFAIL [ 25%] 2022-12-01T10:33:57.0660204Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 XFAIL [ 25%] 2022-12-01T10:33:57.0660356Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:33:57.0660513Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:33:57.0660666Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 XFAIL [ 25%] 2022-12-01T10:33:57.0660804Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 XFAIL [ 25%] 2022-12-01T10:33:57.0660953Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 XFAIL [ 25%] 2022-12-01T10:33:57.0661097Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 XFAIL [ 25%] 2022-12-01T10:33:57.0661248Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool XFAIL [ 25%] 2022-12-01T10:33:57.0661403Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:33:57.0661564Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 XFAIL [ 25%] 2022-12-01T10:33:57.0661719Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 XFAIL [ 25%] 2022-12-01T10:33:57.0661872Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 XFAIL [ 25%] 2022-12-01T10:33:57.0662012Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 XFAIL [ 25%] 2022-12-01T10:33:57.0662165Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 PASSED [ 25%] 2022-12-01T10:33:57.0662311Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0662460Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0662609Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0662757Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool PASSED [ 25%] 2022-12-01T10:33:57.0662915Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:57.0663068Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0663217Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0663351Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0663498Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0663647Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0663791Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool PASSED [ 25%] 2022-12-01T10:33:57.0663945Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 PASSED [ 25%] 2022-12-01T10:33:57.0664099Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 PASSED [ 25%] 2022-12-01T10:33:57.0664279Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:57.0664427Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 PASSED [ 25%] 2022-12-01T10:33:57.0664559Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0664731Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0664875Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 PASSED [ 25%] 2022-12-01T10:33:57.0665018Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0665169Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 PASSED [ 25%] 2022-12-01T10:33:57.0665320Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 PASSED [ 25%] 2022-12-01T10:33:57.0665466Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 PASSED [ 25%] 2022-12-01T10:33:57.0665614Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 PASSED [ 25%] 2022-12-01T10:33:57.0665746Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 PASSED [ 25%] 2022-12-01T10:33:57.0665887Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 PASSED [ 25%] 2022-12-01T10:33:57.0666038Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 PASSED [ 25%] 2022-12-01T10:33:57.0666191Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:33:57.0666341Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool PASSED [ 25%] 2022-12-01T10:33:57.0666492Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0666640Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0666792Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0666927Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0667076Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0667227Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0667379Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0667528Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0667675Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0667823Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0667968Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0668097Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0668239Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0668382Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0668522Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0668663Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0668808Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0668951Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0669109Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0669299Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0669490Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0669688Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0669887Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0670034Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0670230Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0670412Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0670580Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0670751Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0670901Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0671065Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0671226Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0671384Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0671541Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0671700Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0671865Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0672027Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0672172Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0672333Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0672645Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0672840Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0673000Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0673153Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0673304Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 XFAIL [ 26%] 2022-12-01T10:33:57.0673455Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 XFAIL [ 26%] 2022-12-01T10:33:57.0673604Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0673742Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0673892Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0674039Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0674188Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0674335Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0674479Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0674634Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0674783Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0674917Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0675064Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0675207Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0675352Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0675555Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0675711Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0675865Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0676014Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0676179Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0676325Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0676469Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0676621Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0676763Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0676906Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0677062Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0677220Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0677365Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0677523Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0677676Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0677826Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0677974Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0678131Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0678284Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0678442Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0678598Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0678740Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0678890Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0679033Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0679187Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0679334Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0679479Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0679631Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0679778Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0679912Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0680069Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0680227Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0680378Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0680525Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0680673Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0680823Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0681008Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0681147Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0681293Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0681445Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0681619Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0681772Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0681923Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0682074Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0682224Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0682375Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0682525Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0682712Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 PASSED [ 26%] 2022-12-01T10:33:57.0682856Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0682997Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0683138Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0683277Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0683431Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0683581Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0683717Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 PASSED [ 26%] 2022-12-01T10:33:57.0683868Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0684017Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 PASSED [ 26%] 2022-12-01T10:33:57.0684167Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0684317Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0684465Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0684611Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0684758Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:33:57.0684895Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0685048Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 PASSED [ 26%] 2022-12-01T10:33:57.0685196Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0685341Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0685510Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0685688Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 26%] 2022-12-01T10:33:57.0685862Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 26%] 2022-12-01T10:33:57.0686028Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 26%] 2022-12-01T10:33:57.0686196Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 26%] 2022-12-01T10:33:57.0686347Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 26%] 2022-12-01T10:33:57.0686577Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 26%] 2022-12-01T10:33:57.0686753Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 26%] 2022-12-01T10:33:57.0686932Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 27%] 2022-12-01T10:33:57.0687137Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0687307Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0687475Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 27%] 2022-12-01T10:33:57.0687629Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0687767Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 PASSED [ 27%] 2022-12-01T10:33:57.0687918Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0688066Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0688218Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 PASSED [ 27%] 2022-12-01T10:33:57.0688370Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0688524Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0688673Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool PASSED [ 27%] 2022-12-01T10:33:57.0688832Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 PASSED [ 27%] 2022-12-01T10:33:57.0688987Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 PASSED [ 27%] 2022-12-01T10:33:57.0689128Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:57.0689281Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 PASSED [ 27%] 2022-12-01T10:33:57.0689425Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0689573Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0689724Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0689876Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 PASSED [ 27%] 2022-12-01T10:33:57.0690022Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 PASSED [ 27%] 2022-12-01T10:33:57.0690167Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:57.0690300Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0690444Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0690589Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 PASSED [ 27%] 2022-12-01T10:33:57.0690732Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 PASSED [ 27%] 2022-12-01T10:33:57.0690873Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0691026Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0691182Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0691333Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0691470Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:57.0691620Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0691767Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0691954Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0692115Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0692275Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0692417Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool PASSED [ 27%] 2022-12-01T10:33:57.0692601Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 PASSED [ 27%] 2022-12-01T10:33:57.0692734Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:57.0692875Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 PASSED [ 27%] 2022-12-01T10:33:57.0693018Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0693159Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0693302Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 PASSED [ 27%] 2022-12-01T10:33:57.0693440Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 PASSED [ 27%] 2022-12-01T10:33:57.0693578Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0693718Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0693847Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 PASSED [ 27%] 2022-12-01T10:33:57.0694110Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:57.0694406Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:57.0694611Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:57.0694923Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:57.0695124Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:57.0695318Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:57.0695511Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:57.0695700Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:57.0695909Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:33:57.0696115Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:33:57.0696331Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:33:57.0696540Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:33:57.0696701Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 PASSED [ 27%] 2022-12-01T10:33:57.0696857Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 PASSED [ 27%] 2022-12-01T10:33:57.0697011Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 PASSED [ 27%] 2022-12-01T10:33:57.0697158Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0697307Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 PASSED [ 27%] 2022-12-01T10:33:57.0697456Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 PASSED [ 27%] 2022-12-01T10:33:57.0697644Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0697796Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool PASSED [ 27%] 2022-12-01T10:33:57.0697952Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:57.0698134Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 PASSED [ 27%] 2022-12-01T10:33:57.0698284Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0698432Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0698577Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool PASSED [ 27%] 2022-12-01T10:33:57.0698735Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 PASSED [ 27%] 2022-12-01T10:33:57.0698873Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0699023Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0699180Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0699336Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0699491Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0699659Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0699824Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0700041Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:33:57.0700253Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:33:57.0700403Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0700570Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0700733Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0700900Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0701060Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0701232Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0701405Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0701572Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0701736Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0701891Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 27%] 2022-12-01T10:33:57.0702055Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 27%] 2022-12-01T10:33:57.0702241Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0702423Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0702603Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0702773Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 27%] 2022-12-01T10:33:57.0702938Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 27%] 2022-12-01T10:33:57.0703131Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:57.0703295Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0703446Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0703649Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0703816Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0703995Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0704171Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0704350Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 27%] 2022-12-01T10:33:57.0704525Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0704688Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0704853Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 27%] 2022-12-01T10:33:57.0705005Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0705165Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0705347Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 27%] 2022-12-01T10:33:57.0705528Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 27%] 2022-12-01T10:33:57.0705702Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0705878Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0706053Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0706230Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 27%] 2022-12-01T10:33:57.0706405Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 27%] 2022-12-01T10:33:57.0706555Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 XFAIL [ 27%] 2022-12-01T10:33:57.0706730Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0706901Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0707078Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 27%] 2022-12-01T10:33:57.0707249Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 27%] 2022-12-01T10:33:57.0707420Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 27%] 2022-12-01T10:33:57.0707592Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0707759Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:33:57.0707923Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0708070Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 PASSED [ 27%] 2022-12-01T10:33:57.0708231Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 PASSED [ 27%] 2022-12-01T10:33:57.0708438Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 PASSED [ 27%] 2022-12-01T10:33:57.0708601Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 PASSED [ 27%] 2022-12-01T10:33:57.0708762Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 PASSED [ 28%] 2022-12-01T10:33:57.0708955Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0709114Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0709276Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0709433Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0709599Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0709774Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0709948Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0710123Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0710297Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:57.0710467Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0710636Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0710805Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 28%] 2022-12-01T10:33:57.0710956Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0711130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0711300Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0711466Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 PASSED [ 28%] 2022-12-01T10:33:57.0711635Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0711802Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0711966Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0712118Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0712272Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:57.0712409Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0712717Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0712875Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:57.0713022Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0713171Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0713316Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 PASSED [ 28%] 2022-12-01T10:33:57.0713462Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0713607Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0713736Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0713941Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool PASSED [ 28%] 2022-12-01T10:33:57.0714104Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0714260Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 PASSED [ 28%] 2022-12-01T10:33:57.0714416Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:57.0714604Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0714751Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0714902Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0715036Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0715186Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0715344Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0715504Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 PASSED [ 28%] 2022-12-01T10:33:57.0715661Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:57.0715814Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0715969Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0716122Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 PASSED [ 28%] 2022-12-01T10:33:57.0716255Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0716403Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0716554Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0716703Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0716855Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0716998Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0717141Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 PASSED [ 28%] 2022-12-01T10:33:57.0717287Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool PASSED [ 28%] 2022-12-01T10:33:57.0717434Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0717562Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 PASSED [ 28%] 2022-12-01T10:33:57.0717705Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0717851Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0718001Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0718154Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 PASSED [ 28%] 2022-12-01T10:33:57.0718301Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0718450Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0718598Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0718730Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool PASSED [ 28%] 2022-12-01T10:33:57.0718884Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0719036Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 PASSED [ 28%] 2022-12-01T10:33:57.0719183Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:57.0719331Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0719503Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0719645Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 PASSED [ 28%] 2022-12-01T10:33:57.0719786Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0719916Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0720094Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0720240Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0720387Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0720532Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0720675Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0720829Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool PASSED [ 28%] 2022-12-01T10:33:57.0720991Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0721135Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0721289Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0721444Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0721598Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 PASSED [ 28%] 2022-12-01T10:33:57.0721747Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0721894Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 PASSED [ 28%] 2022-12-01T10:33:57.0722045Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0722198Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0722338Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0722487Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0722635Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0722781Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool PASSED [ 28%] 2022-12-01T10:33:57.0722934Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0723082Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0723232Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0723377Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 PASSED [ 28%] 2022-12-01T10:33:57.0723525Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 PASSED [ 28%] 2022-12-01T10:33:57.0723657Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0723803Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0723962Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0724122Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 PASSED [ 28%] 2022-12-01T10:33:57.0724275Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0724428Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0724583Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 PASSED [ 28%] 2022-12-01T10:33:57.0724732Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0724901Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:33:57.0725053Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 PASSED [ 28%] 2022-12-01T10:33:57.0725199Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0725348Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 PASSED [ 28%] 2022-12-01T10:33:57.0725526Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0725671Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool PASSED [ 28%] 2022-12-01T10:33:57.0725820Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0725970Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 PASSED [ 28%] 2022-12-01T10:33:57.0726104Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:57.0726251Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0726399Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0726543Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0726686Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool PASSED [ 28%] 2022-12-01T10:33:57.0726839Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0726988Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 PASSED [ 28%] 2022-12-01T10:33:57.0727129Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0727259Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0727401Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 PASSED [ 28%] 2022-12-01T10:33:57.0727546Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0727690Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 PASSED [ 28%] 2022-12-01T10:33:57.0727833Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0727974Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool PASSED [ 28%] 2022-12-01T10:33:57.0728128Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 PASSED [ 28%] 2022-12-01T10:33:57.0728273Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 PASSED [ 28%] 2022-12-01T10:33:57.0728406Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 PASSED [ 28%] 2022-12-01T10:33:57.0728551Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 PASSED [ 28%] 2022-12-01T10:33:57.0728692Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 PASSED [ 28%] 2022-12-01T10:33:57.0728834Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 PASSED [ 28%] 2022-12-01T10:33:57.0728983Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0729131Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0729272Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0729422Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0729566Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0729704Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 PASSED [ 29%] 2022-12-01T10:33:57.0729851Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 PASSED [ 29%] 2022-12-01T10:33:57.0729992Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 PASSED [ 29%] 2022-12-01T10:33:57.0730133Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0730317Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0730457Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0730597Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0730738Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0730906Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0731056Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0731210Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 PASSED [ 29%] 2022-12-01T10:33:57.0731360Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0731506Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0731654Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0731803Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0731950Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0732079Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0732225Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0732368Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0732524Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0732674Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0732825Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 PASSED [ 29%] 2022-12-01T10:33:57.0732972Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0733120Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0733255Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0733398Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0733553Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 PASSED [ 29%] 2022-12-01T10:33:57.0733700Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 PASSED [ 29%] 2022-12-01T10:33:57.0733841Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0733985Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0734126Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0734269Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0734400Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0734551Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 PASSED [ 29%] 2022-12-01T10:33:57.0734794Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 PASSED [ 29%] 2022-12-01T10:33:57.0734942Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0735090Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0735244Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:33:57.0735395Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 PASSED [ 29%] 2022-12-01T10:33:57.0735543Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0735677Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0735853Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0735997Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0736142Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0736293Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0736484Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0736643Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0736801Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0736957Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0737101Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0737266Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0737421Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0737576Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0737732Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0737888Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0738040Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0738192Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0738329Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0738484Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0738637Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0738789Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0738940Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0739094Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0739246Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0739405Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0739561Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0739701Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0739852Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0740041Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0740222Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0740401Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0740590Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0740768Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0740955Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0741118Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0741325Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0741506Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0741682Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0741885Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0742063Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0742236Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0742407Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0742574Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0742733Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0742874Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0743029Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0743177Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0743322Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0743465Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0743611Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0743765Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 PASSED [ 29%] 2022-12-01T10:33:57.0743911Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0744047Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0744190Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0744336Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0744491Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0744647Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 PASSED [ 29%] 2022-12-01T10:33:57.0744805Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 PASSED [ 29%] 2022-12-01T10:33:57.0744954Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 PASSED [ 29%] 2022-12-01T10:33:57.0745100Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0745237Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 PASSED [ 29%] 2022-12-01T10:33:57.0745387Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0745532Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0745679Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0745826Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool PASSED [ 29%] 2022-12-01T10:33:57.0745978Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 PASSED [ 29%] 2022-12-01T10:33:57.0746126Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 PASSED [ 29%] 2022-12-01T10:33:57.0746274Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0746405Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 PASSED [ 29%] 2022-12-01T10:33:57.0746545Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0746719Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0746872Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 PASSED [ 29%] 2022-12-01T10:33:57.0747016Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 PASSED [ 29%] 2022-12-01T10:33:57.0747159Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0747330Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0747487Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 PASSED [ 29%] 2022-12-01T10:33:57.0747624Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 PASSED [ 29%] 2022-12-01T10:33:57.0747774Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 PASSED [ 29%] 2022-12-01T10:33:57.0747917Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 PASSED [ 29%] 2022-12-01T10:33:57.0748060Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0748200Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 PASSED [ 29%] 2022-12-01T10:33:57.0748340Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 PASSED [ 29%] 2022-12-01T10:33:57.0748480Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 PASSED [ 29%] 2022-12-01T10:33:57.0748622Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 PASSED [ 29%] 2022-12-01T10:33:57.0748749Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 PASSED [ 29%] 2022-12-01T10:33:57.0748910Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:33:57.0749062Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0749218Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0749371Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0749524Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 PASSED [ 30%] 2022-12-01T10:33:57.0749675Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0749852Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0750034Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0750166Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0750309Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0750450Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 PASSED [ 30%] 2022-12-01T10:33:57.0750591Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0750730Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 PASSED [ 30%] 2022-12-01T10:33:57.0750871Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0751013Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 PASSED [ 30%] 2022-12-01T10:33:57.0751151Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0751281Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0751420Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0751558Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 PASSED [ 30%] 2022-12-01T10:33:57.0751700Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0751851Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0752001Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0752180Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 PASSED [ 30%] 2022-12-01T10:33:57.0752329Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 PASSED [ 30%] 2022-12-01T10:33:57.0752585Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0752766Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0752987Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 XFAIL [ 30%] 2022-12-01T10:33:57.0753143Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 XFAIL [ 30%] 2022-12-01T10:33:57.0753296Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 XFAIL [ 30%] 2022-12-01T10:33:57.0753447Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 XFAIL [ 30%] 2022-12-01T10:33:57.0753602Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 XFAIL [ 30%] 2022-12-01T10:33:57.0753758Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 XFAIL [ 30%] 2022-12-01T10:33:57.0753888Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0754030Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0754180Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0754327Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0754471Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 PASSED [ 30%] 2022-12-01T10:33:57.0754619Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 PASSED [ 30%] 2022-12-01T10:33:57.0754759Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0754899Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 PASSED [ 30%] 2022-12-01T10:33:57.0755040Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 XFAIL [ 30%] 2022-12-01T10:33:57.0755192Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:33:57.0755335Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 XFAIL [ 30%] 2022-12-01T10:33:57.0755475Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 XFAIL [ 30%] 2022-12-01T10:33:57.0755618Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 XFAIL [ 30%] 2022-12-01T10:33:57.0755759Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 XFAIL [ 30%] 2022-12-01T10:33:57.0755918Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0756066Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0756223Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 PASSED [ 30%] 2022-12-01T10:33:57.0756367Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0756522Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0756672Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 PASSED [ 30%] 2022-12-01T10:33:57.0756823Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0756974Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 PASSED [ 30%] 2022-12-01T10:33:57.0757123Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0757272Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 PASSED [ 30%] 2022-12-01T10:33:57.0757420Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0757556Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0757707Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0757889Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 PASSED [ 30%] 2022-12-01T10:33:57.0758033Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0758177Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 PASSED [ 30%] 2022-12-01T10:33:57.0758348Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0758501Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 PASSED [ 30%] 2022-12-01T10:33:57.0758654Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0758791Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0758945Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0759094Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0759242Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0759386Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0759527Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0759671Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 PASSED [ 30%] 2022-12-01T10:33:57.0759811Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0759952Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0760109Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0760264Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0760417Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 PASSED [ 30%] 2022-12-01T10:33:57.0760571Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0760717Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 PASSED [ 30%] 2022-12-01T10:33:57.0760859Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0761003Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0761133Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0761289Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 PASSED [ 30%] 2022-12-01T10:33:57.0761442Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0761590Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0761734Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 PASSED [ 30%] 2022-12-01T10:33:57.0761878Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 PASSED [ 30%] 2022-12-01T10:33:57.0762023Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0762168Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 PASSED [ 30%] 2022-12-01T10:33:57.0762311Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0762443Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0762600Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0762758Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0762913Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 PASSED [ 30%] 2022-12-01T10:33:57.0763065Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0763247Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0763405Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 PASSED [ 30%] 2022-12-01T10:33:57.0763563Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0763735Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 PASSED [ 30%] 2022-12-01T10:33:57.0763887Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0764038Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 PASSED [ 30%] 2022-12-01T10:33:57.0764189Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 PASSED [ 30%] 2022-12-01T10:33:57.0764341Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0764552Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0764775Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 PASSED [ 30%] 2022-12-01T10:33:57.0764928Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0765079Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 PASSED [ 30%] 2022-12-01T10:33:57.0765262Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0765413Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0765563Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0765715Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0765868Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0766018Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0766174Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0766324Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 PASSED [ 30%] 2022-12-01T10:33:57.0766458Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 PASSED [ 30%] 2022-12-01T10:33:57.0766607Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0766755Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 PASSED [ 30%] 2022-12-01T10:33:57.0766898Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0767045Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0767196Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 PASSED [ 30%] 2022-12-01T10:33:57.0767341Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 PASSED [ 30%] 2022-12-01T10:33:57.0767492Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 PASSED [ 30%] 2022-12-01T10:33:57.0767623Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 PASSED [ 30%] 2022-12-01T10:33:57.0767763Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 PASSED [ 30%] 2022-12-01T10:33:57.0767912Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0768061Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool PASSED [ 30%] 2022-12-01T10:33:57.0768215Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 PASSED [ 30%] 2022-12-01T10:33:57.0768364Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 PASSED [ 30%] 2022-12-01T10:33:57.0768509Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 PASSED [ 30%] 2022-12-01T10:33:57.0768654Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 PASSED [ 30%] 2022-12-01T10:33:57.0768844Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:33:57.0769000Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 PASSED [ 31%] 2022-12-01T10:33:57.0769144Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 PASSED [ 31%] 2022-12-01T10:33:57.0769288Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 PASSED [ 31%] 2022-12-01T10:33:57.0769513Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 PASSED [ 31%] 2022-12-01T10:33:57.0769665Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 PASSED [ 31%] 2022-12-01T10:33:57.0769815Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 PASSED [ 31%] 2022-12-01T10:33:57.0769961Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 PASSED [ 31%] 2022-12-01T10:33:57.0770098Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 PASSED [ 31%] 2022-12-01T10:33:57.0770244Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 PASSED [ 31%] 2022-12-01T10:33:57.0770388Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 PASSED [ 31%] 2022-12-01T10:33:57.0770533Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 PASSED [ 31%] 2022-12-01T10:33:57.0770679Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 PASSED [ 31%] 2022-12-01T10:33:57.0770833Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 PASSED [ 31%] 2022-12-01T10:33:57.0770977Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool PASSED [ 31%] 2022-12-01T10:33:57.0771130Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 PASSED [ 31%] 2022-12-01T10:33:57.0771267Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 PASSED [ 31%] 2022-12-01T10:33:57.0771411Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 PASSED [ 31%] 2022-12-01T10:33:57.0771555Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 PASSED [ 31%] 2022-12-01T10:33:57.0771700Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 PASSED [ 31%] 2022-12-01T10:33:57.0771846Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu PASSED [ 31%] 2022-12-01T10:33:57.0771999Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu PASSED [ 31%] 2022-12-01T10:33:57.0772151Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu PASSED [ 31%] 2022-12-01T10:33:57.0772305Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu PASSED [ 31%] 2022-12-01T10:33:57.0772458Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu PASSED [ 31%] 2022-12-01T10:33:57.0772595Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu XFAIL [ 31%] 2022-12-01T10:33:57.0772741Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu XFAIL [ 31%] 2022-12-01T10:33:57.0772886Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu PASSED [ 31%] 2022-12-01T10:33:57.0773040Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu PASSED [ 31%] 2022-12-01T10:33:57.0773203Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu PASSED [ 31%] 2022-12-01T10:33:57.0773364Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu PASSED [ 31%] 2022-12-01T10:33:57.0773514Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu PASSED [ 31%] 2022-12-01T10:33:57.0773663Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu PASSED [ 31%] 2022-12-01T10:33:57.0773793Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu PASSED [ 31%] 2022-12-01T10:33:57.0773938Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu PASSED [ 31%] 2022-12-01T10:33:57.0774086Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu PASSED [ 31%] 2022-12-01T10:33:57.0774231Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu PASSED [ 31%] 2022-12-01T10:33:57.0774412Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu PASSED [ 31%] 2022-12-01T10:33:57.0774568Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu PASSED [ 31%] 2022-12-01T10:33:57.0774780Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu PASSED [ 31%] 2022-12-01T10:33:57.0774950Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu XFAIL [ 31%] 2022-12-01T10:33:57.0775093Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu PASSED [ 31%] 2022-12-01T10:33:57.0775247Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu PASSED [ 31%] 2022-12-01T10:33:57.0775388Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu PASSED [ 31%] 2022-12-01T10:33:57.0775540Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu PASSED [ 31%] 2022-12-01T10:33:57.0775721Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 31%] 2022-12-01T10:33:57.0775891Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu PASSED [ 31%] 2022-12-01T10:33:57.0776035Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu PASSED [ 31%] 2022-12-01T10:33:57.0776174Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu PASSED [ 31%] 2022-12-01T10:33:57.0776326Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu PASSED [ 31%] 2022-12-01T10:33:57.0776472Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu PASSED [ 31%] 2022-12-01T10:33:57.0776617Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu PASSED [ 31%] 2022-12-01T10:33:57.0776777Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu PASSED [ 31%] 2022-12-01T10:33:57.0776931Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu PASSED [ 31%] 2022-12-01T10:33:57.0777075Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu PASSED [ 31%] 2022-12-01T10:33:57.0777229Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu PASSED [ 31%] 2022-12-01T10:33:57.0777367Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu PASSED [ 31%] 2022-12-01T10:33:57.0777518Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu PASSED [ 31%] 2022-12-01T10:33:57.0777721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0777919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0778114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0778306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0778507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0778704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0778899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0779096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0779272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0779461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0779654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0779876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0780069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0780258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0780489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0780684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0780880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0781076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0781254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0781448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0781644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0781844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0782035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0782224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0782483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0782700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0782894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0783099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0783284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0783478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0783671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0783866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0784060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0784255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0784447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0784642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0784830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0785056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0785231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0785422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0785645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0785845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0786040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0786234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0786429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0786624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0786816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0787024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0787216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0787415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0787606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0787802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0787999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0788190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0788381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0788568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0788756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0788942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0789128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0789322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0789520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0789711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0789901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0790088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0790301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0790497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0790723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0790909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0791084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0791277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0791467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0791664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0791855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0792050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0792241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:33:57.0792432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0792775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0792976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0793166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0793369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0793566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0793761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0793964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0794172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0794369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0794563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0794752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0794940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0795118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0795307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0795553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0795747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0795943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0796170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0796359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0796550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0796751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0796941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0797116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0797309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0797496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0797685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0797872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0798060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0798256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0798449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0798644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0798833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0799009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0799196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0799383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0799580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0799770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0799956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0800144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0800332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0800556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0800749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0800933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0801170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0801359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0801549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0801737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0801928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0802118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0802306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0802506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0802691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0802889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0803088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0803282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0803477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0803671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0803868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0804060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0804256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0804450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0804644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0804827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0805019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0805218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0805422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0805668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0805866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0806061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0806285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0806473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0806668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0806844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0807032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0807220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0807413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0807607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0807797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0807985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0808178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0808368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0808556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0808735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0808925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0809112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0809306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0809507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0809705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0809895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0810089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0810276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0810464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0810643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0810858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0811050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0811270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0811457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0811652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0811848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0812043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0812233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0812424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0812604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0812793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0812983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0813173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0813362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0813550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0813739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0813937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0814129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0814317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0814495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0814755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0814954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0815153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0815342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0815539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0815734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0815963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0816165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0816370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0816581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0816781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0816974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0817170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0817363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0817558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0817763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0817968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:33:57.0818171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0818369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0818554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0818745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0818943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0819141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0819340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0819536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0819740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0819936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0820127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0820325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0820505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0820701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0820920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0821116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0821317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0821539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0821742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0821944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0822139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0822337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0822518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0822714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0822907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0823104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0823303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0823507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0823705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0823903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0824110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0824314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0824508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0824693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0824888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0825080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0825279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0825479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0825676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0825872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0826093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0826284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0826506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0826682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0826881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0827076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0827274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0827467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0827660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0827856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0828051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0828251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0828448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0828635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0828843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0829048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0829262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0829468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0829672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0829878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0830079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0830291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0830497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0830702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0830896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0831130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0831330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0831554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0831747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0831943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0832148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0832353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0832724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0832930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0833115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0833308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0833502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0833693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0833891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0834081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0834275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0834465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0834651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0834849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0835029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0835229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0835425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0835623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0835815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0836008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0836203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0836446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0836638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0836865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0837042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0837231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0837430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0837625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0837817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0838008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0838199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0838389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0838577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0838765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0838943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0839135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0839334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0839528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0839726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0839922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0840115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0840310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0840503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0840696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0840878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0841069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0841259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0841495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0841697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0841892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0842113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0842304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0842501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0842693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0842879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0843073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0843265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0843467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0843661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0843866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0844060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:33:57.0844254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0844451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0844651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0844830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0845023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0845215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0845404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0845603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0845799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0845989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0846185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0846379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0846599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0846777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0846976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0847197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0847386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0847571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0847757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0847946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0848131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0848317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0848516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0848701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0848894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0849090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0849285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0849474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0849666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0849856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0850044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0850234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0850441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0850627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0850829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0851023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0851213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0851405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0851664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0851866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0852071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0852298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0852496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0852677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0852871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0853067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0853258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0853447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0853633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0853817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0854018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0854215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0854408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0854585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0854862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0855055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0855243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0855453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0855650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0855847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0856042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0856243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0856439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0856634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0856873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0857080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0857312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0857513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0857709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0857912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0858112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0858318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0858519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0858723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0858909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0859109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0859316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0859526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0859736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0859947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0860153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0860355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0860553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0860756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0860947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0861146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0861343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0861536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0861730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0861951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0862155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0862391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0862592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0862790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0862990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0863172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0863361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0863553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0863753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0863946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0864140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0864335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0864529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0864719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0864914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0865105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0865302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0865497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0865693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0865889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0866082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0866275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0866462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0866647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0866873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0867053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0867242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0867459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0867650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0867838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0868030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0868218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0868412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0868606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0868796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0868973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0869167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0869360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0869554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0869743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0869934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0870123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:33:57.0870314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0870508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0870702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0870880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0871068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0871270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0871469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0871662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0871854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0872073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0872271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0872597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0872866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0873055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0873252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0873450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0873647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0873840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0874043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0874246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0874450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0874652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0874855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0875039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0875235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0875429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0875624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0875821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0876018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0876212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0876406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0876598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0876791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0876980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0877231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0877427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0877626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0877849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0878043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0878237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0878430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0878624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0878815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0878997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0879196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0879392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0879590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0879786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0879996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0880202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0880404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0880607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0880808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0881004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0881214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0881418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0881625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0881829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:33:57.0882035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0882239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0882469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0882672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0882910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0883116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:33:57.0883311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:33:57.0883518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0883727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0883931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0884135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0884336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0884533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0884744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0884953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0885157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0885364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0885549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0885743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0885935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0886130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0886320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0886508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0886708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0886910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0887105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0887299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0887507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0887704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0887939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0888131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0888323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0888512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0888713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0888916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0889112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0889315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0889500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0889699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0889893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0890090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0890286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0890682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0890982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0891293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0891600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0891911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0892200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0892500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0892806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0893103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0893403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0893729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0894033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0894347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0894732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0895034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0895333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0895625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:33:57.0895951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0896271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0896589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0896899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0897220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0897541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0897870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0898199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0898526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0898844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0899148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:33:57.0899339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0899534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0899730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:33:57.0899926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0900118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0900310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0900499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0900731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0900927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0901135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0901328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0901513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0901701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0901897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0902085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0902280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0902470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0902663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0902850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0903026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0903218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0903409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0903596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0903796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0903984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0904170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0904366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0904560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0904736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0904928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0905127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0905321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0905520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0905741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0905936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0906127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0906343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0906529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0906706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0906889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0907078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0907264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0907457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0907647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0907835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0908026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0908219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0908404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0908587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0908779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0908965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0909158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0909349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0909538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0909727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0909920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0910123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0910318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0910510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0910742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0910939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0911137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0911364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0911559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0911755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0911953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0912153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0912341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0912674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0912879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0913084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0913285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0913482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0913675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0913868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0914061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0914251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0914439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0914613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0914802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0914988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0915185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0915379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0915573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0915768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0915961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0916217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0916407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0916617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0916804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0916990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0917177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0917367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0917564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0917761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0917957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0918148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0918339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0918520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0918720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0918918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0919109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0919304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0919494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0919684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0919887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0920084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0920281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0920464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0920657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0920847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0921044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0921264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0921457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0921646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0921864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0922052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0922246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0922438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0922633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0922823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0923019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0923210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0923403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0923595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0923792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0923987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0924179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0924360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0924552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0924743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0924947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0925139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0925332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:33:57.0925532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0925727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0925917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0926121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0926349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0926544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0926776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0926977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0927178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0927375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0927569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0927767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0927957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0928150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0928341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0928525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0928728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0928923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0929115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0929311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0929502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0929697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0929891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0930084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0930274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0930468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0930669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0930867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0931060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0931290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0931488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0931682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0931940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0932132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0932324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0932505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0932710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0932908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0933106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0933301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0933499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0933693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0933889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0934080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0934269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0934452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0934655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0934931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0935134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0935324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0935515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0935709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0935899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0936091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0936283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0936512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0936695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0936888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0937111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0937311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0937505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0937696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0937887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0938077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0938273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0938474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0938660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0938856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0939051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0939242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0939439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0939640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0939834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0940037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0940239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0940437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0940617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0940816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0941008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0941204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0941435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0941642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0941847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0942083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0942285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0942486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0942675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0942867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0943065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0943263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0943456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0943648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0943839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0944035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0944229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0944416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0944618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0944804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0945003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0945198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0945390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0945581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0945777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0945971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0946169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0946362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0946584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0946767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0946991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0947179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0947379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0947573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0947768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0947961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0948155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0948350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0948546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0948737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0948938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0949135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0949329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0949523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0949717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0949911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0950110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0950308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0950504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0950682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0950876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0951071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0951273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0951511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:33:57.0951709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0951902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0952132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0952326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0952686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0952879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0953083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0953286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0953484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0953683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0953874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0954068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0954263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0954461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0954654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0954840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0955032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0955223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0955416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0955610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0955803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0955997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0956187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0956384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0956582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0956832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0957015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0957208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0957438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0957632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0957823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0958015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0958213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0958409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0958607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0958800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0958975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0959167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0959358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0959546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0959734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0959935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0960130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0960321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0960515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0960708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0960883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0961083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0961276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0961461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0961655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0961897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0962104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0962302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0962528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0962721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0962904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0963097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0963288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0963479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0963666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0963861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0964053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0964248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0964443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0964635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0964814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0965006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0965194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0965385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0965579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0965775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0965969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0966159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0966348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0966535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0966718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0966942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0967145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0967340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0967562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0967754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0967948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0968140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0968339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0968531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0968708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0968907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0969097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0969295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0969491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0969688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0969879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0970072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0970272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0970471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0970651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0970848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0971049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0971252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0971456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0971654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0971853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0972078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0972272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0972463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0972666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0972860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0973058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0973251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0973444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0973644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0973844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0974037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0974226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0974424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0974609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0974868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0975065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0975259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0975450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0975639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0975827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0976016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0976205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0976402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0976584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0976779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0976970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0977191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0977378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:33:57.0977566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0977782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0977965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0978152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0978348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0978530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0978721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0978911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0979099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0979292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0979483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0979677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0979869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0980058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0980250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0980430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0980616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0980803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0980995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0981187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0981376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0981567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0981754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0981941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0982128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0982330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0982516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0982702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0982914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0983098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0983288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0983480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0983669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0983855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0984042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0984214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0984400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0984582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0984773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0984962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0985151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0985338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0985536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0985729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0985927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0986111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0986304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0986497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0986700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0986898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0987098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0987338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0987537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0987731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0987955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0988132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0988325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0988513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0988711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0988906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0989149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0989384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0989569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0989909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0990136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0990399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0990619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0990856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0991083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.0991308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1024767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1025077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1025275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1025469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1025660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1025844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1026025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1026394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1026589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1026781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1027021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1027208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1027392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1027577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1027769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1027952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1028127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1028311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1028490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1028670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1028857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1029045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1029227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1029413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1029591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1029770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1029942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1030131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1030316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1030506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1030698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1030889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1031078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1031267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1031483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1031671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1031857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1032071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1032259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1032450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1032804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1032995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1033181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1033371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1033558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1033745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1033924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1034116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1034313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1034508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1034698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1034887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1035080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1035275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1035462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1035645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1035833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1036018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1036219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1036448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1036637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:33:57.1036820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1037041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1037225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1037406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1037595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1037787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1037968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1038152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1038338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1038525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1038711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1038909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1039099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1039288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1039479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1039664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1039845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1040040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1040238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1040427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1040616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1040800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1040986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1041181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1041416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1041612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1041802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1042023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1042208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1042397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1042582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1042766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1042945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1043137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1043329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1043516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1043696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1043885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1044078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1044270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1044455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1044643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1044830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1045021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1045207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1045401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1045594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1045773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1045957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1046147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1046360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1046547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1046776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1046960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1047143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1047327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1047509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1047692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1047884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1048072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1048260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1048447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1048635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1048821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1049008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1049191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1049374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1049550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1049728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1049910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1050096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1050287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1050477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1050667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1050853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1051039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1051257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1051436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1051618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1051840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1052029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1052219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1052410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1052601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1052790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1052980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1053167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1053348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1053532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1053716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1053915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1054109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1054301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1054490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1054770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1054969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1055153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1055334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1055526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1055718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1055905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1056091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1056314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1056510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1056698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1056917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1057107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1057286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1057472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1057656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1057843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1058033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1058217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1058401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1058580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1058764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1058947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1059122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1059307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1059489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1059674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1059857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1060049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1060235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1060417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1060607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1060795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1060981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1061195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1061402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1061602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1061831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:33:57.1062028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1062232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1062441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1062643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1062842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1063034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1063227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1063418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1063618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1063808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1064004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1064200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1064402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1064603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1064799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1065005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1065204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1065412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1065611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1065809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1066000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1066220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1066409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1066624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1066822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1067014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1067196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1067388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1067577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1067762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1067944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1068124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1068312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1068494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1068681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1068863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1069044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1069228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1069408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1069588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1069769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1069949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1070132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1070321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1070504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1070684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1070861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1071075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1071262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1071446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1071657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1071838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1072016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1072195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1072385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1072762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1072966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1073153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1073333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1073515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1073697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1073884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1074073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1074258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1074439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1074620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1074808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1075005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1075194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1075391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1075581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1075767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1075953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1076220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1076417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1076608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1076828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1077013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1077200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1077388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1077570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1077757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1077952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1078145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1078332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1078516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1078700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1078886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1079086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1079276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1079472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1079670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1079860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1080052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1080244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1080434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1080618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1080799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1081040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1081227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1081422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1081658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1081853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1082044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1082230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1082421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1082606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1082792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1082983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1083168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1083361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1083549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1083744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1083931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1084129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1084327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1084519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1084708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1084898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1085084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1085272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1085459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1085651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1085844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1086059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1086249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1086462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1086643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1086826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1087021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1087218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:33:57.1087408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1087599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1087787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1087975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1088159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1088345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1088536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1088729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1088919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1089104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1089292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1089552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1089739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1089917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1090095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1090274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1090452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1090633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1090812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1091038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1091231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1091421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1091638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1091831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1092030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1092225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1092420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1092606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1092796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1092985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1093172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1093359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1093545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1093732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1093921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1094104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1094289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1094467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1094658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1094912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1095104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1095293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1095475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1095661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1095851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1096072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1096260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1096489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1096697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1096898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1097101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1097312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1097521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1097732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1097937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1098140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1098346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1098551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1098755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1098962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1099170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1099373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1099581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1099791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1100005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1100222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1100530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1100777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1101013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1101195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1101387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1101611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1101807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1102003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1102190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1102379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1102569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1102759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1102950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1103136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1103325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1103512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1103699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1103883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1104072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1104258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1104440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1104636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1104830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1105012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1105203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1105395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1105586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1105774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1105996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1106189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1106382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1106600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1106786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1106969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1107167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1107365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1107555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1107744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1107944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1108140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1108333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1108530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1108721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1108900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1109101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1109302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1109498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1109696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1109894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1110089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1110282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1110479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1110675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1110854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1111075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1111268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1111461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1111688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1111884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1112084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1112280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1112600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1112799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1112994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1113204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:33:57.1113415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1113601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1113801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1113990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1114175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1114366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1114562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1114761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1114943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1115139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1115330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1115521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1115710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1115898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1116095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1116291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1116537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1116728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1116952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1117142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1117330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1117531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1117731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1117925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1118120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1118316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1118506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1118693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1118871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1119294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1119610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1119938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1120261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1120573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1120886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1121197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1121512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1121836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1122148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1122470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1122820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1123138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:33:57.1123373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1123646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1123882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1124116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1124350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1124585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1124820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1125052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1125275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1125507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1125750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1125985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1126227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1126463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1126693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:33:57.1126893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1127093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1127294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1127489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1127681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1127859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1128078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1128281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1128475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1128711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1128908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1129105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1129298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1129492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1129689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1129874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1130066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1130260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1130451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1130641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1130834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1131036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1131240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1131440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1131635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1131820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1132016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1132216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1132414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1132609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1132804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1132996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1133222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1133418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1133652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1133839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1134034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1134232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1134427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1134621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1134901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1135107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1135305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1135521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1135743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1135937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1136142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1136354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1136565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1136776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1136986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1137195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1137404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1137623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1137842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1138054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1138290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1138506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1138719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1138956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1139165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1139375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1139591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1139816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1140038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1140268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1140493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1140690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1140903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1141114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1141334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1141552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1141762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1141976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1142189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:33:57.1142402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1142614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1142824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1143017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1143229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1143470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1143684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1143921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1144142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1144361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1144584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1144807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1145031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1145252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1145472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1145683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1145895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1146107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1146333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1146560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1146782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1147002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1147221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1147432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1147651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1147864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1148070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1148320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1148530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1148746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1148999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1149209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1149421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1149632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1149853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1150072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1150295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1150489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1150700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1150915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1151123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1151329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1151531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1151737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1151942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1152155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1152360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1152844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1153039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1153247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1153451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1153715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1153922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1154135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1154396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1154600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1154802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1155009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1155197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1155402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1155613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1155822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1156030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1156242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1156455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1156672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1156886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1157102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1157318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1157517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1157731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1157941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1158160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1158374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1158585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1158827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1159042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1159306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1159515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1159724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1159918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1160139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1160352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1160564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1160779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1160994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1161206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1161396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1161595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1161789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1161982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1162156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1162345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1162541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1162741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1162938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1163133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1163327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1163520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1163713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1163940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1164121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1164323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1164551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1164749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1164944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1165138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1165329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1165531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1165730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1165928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1166107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1166299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1166494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1166692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1166893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1167085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1167287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1167494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1167699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1167898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1168078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1168278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1168474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1168669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1168888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1169087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1169278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1169497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1169684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1169872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:33:57.1170054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1170256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1170448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1170641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1170836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1171027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1171218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1171412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1171604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1171801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1171983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1172175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1172365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1172555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1172750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1172948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1173141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1173336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1173738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:33:57.1174073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:33:57.1174421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:33:57.1174816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:33:57.1175148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:33:57.1175517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:33:57.1175847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:33:57.1176175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:33:57.1176374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1176574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1176774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1176969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1177162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1177339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1177529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1177717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1177906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1178091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1178293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1178488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1178685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1178883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1179079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1179259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1179455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1179648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1179837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1180030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1180252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1180444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1180632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1180850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1181037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1181221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1181420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1181617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1181810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1182006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1182197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1182388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1182592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1182798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1182996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1183179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1183378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1183578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1183781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1183981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1184181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1184377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1184578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1184773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1184967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1185151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1185388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1185592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1185790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1186015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1186211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1186410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1186608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1186808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1187003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1187186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1187379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1187573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1187764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1187956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1188146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1188348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1188547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1188741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1188941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1189124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1189322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1189520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1189731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1189936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1190141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1190344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1190573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1190773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1191074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1191257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1191454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1191648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1191840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1192035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1192238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1192437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1192771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1192963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1193155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1193335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1193525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1193710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1193912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1194105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1194304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1194501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1194697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1194886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1195078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1195256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1195443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1195637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1195875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1196064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1196253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1196495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1196697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1196892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1197090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:33:57.1197269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1197462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1197656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1197906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1198172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1198435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1198646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1198838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1199086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1199292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1199471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1199664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1199858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1200079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1200282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1200476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1200667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1200857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1201049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1201280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1201481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1201677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1201887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1202077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1202266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1202456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1202656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1202848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1203040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1203230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1203429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1203628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1203811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1204004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1204198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1204396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1204586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1204772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1204961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1205153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1205353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1205551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1205735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1205927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1206120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1206311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1206533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1206782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1207025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1207227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1207425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1207617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1207798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1207989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1208180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1208385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1208583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1208779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1208974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1209169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1209362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1209554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1209735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1209929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1210119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1210312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1210500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1210696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1210889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1211087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1211282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1211474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1211683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1211877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1212077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1212315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1212512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1212701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1212898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1213090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1213278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1213454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1213643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1213839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1214032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1214225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1214417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1214605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1214912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1215110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1215301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1215476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1215668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1215861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1216055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1216246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1216442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1216633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1216865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1217052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1217247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1217466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1217666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1217858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1218057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1218265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1218473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1218676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1218885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1219087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1219294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1219504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1219715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1219931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1220140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1220345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1220549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1220752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1220949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1221147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1221347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1221546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1221736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1221938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1222174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1222374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1222606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1222802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1223002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1223201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1223404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1223605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:33:57.1223791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1223987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1224185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1224384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1224583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1224780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1224974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1225173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1225372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1225575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1225761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1225965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1226164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1226362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1226553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1226754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1226956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1227199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1227404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1227631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1227909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1228122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1228350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1228584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1228815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1229044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1229268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1229491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1229716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1229947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1230168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1230390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1230597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1230825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1231051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1231270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1231491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1231716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1231945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1232169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1232423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1232847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1233127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1233341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1233543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1233759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1233980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1234201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1234420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1234620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1234820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1235018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1235226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1235432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1235628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1235830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1236027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1236218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1236413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1236605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1236797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1236989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1237175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1237367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1237552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1237790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1237987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1238213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1238404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1238598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1238788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:33:57.1238984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1239175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1239364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1239542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1239736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1239930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:33:57.1240129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1240325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1240518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1240707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1240907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1241105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1241298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1241481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1241674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1241876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1242078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1242280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1242477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1242670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1242926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1243124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1243350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1243532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1243728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1243921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1244113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1244307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1244499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1244703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1244903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1245100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1245295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1245488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1245669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1245864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1246060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1246259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1246456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1246654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1246848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1247042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1247246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1247444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1247623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1247813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1248042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1248238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1248471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1248666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1248894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1249150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1249418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1249676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1249936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1250229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1250526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1250828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1251101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1251391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:33:57.1251715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1252039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1252372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1252690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1253021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1253337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1253667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1254006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1254356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1254675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1255069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1255388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1255811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1256101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1256387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1256750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1257086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1257402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1257712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1258040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1258385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1258703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1258987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1259305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1259586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1259886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1260171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1260466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1260781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1261109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1261412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1261712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1262011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1262291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1262547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1262807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1263055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1263314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1263572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1263932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1264192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1264491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1264744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1264991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1265243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1265505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1265759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1266015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1266273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1266528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1266801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1267063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1267327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1267561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1267815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1268073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1268325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1268593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1268856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1269129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1269395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1269662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1269917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1270163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1270423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1270750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1271032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1271359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1271629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1271899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1272163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1272423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1272863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1273119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1273361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1273614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1273866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1274115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1274364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1274614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1274870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1275134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1275392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1275642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1275880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1276127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1276414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1276701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1276981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1277260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1277625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1277913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1278197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1278526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1278789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:33:57.1279059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1279332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1279605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1279870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1280136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1280395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1280659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1280919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1281177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1281418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1281689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1281965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1282237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1282506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1282786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1283049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1283302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1283560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1283808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1284059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1284291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1284602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1284862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1285126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1285417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1285669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1285923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1286204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1286499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1286764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1287008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1287268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1287523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1287799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1288086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1288348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:33:57.1288605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1288858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1289111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1289346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1289612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1289881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1290147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1290423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1290692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1290952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1291215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1291519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1291791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1292061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1292348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1292612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1292882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1293145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1293394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1293641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1293914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1294195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1294461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1294811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1295062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1295321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1295595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1295867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1296141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1296418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1296673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1296943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1297203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1297465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1297707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1297964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1298236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1298573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1298861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1299137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1299449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1299709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1299982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1300261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1300537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1300811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1301110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1301403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1301718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1302032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1302375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1302721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1303043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1303246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1303433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1303629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1303828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1304034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1304242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1304453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1304660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1304861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1305106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1305308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1305492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1305722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1305920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1306114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1306311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1306511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1306706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1306902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1307106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1307302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1307507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1307693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1307890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1308079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1308276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1308468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1308664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1308860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1309061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1309259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1309458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1309640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1309840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1310033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1310256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1310455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1310651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1310877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1311073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1311265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1311456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1311633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1311822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1312024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1312217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1312409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1312792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1312988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1313191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1313387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1313582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1313760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1313950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1314139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1314327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1314524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1314722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1314920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1315117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1315312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1315562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1315744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1315937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1316182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1316381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1316580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1316773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1316967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1317159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1317350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1317549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1317739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1317937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1318137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1318333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1318526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1318720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:33:57.1318918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1319117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1319318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1319514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1319694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1319887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1320079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1320273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1320475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1320699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1320894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1321088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1321310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1321508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1321688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1321883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1322076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1322264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1322452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1322646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1322833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1323032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1323232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1323432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1323612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1323806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1323997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1324190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1324379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1324580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1324776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1324965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1325156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1325344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1325524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1325724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1325945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1326140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1326360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1326555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1326771Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1326975Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1327180Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1327383Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1327577Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1327788Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1327992Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:33:57.1328147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1328307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 PASSED [ 50%] 2022-12-01T10:33:57.1328464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 PASSED [ 50%] 2022-12-01T10:33:57.1328613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1328763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 PASSED [ 50%] 2022-12-01T10:33:57.1328912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 PASSED [ 50%] 2022-12-01T10:33:57.1329053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1329204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool PASSED [ 50%] 2022-12-01T10:33:57.1329356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1329506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 PASSED [ 50%] 2022-12-01T10:33:57.1329656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 PASSED [ 50%] 2022-12-01T10:33:57.1329803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 PASSED [ 50%] 2022-12-01T10:33:57.1329952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 PASSED [ 50%] 2022-12-01T10:33:57.1330109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1330251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool PASSED [ 50%] 2022-12-01T10:33:57.1330408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 PASSED [ 50%] 2022-12-01T10:33:57.1330564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1330715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 PASSED [ 50%] 2022-12-01T10:33:57.1330863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 PASSED [ 50%] 2022-12-01T10:33:57.1331013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 PASSED [ 50%] 2022-12-01T10:33:57.1331185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 PASSED [ 50%] 2022-12-01T10:33:57.1331339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1331494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 PASSED [ 50%] 2022-12-01T10:33:57.1331665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 PASSED [ 50%] 2022-12-01T10:33:57.1331878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 PASSED [ 50%] 2022-12-01T10:33:57.1332147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 PASSED [ 50%] 2022-12-01T10:33:57.1332402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1332650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 PASSED [ 50%] 2022-12-01T10:33:57.1332809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 PASSED [ 50%] 2022-12-01T10:33:57.1332957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 PASSED [ 50%] 2022-12-01T10:33:57.1333106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 PASSED [ 50%] 2022-12-01T10:33:57.1333252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1333417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 PASSED [ 50%] 2022-12-01T10:33:57.1333580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 PASSED [ 50%] 2022-12-01T10:33:57.1333737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 PASSED [ 50%] 2022-12-01T10:33:57.1333894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1334050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1334203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool PASSED [ 50%] 2022-12-01T10:33:57.1334363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 PASSED [ 50%] 2022-12-01T10:33:57.1334506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 PASSED [ 50%] 2022-12-01T10:33:57.1334660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1334910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 PASSED [ 50%] 2022-12-01T10:33:57.1335063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 PASSED [ 50%] 2022-12-01T10:33:57.1335219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 PASSED [ 50%] 2022-12-01T10:33:57.1335372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 PASSED [ 50%] 2022-12-01T10:33:57.1335522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 PASSED [ 50%] 2022-12-01T10:33:57.1335672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 PASSED [ 50%] 2022-12-01T10:33:57.1335807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 PASSED [ 50%] 2022-12-01T10:33:57.1335965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1336127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 PASSED [ 50%] 2022-12-01T10:33:57.1336290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 PASSED [ 50%] 2022-12-01T10:33:57.1336452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 PASSED [ 50%] 2022-12-01T10:33:57.1336610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 PASSED [ 50%] 2022-12-01T10:33:57.1336767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1336923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1337116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool PASSED [ 50%] 2022-12-01T10:33:57.1337257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1337409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 PASSED [ 50%] 2022-12-01T10:33:57.1337562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:33:57.1337756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool PASSED [ 50%] 2022-12-01T10:33:57.1337909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 PASSED [ 50%] 2022-12-01T10:33:57.1338061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1338212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 PASSED [ 50%] 2022-12-01T10:33:57.1338360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 PASSED [ 50%] 2022-12-01T10:33:57.1338498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool PASSED [ 50%] 2022-12-01T10:33:57.1338654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 PASSED [ 50%] 2022-12-01T10:33:57.1338811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 PASSED [ 50%] 2022-12-01T10:33:57.1338964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 PASSED [ 50%] 2022-12-01T10:33:57.1339115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1339265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 PASSED [ 50%] 2022-12-01T10:33:57.1339419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 PASSED [ 50%] 2022-12-01T10:33:57.1339572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 PASSED [ 50%] 2022-12-01T10:33:57.1339728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 PASSED [ 50%] 2022-12-01T10:33:57.1339869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 PASSED [ 50%] 2022-12-01T10:33:57.1340016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 PASSED [ 50%] 2022-12-01T10:33:57.1340168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 XFAIL [ 50%] 2022-12-01T10:33:57.1340379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:33:57.1340578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:33:57.1340779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:33:57.1340972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:33:57.1341165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:33:57.1341365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:33:57.1341543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:33:57.1341701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 PASSED [ 50%] 2022-12-01T10:33:57.1341853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 PASSED [ 50%] 2022-12-01T10:33:57.1342004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1342154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1342304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1342495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1342650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1342788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1342965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1343116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1343269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1343421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1343574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1343731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1343885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1344037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1344171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1344323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1344469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1344625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 PASSED [ 51%] 2022-12-01T10:33:57.1344780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1344930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1345075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1345222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1345354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1345513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1345679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1345841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:33:57.1346005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:33:57.1346162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1346319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1346480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1346636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1346786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1346943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1347101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1347257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1347411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1347567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1347731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:33:57.1347915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1348058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1348214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1348395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1348552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1348709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1348866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1349031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1349200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1349365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1349511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1349668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1349825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1349981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1350137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1350291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1350447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1350603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1350746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1350919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1351086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1351259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1351432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 PASSED [ 51%] 2022-12-01T10:33:57.1351599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1351763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1351930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1352097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1352246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1352408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1352734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1352899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1353050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1353207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1353415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1353567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1353702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1353848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1354047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1354198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1354351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1354501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1354646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1354795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1354953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1355091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1355248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1355403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1355552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1355710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1355864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1356019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1356170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1356306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1356455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1356617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1356778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1356938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1357093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1357248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1357404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1357551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1357708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1357862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1358020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1358176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1358326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1358483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 PASSED [ 51%] 2022-12-01T10:33:57.1358634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1358798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1358971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool PASSED [ 51%] 2022-12-01T10:33:57.1359137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1359301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 PASSED [ 51%] 2022-12-01T10:33:57.1359489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1359650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1359808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1359967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 PASSED [ 51%] 2022-12-01T10:33:57.1360122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1360265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 PASSED [ 51%] 2022-12-01T10:33:57.1360419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1360568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 PASSED [ 51%] 2022-12-01T10:33:57.1360719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1360868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 PASSED [ 51%] 2022-12-01T10:33:57.1361038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1361210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 PASSED [ 51%] 2022-12-01T10:33:57.1361377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 PASSED [ 51%] 2022-12-01T10:33:57.1361539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 PASSED [ 51%] 2022-12-01T10:33:57.1361687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1361848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 PASSED [ 51%] 2022-12-01T10:33:57.1362005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 PASSED [ 51%] 2022-12-01T10:33:57.1362175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:33:57.1362346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 PASSED [ 51%] 2022-12-01T10:33:57.1362513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 PASSED [ 51%] 2022-12-01T10:33:57.1362673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 PASSED [ 51%] 2022-12-01T10:33:57.1362839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1362988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1363151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1363310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1363476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 PASSED [ 52%] 2022-12-01T10:33:57.1363635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 PASSED [ 52%] 2022-12-01T10:33:57.1363794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1363949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1364105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1364286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1364432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1364586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1364747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1364931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1365085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 PASSED [ 52%] 2022-12-01T10:33:57.1365241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1365397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1365554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 PASSED [ 52%] 2022-12-01T10:33:57.1365695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1365843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1365992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1366137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1366283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1366429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1366582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1366731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1366882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1367016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1367165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1367311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1367468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1367631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128 PASSED [ 52%] 2022-12-01T10:33:57.1367784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1367936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1368086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1368228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1368393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 PASSED [ 52%] 2022-12-01T10:33:57.1368550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 PASSED [ 52%] 2022-12-01T10:33:57.1368706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1368865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1369018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1369172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1369328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1369477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 PASSED [ 52%] 2022-12-01T10:33:57.1369632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1369815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1369977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1370130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1370312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1370485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1370657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1370823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1370974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1371153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 52%] 2022-12-01T10:33:57.1371321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1371488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1371656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1371820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1371985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1372153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1372320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1372475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1372634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1372789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1372947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 PASSED [ 52%] 2022-12-01T10:33:57.1373104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1373256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1373407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1373562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1373702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1373862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 PASSED [ 52%] 2022-12-01T10:33:57.1374019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 PASSED [ 52%] 2022-12-01T10:33:57.1374172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 PASSED [ 52%] 2022-12-01T10:33:57.1374325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1374474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1374623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1374842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1375003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 PASSED [ 52%] 2022-12-01T10:33:57.1375180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 PASSED [ 52%] 2022-12-01T10:33:57.1375338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 PASSED [ 52%] 2022-12-01T10:33:57.1375490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1375638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1375826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 PASSED [ 52%] 2022-12-01T10:33:57.1375986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1376144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1376297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1376440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1376592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1376747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 PASSED [ 52%] 2022-12-01T10:33:57.1376900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 PASSED [ 52%] 2022-12-01T10:33:57.1377049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1377200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1377352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1377500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1377635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1377787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1377938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1378093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1378245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1378398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1378551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 PASSED [ 52%] 2022-12-01T10:33:57.1378701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1378852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1378988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1379135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1379286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1379437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1379592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 PASSED [ 52%] 2022-12-01T10:33:57.1379750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 PASSED [ 52%] 2022-12-01T10:33:57.1379905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1380053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1380190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1380342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1380501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:33:57.1380691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 PASSED [ 52%] 2022-12-01T10:33:57.1380854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 PASSED [ 52%] 2022-12-01T10:33:57.1381013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 PASSED [ 52%] 2022-12-01T10:33:57.1381200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1381354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1381497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1381652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 PASSED [ 52%] 2022-12-01T10:33:57.1381807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1381959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1382111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1382260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1382411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool PASSED [ 52%] 2022-12-01T10:33:57.1382567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 PASSED [ 52%] 2022-12-01T10:33:57.1382721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 PASSED [ 52%] 2022-12-01T10:33:57.1382857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 PASSED [ 52%] 2022-12-01T10:33:57.1383002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 PASSED [ 52%] 2022-12-01T10:33:57.1383150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 PASSED [ 52%] 2022-12-01T10:33:57.1383299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1383460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:33:57.1383619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1383773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1383930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1384069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1384223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1384381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1384534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1384690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1384843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1384997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1385149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1385297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:33:57.1385453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1385606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1385758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1385925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 PASSED [ 53%] 2022-12-01T10:33:57.1386117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1386282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 PASSED [ 53%] 2022-12-01T10:33:57.1386443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1386632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1386776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1386929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1387088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1387246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1387405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1387559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1387712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1387866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1388007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1388172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1388328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1388481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1388634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1388788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1388941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1389102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1389260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1389403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1389557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1389711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1389866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1390020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1390175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1390327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1390486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1390628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1390780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1390931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1391089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1391241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1391423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1391576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1391737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1391895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1392076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1392229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1392383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1392706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1392868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1393037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:33:57.1393198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1393369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 PASSED [ 53%] 2022-12-01T10:33:57.1393523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 PASSED [ 53%] 2022-12-01T10:33:57.1393688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1393852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1394012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1394172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1394333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1394492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1394649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1394808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1394955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1395110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1395265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1395419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1395575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1395733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1395888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1396043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1396187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1396343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1396506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:33:57.1396667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1396823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1397035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1397194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1397350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1397514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:33:57.1397696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1397851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1398005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1398168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:33:57.1398330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1398488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1398647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1398803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1398949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1399105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1399259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1399413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1399567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1399721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1399874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:33:57.1400025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:33:57.1400181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1400340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1400482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1400633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1400782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:33:57.1400940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1401092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1401239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1401382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1401525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1401676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1401823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 PASSED [ 53%] 2022-12-01T10:33:57.1401979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1402136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1402292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1402471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool PASSED [ 53%] 2022-12-01T10:33:57.1402629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 PASSED [ 53%] 2022-12-01T10:33:57.1402785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1402966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 PASSED [ 53%] 2022-12-01T10:33:57.1403101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 PASSED [ 53%] 2022-12-01T10:33:57.1403248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 PASSED [ 53%] 2022-12-01T10:33:57.1403398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 PASSED [ 53%] 2022-12-01T10:33:57.1403546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 PASSED [ 53%] 2022-12-01T10:33:57.1403692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 PASSED [ 53%] 2022-12-01T10:33:57.1403853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 PASSED [ 53%] 2022-12-01T10:33:57.1404011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 PASSED [ 53%] 2022-12-01T10:33:57.1404165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1404307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1404460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1404612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1404766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1404916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool PASSED [ 54%] 2022-12-01T10:33:57.1405077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 PASSED [ 54%] 2022-12-01T10:33:57.1405237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 PASSED [ 54%] 2022-12-01T10:33:57.1405392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1405544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1405682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1405830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1405988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool PASSED [ 54%] 2022-12-01T10:33:57.1406155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 PASSED [ 54%] 2022-12-01T10:33:57.1406318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1406480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1406636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1406792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1406937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1407094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1407248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1407400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1407550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1407700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1407873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1408039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1408199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1408374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1408534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1408690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1408846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1408999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1409152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:57.1409302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1409450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1409582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1409729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1409873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1410017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1410175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1410324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1410471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1410622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1410754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1410904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:57.1411053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1411201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1411348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1411499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1411649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1411796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool PASSED [ 54%] 2022-12-01T10:33:57.1411936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1412081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1412227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1412376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1412518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1412664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1412812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1412958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool PASSED [ 54%] 2022-12-01T10:33:57.1413105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1413268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:57.1413424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool PASSED [ 54%] 2022-12-01T10:33:57.1413576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1413762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1413917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1414075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 PASSED [ 54%] 2022-12-01T10:33:57.1414234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 PASSED [ 54%] 2022-12-01T10:33:57.1414390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 PASSED [ 54%] 2022-12-01T10:33:57.1414532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1414767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1414919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1415073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1415229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1415382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool PASSED [ 54%] 2022-12-01T10:33:57.1415536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 PASSED [ 54%] 2022-12-01T10:33:57.1415690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1415828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:57.1415979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1416132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1416281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1416426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1416582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1416735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:57.1416889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1417037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1417171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1417319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1417463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1417615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1417771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1417926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1418079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:57.1418232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1418378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1418534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1418718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1418869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1419020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1419182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 PASSED [ 54%] 2022-12-01T10:33:57.1419367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:57.1419520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1419674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1419816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1419968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1420120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1420279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 PASSED [ 54%] 2022-12-01T10:33:57.1420433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1420589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1420740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1420895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 PASSED [ 54%] 2022-12-01T10:33:57.1421045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1421199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool PASSED [ 54%] 2022-12-01T10:33:57.1421364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 PASSED [ 54%] 2022-12-01T10:33:57.1421527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 PASSED [ 54%] 2022-12-01T10:33:57.1421685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1421845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1422000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1422159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 PASSED [ 54%] 2022-12-01T10:33:57.1422310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1422453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 PASSED [ 54%] 2022-12-01T10:33:57.1422609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 PASSED [ 54%] 2022-12-01T10:33:57.1422765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 PASSED [ 54%] 2022-12-01T10:33:57.1422916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1423070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 PASSED [ 54%] 2022-12-01T10:33:57.1423227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:33:57.1423382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool PASSED [ 54%] 2022-12-01T10:33:57.1423542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 PASSED [ 54%] 2022-12-01T10:33:57.1423689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 PASSED [ 54%] 2022-12-01T10:33:57.1423840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 PASSED [ 54%] 2022-12-01T10:33:57.1424044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 PASSED [ 54%] 2022-12-01T10:33:57.1424198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 PASSED [ 54%] 2022-12-01T10:33:57.1424350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1424503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1424684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1424839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:57.1424988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1425128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1425275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1425427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1425582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1425740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:57.1425894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1426043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1426200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1426340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1426500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1426657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1426809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1426961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1427113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1427268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1427419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1427559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1427714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 PASSED [ 55%] 2022-12-01T10:33:57.1427866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:57.1428017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1428169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1428316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1428466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1428615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1428762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1428906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1429056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1429213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1429359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1429573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1429742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1429906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1430111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:57.1430258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1430415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1430570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1430734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1430894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1431061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:57.1431223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1431395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1431564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1431718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1431875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1432029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1432189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1432343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 PASSED [ 55%] 2022-12-01T10:33:57.1432648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1432813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1432966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1433105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1433256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1433406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1433558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1433711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1433867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1434022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1434176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1434322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1434455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1434605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1434755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1434910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1435114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1435265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1435414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1435591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1435727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1435875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1436039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1436198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1436358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1436516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1436673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1436833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 PASSED [ 55%] 2022-12-01T10:33:57.1436979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1437134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1437288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1437443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 PASSED [ 55%] 2022-12-01T10:33:57.1437597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1437754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1437917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1438073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1438232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1438373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 PASSED [ 55%] 2022-12-01T10:33:57.1438525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1438679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1438839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1438992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1439157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1439321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:57.1439479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1439625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1439780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1439934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1440089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1440241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 PASSED [ 55%] 2022-12-01T10:33:57.1440422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1440577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1440736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:57.1440920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1441063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1441217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1441378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1441532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1441686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1441845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1441992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1442142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 PASSED [ 55%] 2022-12-01T10:33:57.1442280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 PASSED [ 55%] 2022-12-01T10:33:57.1442423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 PASSED [ 55%] 2022-12-01T10:33:57.1442570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1442717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1442877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1443033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool PASSED [ 55%] 2022-12-01T10:33:57.1443199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 PASSED [ 55%] 2022-12-01T10:33:57.1443360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 PASSED [ 55%] 2022-12-01T10:33:57.1443522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 PASSED [ 55%] 2022-12-01T10:33:57.1443668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1443823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 PASSED [ 55%] 2022-12-01T10:33:57.1443976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:33:57.1444128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 PASSED [ 55%] 2022-12-01T10:33:57.1444278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 PASSED [ 55%] 2022-12-01T10:33:57.1444430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 PASSED [ 55%] 2022-12-01T10:33:57.1444582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 PASSED [ 55%] 2022-12-01T10:33:57.1444732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 PASSED [ 55%] 2022-12-01T10:33:57.1444872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1445024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1445171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1445349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1445526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1445731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1445905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1446074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 56%] 2022-12-01T10:33:57.1446249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 56%] 2022-12-01T10:33:57.1446444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1446620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1446794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1446968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1447122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool PASSED [ 56%] 2022-12-01T10:33:57.1447277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1447436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1447591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1447733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 PASSED [ 56%] 2022-12-01T10:33:57.1447890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1448054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 PASSED [ 56%] 2022-12-01T10:33:57.1448217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 PASSED [ 56%] 2022-12-01T10:33:57.1448375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1448534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1448689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 PASSED [ 56%] 2022-12-01T10:33:57.1448842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1448993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool PASSED [ 56%] 2022-12-01T10:33:57.1449133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 PASSED [ 56%] 2022-12-01T10:33:57.1449284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1449431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 PASSED [ 56%] 2022-12-01T10:33:57.1449576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 PASSED [ 56%] 2022-12-01T10:33:57.1449737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1449898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1450052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1450211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 PASSED [ 56%] 2022-12-01T10:33:57.1450354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 PASSED [ 56%] 2022-12-01T10:33:57.1450506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool XFAIL [ 56%] 2022-12-01T10:33:57.1450662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:33:57.1450815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 XFAIL [ 56%] 2022-12-01T10:33:57.1450971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 XFAIL [ 56%] 2022-12-01T10:33:57.1451122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 XFAIL [ 56%] 2022-12-01T10:33:57.1451299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 XFAIL [ 56%] 2022-12-01T10:33:57.1451471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1451640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1451804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool PASSED [ 56%] 2022-12-01T10:33:57.1451954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1452099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 PASSED [ 56%] 2022-12-01T10:33:57.1452254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1452412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 PASSED [ 56%] 2022-12-01T10:33:57.1452570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 PASSED [ 56%] 2022-12-01T10:33:57.1452723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1452874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1453006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1453152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 PASSED [ 56%] 2022-12-01T10:33:57.1453310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool PASSED [ 56%] 2022-12-01T10:33:57.1453475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 PASSED [ 56%] 2022-12-01T10:33:57.1453637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 PASSED [ 56%] 2022-12-01T10:33:57.1453796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1453957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1454113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1454254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1454410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 PASSED [ 56%] 2022-12-01T10:33:57.1454562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 PASSED [ 56%] 2022-12-01T10:33:57.1454813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1454986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 PASSED [ 56%] 2022-12-01T10:33:57.1455161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1455325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1455489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1455654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 PASSED [ 56%] 2022-12-01T10:33:57.1455795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool PASSED [ 56%] 2022-12-01T10:33:57.1455960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 PASSED [ 56%] 2022-12-01T10:33:57.1456118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 PASSED [ 56%] 2022-12-01T10:33:57.1456272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1456425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1456577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1456766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1456920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 PASSED [ 56%] 2022-12-01T10:33:57.1457059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 PASSED [ 56%] 2022-12-01T10:33:57.1457243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1457395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool PASSED [ 56%] 2022-12-01T10:33:57.1457552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 PASSED [ 56%] 2022-12-01T10:33:57.1457710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 PASSED [ 56%] 2022-12-01T10:33:57.1457862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1458015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1458170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1458321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1458460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1458615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 PASSED [ 56%] 2022-12-01T10:33:57.1458768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool PASSED [ 56%] 2022-12-01T10:33:57.1458929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 PASSED [ 56%] 2022-12-01T10:33:57.1459084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1459238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1459395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 PASSED [ 56%] 2022-12-01T10:33:57.1459548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 PASSED [ 56%] 2022-12-01T10:33:57.1459688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 PASSED [ 56%] 2022-12-01T10:33:57.1459845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1460015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1460179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1460351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1460518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1460690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1460856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1461020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1461186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1461359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1461528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1461694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1461866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 56%] 2022-12-01T10:33:57.1462082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1462269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1462443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1462643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1462802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1462971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1463147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1463321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1463494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1463677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1463861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1464042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1464225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 56%] 2022-12-01T10:33:57.1464382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1464552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:33:57.1464722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1464892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1465078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 56%] 2022-12-01T10:33:57.1465265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 56%] 2022-12-01T10:33:57.1465445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 56%] 2022-12-01T10:33:57.1465624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 56%] 2022-12-01T10:33:57.1465803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 56%] 2022-12-01T10:33:57.1465986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 56%] 2022-12-01T10:33:57.1466153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:33:57.1466333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:33:57.1466514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1466693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1466863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1467032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1467196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1467392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1467558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1467711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1467913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1468080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1468243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1468409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1468575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1468741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1468916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1469078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1469261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1469434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1469603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1469776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1469951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1470123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1470293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1470462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1470625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1470777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1470933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 PASSED [ 57%] 2022-12-01T10:33:57.1471089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1471241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1471392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool PASSED [ 57%] 2022-12-01T10:33:57.1471544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1471697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1471850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1471983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1472132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1472277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1472437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 PASSED [ 57%] 2022-12-01T10:33:57.1472757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1472967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1473122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1473279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1473459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1473615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1473769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1473923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1474076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1474233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1474386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1474540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1474691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1474830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1474978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1475123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1475270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1475428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 PASSED [ 57%] 2022-12-01T10:33:57.1475585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1475731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1475882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1476017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1476172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1476329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 PASSED [ 57%] 2022-12-01T10:33:57.1476483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 PASSED [ 57%] 2022-12-01T10:33:57.1476636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1476789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 PASSED [ 57%] 2022-12-01T10:33:57.1476942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1477092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool PASSED [ 57%] 2022-12-01T10:33:57.1477233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 PASSED [ 57%] 2022-12-01T10:33:57.1477385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 PASSED [ 57%] 2022-12-01T10:33:57.1477535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1477683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1477831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool PASSED [ 57%] 2022-12-01T10:33:57.1477978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1478121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1478289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1478420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1478581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 PASSED [ 57%] 2022-12-01T10:33:57.1478736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1478921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1479078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 PASSED [ 57%] 2022-12-01T10:33:57.1479231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1479382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool PASSED [ 57%] 2022-12-01T10:33:57.1479543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1479701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1479843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1479997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1480148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1480307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1480461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool PASSED [ 57%] 2022-12-01T10:33:57.1480622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 PASSED [ 57%] 2022-12-01T10:33:57.1480782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1480937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1481080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1481236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1481388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool PASSED [ 57%] 2022-12-01T10:33:57.1481542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1481699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1481851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1482005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1482158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1482309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool PASSED [ 57%] 2022-12-01T10:33:57.1482450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 PASSED [ 57%] 2022-12-01T10:33:57.1482601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 PASSED [ 57%] 2022-12-01T10:33:57.1482747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1482898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1483045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1483198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1483346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool PASSED [ 57%] 2022-12-01T10:33:57.1483498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1483663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1483815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1483966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 PASSED [ 57%] 2022-12-01T10:33:57.1484111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1484284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1484436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1484586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1484733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1484870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1485028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1485183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 PASSED [ 57%] 2022-12-01T10:33:57.1485333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 PASSED [ 57%] 2022-12-01T10:33:57.1485482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1485625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1485775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:33:57.1485924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1486071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 PASSED [ 57%] 2022-12-01T10:33:57.1486207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 PASSED [ 57%] 2022-12-01T10:33:57.1486355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 PASSED [ 57%] 2022-12-01T10:33:57.1486509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 PASSED [ 57%] 2022-12-01T10:33:57.1486660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 PASSED [ 57%] 2022-12-01T10:33:57.1486808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 PASSED [ 57%] 2022-12-01T10:33:57.1486955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 PASSED [ 57%] 2022-12-01T10:33:57.1487101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1487260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 PASSED [ 58%] 2022-12-01T10:33:57.1487399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1487551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1487704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1487854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 PASSED [ 58%] 2022-12-01T10:33:57.1487999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1488146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1488293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1488437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1488581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 PASSED [ 58%] 2022-12-01T10:33:57.1488732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1488881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1489060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1489210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1489357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1489530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1489670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1489808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1489963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1490109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1490253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1490402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1490560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 PASSED [ 58%] 2022-12-01T10:33:57.1490711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1490861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1491009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1491141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1491288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1491437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1491591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1491758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1491924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1492086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1492251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1492401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1492563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1492728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1492888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1493049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1493210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1493367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1493530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1493689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1493829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1493986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1494142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1494299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1494487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1494646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1494879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1495075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1495223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1495383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1495574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1495760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1495948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1496136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1496321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1496504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1496689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1496875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1497046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1497233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1497420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1497602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1497786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1497971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1498151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1498331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1498515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1498679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1498839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1499002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1499157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1499317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 PASSED [ 58%] 2022-12-01T10:33:57.1499475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 PASSED [ 58%] 2022-12-01T10:33:57.1499626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1499774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1499938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1500094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1500250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 PASSED [ 58%] 2022-12-01T10:33:57.1500434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1500588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1500738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1500897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1501054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 PASSED [ 58%] 2022-12-01T10:33:57.1501210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1501351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 PASSED [ 58%] 2022-12-01T10:33:57.1501503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1501663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1501815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1501966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1502115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1502263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1502413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1502560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1502722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 PASSED [ 58%] 2022-12-01T10:33:57.1502875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 PASSED [ 58%] 2022-12-01T10:33:57.1503030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1503183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 PASSED [ 58%] 2022-12-01T10:33:57.1503338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 PASSED [ 58%] 2022-12-01T10:33:57.1503492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 PASSED [ 58%] 2022-12-01T10:33:57.1503642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 PASSED [ 58%] 2022-12-01T10:33:57.1503776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1503921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1504068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1504219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1504369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1504514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1504666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 PASSED [ 58%] 2022-12-01T10:33:57.1504813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1504958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1505093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1505267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1505414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1505572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:33:57.1505798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 PASSED [ 58%] 2022-12-01T10:33:57.1505954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 PASSED [ 58%] 2022-12-01T10:33:57.1506109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1506264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1506407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1506551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool PASSED [ 58%] 2022-12-01T10:33:57.1506707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 PASSED [ 58%] 2022-12-01T10:33:57.1506855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 PASSED [ 58%] 2022-12-01T10:33:57.1507001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 PASSED [ 58%] 2022-12-01T10:33:57.1507147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 PASSED [ 58%] 2022-12-01T10:33:57.1507294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 PASSED [ 58%] 2022-12-01T10:33:57.1507439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 PASSED [ 58%] 2022-12-01T10:33:57.1507572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 PASSED [ 58%] 2022-12-01T10:33:57.1507718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 PASSED [ 58%] 2022-12-01T10:33:57.1507864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool PASSED [ 59%] 2022-12-01T10:33:57.1515185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1515426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1515592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1515748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 PASSED [ 59%] 2022-12-01T10:33:57.1515887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1516032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1516187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1516344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1516499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1516651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 PASSED [ 59%] 2022-12-01T10:33:57.1516803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1516969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 XFAIL [ 59%] 2022-12-01T10:33:57.1517125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 XFAIL [ 59%] 2022-12-01T10:33:57.1517284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 XFAIL [ 59%] 2022-12-01T10:33:57.1517443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 XFAIL [ 59%] 2022-12-01T10:33:57.1517597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 XFAIL [ 59%] 2022-12-01T10:33:57.1517754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 XFAIL [ 59%] 2022-12-01T10:33:57.1518021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 XFAIL [ 59%] 2022-12-01T10:33:57.1518178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1518329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1518480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1518658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1518807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 PASSED [ 59%] 2022-12-01T10:33:57.1518959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1519157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:57.1519353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:57.1519549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:57.1519739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:57.1519919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:57.1520099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:57.1520261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:57.1520421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool PASSED [ 59%] 2022-12-01T10:33:57.1520583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1520745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1520903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1521060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 PASSED [ 59%] 2022-12-01T10:33:57.1521213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool PASSED [ 59%] 2022-12-01T10:33:57.1521369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1521511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1521664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1521814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1521965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1522114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 PASSED [ 59%] 2022-12-01T10:33:57.1522271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1522421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool PASSED [ 59%] 2022-12-01T10:33:57.1522580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1522736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1522874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1523026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1523174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1523323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 PASSED [ 59%] 2022-12-01T10:33:57.1523516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1523675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool PASSED [ 59%] 2022-12-01T10:33:57.1523841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1524035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1524183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1524342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1524496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1524655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1524812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1524965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1525117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1525269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1525420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 PASSED [ 59%] 2022-12-01T10:33:57.1525563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1525721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 PASSED [ 59%] 2022-12-01T10:33:57.1525875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1526030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1526187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 PASSED [ 59%] 2022-12-01T10:33:57.1526338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1526488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1526653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1526803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1526961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1527119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 PASSED [ 59%] 2022-12-01T10:33:57.1527274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 PASSED [ 59%] 2022-12-01T10:33:57.1527429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1527587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1527751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1527918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1528069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1528227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1528386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1528545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1528700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 PASSED [ 59%] 2022-12-01T10:33:57.1528882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1529038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1529189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1529403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1529549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1529708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1529862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1530016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1530172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1530329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 PASSED [ 59%] 2022-12-01T10:33:57.1530484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1530636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1530779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 PASSED [ 59%] 2022-12-01T10:33:57.1530933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 PASSED [ 59%] 2022-12-01T10:33:57.1531085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1531238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1531393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 PASSED [ 59%] 2022-12-01T10:33:57.1531546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1531694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 PASSED [ 59%] 2022-12-01T10:33:57.1531839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1531989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1532125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 PASSED [ 59%] 2022-12-01T10:33:57.1532278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool PASSED [ 59%] 2022-12-01T10:33:57.1532436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 PASSED [ 59%] 2022-12-01T10:33:57.1532590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 PASSED [ 59%] 2022-12-01T10:33:57.1532741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1532896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1533051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1533206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 PASSED [ 59%] 2022-12-01T10:33:57.1533343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 PASSED [ 59%] 2022-12-01T10:33:57.1533494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 PASSED [ 59%] 2022-12-01T10:33:57.1533640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1533790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1533942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1534093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool PASSED [ 59%] 2022-12-01T10:33:57.1534275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1534428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 PASSED [ 59%] 2022-12-01T10:33:57.1534561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 PASSED [ 59%] 2022-12-01T10:33:57.1534804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:33:57.1534999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 PASSED [ 59%] 2022-12-01T10:33:57.1535152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 PASSED [ 59%] 2022-12-01T10:33:57.1535303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 PASSED [ 59%] 2022-12-01T10:33:57.1535452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 PASSED [ 59%] 2022-12-01T10:33:57.1535603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 PASSED [ 59%] 2022-12-01T10:33:57.1535754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 PASSED [ 59%] 2022-12-01T10:33:57.1535930Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 59%] 2022-12-01T10:33:57.1536090Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 60%] 2022-12-01T10:33:57.1536259Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1536427Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 60%] 2022-12-01T10:33:57.1536586Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 XFAIL [ 60%] 2022-12-01T10:33:57.1536743Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 XFAIL [ 60%] 2022-12-01T10:33:57.1536900Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 XFAIL [ 60%] 2022-12-01T10:33:57.1537059Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 XFAIL [ 60%] 2022-12-01T10:33:57.1537228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1537379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 XFAIL [ 60%] 2022-12-01T10:33:57.1537547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1537713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 PASSED [ 60%] 2022-12-01T10:33:57.1537878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1538037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1538196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool PASSED [ 60%] 2022-12-01T10:33:57.1538360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1538521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1538685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1538838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1539013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1539183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1539349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1539513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1539676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1539866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1540031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1540199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1540381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 PASSED [ 60%] 2022-12-01T10:33:57.1540547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1540712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1540873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1541033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1541207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1541379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1541556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1541712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1541881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1542048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1542209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1542371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1542532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1542697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1542860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 PASSED [ 60%] 2022-12-01T10:33:57.1543021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1543167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1543333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1543492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool PASSED [ 60%] 2022-12-01T10:33:57.1543656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 PASSED [ 60%] 2022-12-01T10:33:57.1543821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1543981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1544140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1544299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1544461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1544606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1544766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 PASSED [ 60%] 2022-12-01T10:33:57.1544920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1545085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1545273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1545437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1545595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1545785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 PASSED [ 60%] 2022-12-01T10:33:57.1545926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1546085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1546252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1546417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1546584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1546747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1546924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1547100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1547271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 PASSED [ 60%] 2022-12-01T10:33:57.1547425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1547592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1547762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1547930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1548093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1548252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1548413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1548578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1548738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool PASSED [ 60%] 2022-12-01T10:33:57.1548896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1549061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1549228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1549390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 PASSED [ 60%] 2022-12-01T10:33:57.1549552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1549719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1549882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1550046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1550193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1550355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1550545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1550711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1550879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 PASSED [ 60%] 2022-12-01T10:33:57.1551087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1551251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1551408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1551567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1551712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1551869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1552037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1552201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1552366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1552711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 PASSED [ 60%] 2022-12-01T10:33:57.1552883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1553047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1553224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:33:57.1553387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1553561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 PASSED [ 60%] 2022-12-01T10:33:57.1553729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1553895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1554063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1554227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool PASSED [ 60%] 2022-12-01T10:33:57.1554402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:33:57.1554572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1554742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1554892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 PASSED [ 60%] 2022-12-01T10:33:57.1555053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 PASSED [ 60%] 2022-12-01T10:33:57.1555220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1555380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1555556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:33:57.1555729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:33:57.1555898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 PASSED [ 60%] 2022-12-01T10:33:57.1556129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 PASSED [ 60%] 2022-12-01T10:33:57.1556298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 PASSED [ 60%] 2022-12-01T10:33:57.1556451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1556653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1556816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool PASSED [ 60%] 2022-12-01T10:33:57.1556977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1557148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1557327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1557507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 PASSED [ 60%] 2022-12-01T10:33:57.1557682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 PASSED [ 60%] 2022-12-01T10:33:57.1557853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 PASSED [ 60%] 2022-12-01T10:33:57.1558007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1558173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1558339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1558507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1558671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1558834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 PASSED [ 61%] 2022-12-01T10:33:57.1558996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1559158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1559312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1559473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1559636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1559813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1559999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 PASSED [ 61%] 2022-12-01T10:33:57.1560182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1560360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1560534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1560708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1560872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1561045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1561214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1561413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1561574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1561740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1561906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 PASSED [ 61%] 2022-12-01T10:33:57.1562101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 PASSED [ 61%] 2022-12-01T10:33:57.1562263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1562411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1562573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1562733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1562901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1563061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 PASSED [ 61%] 2022-12-01T10:33:57.1563220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1563390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:33:57.1563559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 PASSED [ 61%] 2022-12-01T10:33:57.1563724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 PASSED [ 61%] 2022-12-01T10:33:57.1563874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1564035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1564198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1564358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1564524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1564688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1564848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1565008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 PASSED [ 61%] 2022-12-01T10:33:57.1565154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1565323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1565495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1565662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1565824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1565996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1566166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1566329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1566490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1566644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 PASSED [ 61%] 2022-12-01T10:33:57.1566836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 PASSED [ 61%] 2022-12-01T10:33:57.1567000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1567175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:33:57.1567374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1567550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1567719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1567885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1568048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 PASSED [ 61%] 2022-12-01T10:33:57.1568199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1568364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:33:57.1568532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1568699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1568862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1569024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1569184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1569343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1569505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1569649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1569828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:33:57.1570006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1570186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1570363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1570537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1570713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1570887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1571060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1571224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:33:57.1571401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1571584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1571763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1571937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1572137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1572310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 PASSED [ 61%] 2022-12-01T10:33:57.1572482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:33:57.1572686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1572845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1573011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1573173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1573341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1573512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1573678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1573844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1574017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1574181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1574334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1574500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 PASSED [ 61%] 2022-12-01T10:33:57.1574664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1574905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1575069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1575232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 PASSED [ 61%] 2022-12-01T10:33:57.1575398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1575558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1575705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1575861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 PASSED [ 61%] 2022-12-01T10:33:57.1576020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1576185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1576346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 PASSED [ 61%] 2022-12-01T10:33:57.1576513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:33:57.1576684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1576854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64 PASSED [ 61%] 2022-12-01T10:33:57.1577018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1577167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1577333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1577509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1577713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 PASSED [ 61%] 2022-12-01T10:33:57.1577884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1578052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 PASSED [ 61%] 2022-12-01T10:33:57.1578247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1578412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1578584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:33:57.1578745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 PASSED [ 61%] 2022-12-01T10:33:57.1578920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 PASSED [ 61%] 2022-12-01T10:33:57.1579087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 PASSED [ 61%] 2022-12-01T10:33:57.1579250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 PASSED [ 61%] 2022-12-01T10:33:57.1579410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 PASSED [ 61%] 2022-12-01T10:33:57.1579577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 PASSED [ 61%] 2022-12-01T10:33:57.1579743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 PASSED [ 61%] 2022-12-01T10:33:57.1579907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool PASSED [ 61%] 2022-12-01T10:33:57.1580075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1580230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1580394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1580576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:33:57.1580755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 PASSED [ 62%] 2022-12-01T10:33:57.1580935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1581112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1581288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1581473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1581652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1581819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 62%] 2022-12-01T10:33:57.1582002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:33:57.1582182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1582351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:33:57.1582525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1582696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 PASSED [ 62%] 2022-12-01T10:33:57.1582860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1583051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 PASSED [ 62%] 2022-12-01T10:33:57.1583216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1583366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1583560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1583722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1583880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 PASSED [ 62%] 2022-12-01T10:33:57.1584092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1584309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1584517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1584718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1584923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1585105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1585300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1585511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1585730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1585944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1586158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1586366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1586576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1586785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1586993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1587200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:57.1587350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool PASSED [ 62%] 2022-12-01T10:33:57.1587517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1587682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 PASSED [ 62%] 2022-12-01T10:33:57.1587844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1588006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1588191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1588353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 PASSED [ 62%] 2022-12-01T10:33:57.1588517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:33:57.1588705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1588865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1589033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:33:57.1589197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1589357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1589514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1589684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:33:57.1589848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1590013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1590165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1590328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1590492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:33:57.1590654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1590814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 PASSED [ 62%] 2022-12-01T10:33:57.1590976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1591132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1591291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1591448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:33:57.1591595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool PASSED [ 62%] 2022-12-01T10:33:57.1591761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1591923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1592085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1592248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1592406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1592753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 PASSED [ 62%] 2022-12-01T10:33:57.1593002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1593171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 PASSED [ 62%] 2022-12-01T10:33:57.1593344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 PASSED [ 62%] 2022-12-01T10:33:57.1593510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1593677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1593901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 PASSED [ 62%] 2022-12-01T10:33:57.1594066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:33:57.1594238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 PASSED [ 62%] 2022-12-01T10:33:57.1594439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 PASSED [ 62%] 2022-12-01T10:33:57.1594608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1594760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1594923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1595087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool PASSED [ 62%] 2022-12-01T10:33:57.1595256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1595421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1595585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1595750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1595918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1596085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 PASSED [ 62%] 2022-12-01T10:33:57.1596233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 PASSED [ 62%] 2022-12-01T10:33:57.1596397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1596559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1596721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1596885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool PASSED [ 62%] 2022-12-01T10:33:57.1597059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1597223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:33:57.1597385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1597536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool PASSED [ 62%] 2022-12-01T10:33:57.1597709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1597881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:33:57.1598047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1598210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1598373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 PASSED [ 62%] 2022-12-01T10:33:57.1598536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1598699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1598862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:33:57.1599012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool PASSED [ 62%] 2022-12-01T10:33:57.1599224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1599389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:33:57.1599552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:33:57.1599716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1599920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1600095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 PASSED [ 62%] 2022-12-01T10:33:57.1600269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1600441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 PASSED [ 62%] 2022-12-01T10:33:57.1600597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1600768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1600934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:33:57.1601102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1601274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:33:57.1601441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1601604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 PASSED [ 62%] 2022-12-01T10:33:57.1601768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1601938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1602091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:33:57.1602255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:33:57.1602433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:33:57.1602603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:33:57.1602769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:33:57.1602935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:33:57.1603099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1603272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 PASSED [ 63%] 2022-12-01T10:33:57.1603442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 PASSED [ 63%] 2022-12-01T10:33:57.1603594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1603760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1603926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1604094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1604275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:33:57.1604445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1604646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 PASSED [ 63%] 2022-12-01T10:33:57.1604824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 PASSED [ 63%] 2022-12-01T10:33:57.1604998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1605183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1605357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1605529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1605695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1605863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1606027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1606195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1606356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1606508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1606674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1606840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1607002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1607162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1607332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1607498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1607669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 PASSED [ 63%] 2022-12-01T10:33:57.1607835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1607988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1608152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1608326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 PASSED [ 63%] 2022-12-01T10:33:57.1608490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1608654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1608816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1608979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1609153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 PASSED [ 63%] 2022-12-01T10:33:57.1609322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1609473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1609641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1609803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1609993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1610153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1610317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1610512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1610678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1610841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1610994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1611163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1611328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1611491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 PASSED [ 63%] 2022-12-01T10:33:57.1611656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 PASSED [ 63%] 2022-12-01T10:33:57.1611820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1611983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1612140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1612296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1612452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:33:57.1612620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1612784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1612949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1613119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1613286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1613452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 PASSED [ 63%] 2022-12-01T10:33:57.1613613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1613757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1613916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1614075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1614241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:33:57.1614412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 PASSED [ 63%] 2022-12-01T10:33:57.1614578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1614810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1614985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 PASSED [ 63%] 2022-12-01T10:33:57.1615148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1615324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1615489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1615651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1615854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1616031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 PASSED [ 63%] 2022-12-01T10:33:57.1616206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 PASSED [ 63%] 2022-12-01T10:33:57.1616378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1616547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1616717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1616869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1617033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1617197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1617368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1617542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1617714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1617884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1618054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1618223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1618372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1618536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1618696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1618857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1619019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1619177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1619337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1619493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1619638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1619797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1619979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:33:57.1620142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1620307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1620467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1620656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1620816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1620977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:33:57.1621145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1621305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1621463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1621624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1621782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1621942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:33:57.1622102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1622261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1622418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 PASSED [ 63%] 2022-12-01T10:33:57.1622565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1622733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1622905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1623071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1623240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 PASSED [ 63%] 2022-12-01T10:33:57.1623406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 PASSED [ 63%] 2022-12-01T10:33:57.1623576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 PASSED [ 63%] 2022-12-01T10:33:57.1623743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 PASSED [ 63%] 2022-12-01T10:33:57.1623897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 PASSED [ 63%] 2022-12-01T10:33:57.1624061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 PASSED [ 63%] 2022-12-01T10:33:57.1624225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 PASSED [ 63%] 2022-12-01T10:33:57.1624388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 PASSED [ 63%] 2022-12-01T10:33:57.1624556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:33:57.1624721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool PASSED [ 63%] 2022-12-01T10:33:57.1624892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1625061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 PASSED [ 64%] 2022-12-01T10:33:57.1625225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1625375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1625536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1625701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1625864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1626049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1626210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1626374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 PASSED [ 64%] 2022-12-01T10:33:57.1626573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1626744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1626897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 PASSED [ 64%] 2022-12-01T10:33:57.1627060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 PASSED [ 64%] 2022-12-01T10:33:57.1627225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 PASSED [ 64%] 2022-12-01T10:33:57.1627401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1627574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1627745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 PASSED [ 64%] 2022-12-01T10:33:57.1627912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1628080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1628244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 PASSED [ 64%] 2022-12-01T10:33:57.1628405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1628580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 PASSED [ 64%] 2022-12-01T10:33:57.1628753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 PASSED [ 64%] 2022-12-01T10:33:57.1628918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1629086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1629251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1629415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1629585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1629755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1629909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1630080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1630247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 PASSED [ 64%] 2022-12-01T10:33:57.1630425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1630603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 PASSED [ 64%] 2022-12-01T10:33:57.1630775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1630947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1631119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1631295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1631468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 PASSED [ 64%] 2022-12-01T10:33:57.1631633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1631795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1631986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1632151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 PASSED [ 64%] 2022-12-01T10:33:57.1632323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1632631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool PASSED [ 64%] 2022-12-01T10:33:57.1632875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1633046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 PASSED [ 64%] 2022-12-01T10:33:57.1633214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1633376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1633543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1633708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1633874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1634045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1634215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 PASSED [ 64%] 2022-12-01T10:33:57.1634380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1634528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1634693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1634860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1635024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool PASSED [ 64%] 2022-12-01T10:33:57.1635195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1635361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1635522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1635686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1635850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool PASSED [ 64%] 2022-12-01T10:33:57.1636004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1636172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1636339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 PASSED [ 64%] 2022-12-01T10:33:57.1636511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1636680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1636846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1637066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1637232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1637399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1637581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 PASSED [ 64%] 2022-12-01T10:33:57.1637746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1637910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1638073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1638236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1638397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1638559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1638721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1638871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1639031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1639188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1639352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1639515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1639678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1639844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1640005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 PASSED [ 64%] 2022-12-01T10:33:57.1640169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1640335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:33:57.1640515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1640690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1640863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1641040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1641211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1641387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1641562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 PASSED [ 64%] 2022-12-01T10:33:57.1641732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1641899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1642076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1642272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1642458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1642635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:33:57.1642834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1643005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1643172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 PASSED [ 64%] 2022-12-01T10:33:57.1643335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1643483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1643650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 XFAIL [ 64%] 2022-12-01T10:33:57.1643816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 XFAIL [ 64%] 2022-12-01T10:33:57.1643980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 PASSED [ 64%] 2022-12-01T10:33:57.1644149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1644311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1644474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool PASSED [ 64%] 2022-12-01T10:33:57.1644641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1644807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 PASSED [ 64%] 2022-12-01T10:33:57.1644959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1645122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 PASSED [ 64%] 2022-12-01T10:33:57.1645286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1645449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 PASSED [ 64%] 2022-12-01T10:33:57.1645611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 PASSED [ 64%] 2022-12-01T10:33:57.1645775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1645936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool PASSED [ 64%] 2022-12-01T10:33:57.1646094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 PASSED [ 64%] 2022-12-01T10:33:57.1646243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 PASSED [ 64%] 2022-12-01T10:33:57.1646400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 PASSED [ 64%] 2022-12-01T10:33:57.1646564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:33:57.1646731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 PASSED [ 64%] 2022-12-01T10:33:57.1646897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 PASSED [ 64%] 2022-12-01T10:33:57.1647060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1647219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 PASSED [ 65%] 2022-12-01T10:33:57.1647377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1647534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1647706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1647867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1648033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 PASSED [ 65%] 2022-12-01T10:33:57.1648221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 PASSED [ 65%] 2022-12-01T10:33:57.1648384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1648543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1648700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1648875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1649050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1649210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1649379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1649557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 PASSED [ 65%] 2022-12-01T10:33:57.1649733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 PASSED [ 65%] 2022-12-01T10:33:57.1649904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1650076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1650246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1650414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1650580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1650742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 PASSED [ 65%] 2022-12-01T10:33:57.1650918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1651087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1651255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1651420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1651591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1651766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 PASSED [ 65%] 2022-12-01T10:33:57.1651936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1652102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 PASSED [ 65%] 2022-12-01T10:33:57.1652255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1652427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1652593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1652766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 PASSED [ 65%] 2022-12-01T10:33:57.1652960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 PASSED [ 65%] 2022-12-01T10:33:57.1653131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1653299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1653491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1653643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1653808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1653973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1654138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1654306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1654474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1654642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1654904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1655077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 PASSED [ 65%] 2022-12-01T10:33:57.1655228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1655393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1655556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1655721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1655881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 PASSED [ 65%] 2022-12-01T10:33:57.1656057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 PASSED [ 65%] 2022-12-01T10:33:57.1656235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 PASSED [ 65%] 2022-12-01T10:33:57.1656404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1656570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1656721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1656887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1657053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1657220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1657389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 PASSED [ 65%] 2022-12-01T10:33:57.1657554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1657720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1657884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1658048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1658225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 65%] 2022-12-01T10:33:57.1658439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 65%] 2022-12-01T10:33:57.1658622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1658800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1659012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1659198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1659387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1659574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1659765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 65%] 2022-12-01T10:33:57.1659941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 65%] 2022-12-01T10:33:57.1660125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1660311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 65%] 2022-12-01T10:33:57.1660492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1660672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1660859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1661026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1661190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1661355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 PASSED [ 65%] 2022-12-01T10:33:57.1661508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1661672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1661841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1662011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 PASSED [ 65%] 2022-12-01T10:33:57.1662180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1662345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1662508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1662669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1662832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1662981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 PASSED [ 65%] 2022-12-01T10:33:57.1663142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1663307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1663474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1663660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1663823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1663986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 PASSED [ 65%] 2022-12-01T10:33:57.1664153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1664347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1664498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 PASSED [ 65%] 2022-12-01T10:33:57.1664657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1664836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1665017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1665181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 PASSED [ 65%] 2022-12-01T10:33:57.1665339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 PASSED [ 65%] 2022-12-01T10:33:57.1665496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 PASSED [ 65%] 2022-12-01T10:33:57.1665656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 PASSED [ 65%] 2022-12-01T10:33:57.1665798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1665960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1666125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 PASSED [ 65%] 2022-12-01T10:33:57.1666286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 PASSED [ 65%] 2022-12-01T10:33:57.1666450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 PASSED [ 65%] 2022-12-01T10:33:57.1666611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 PASSED [ 65%] 2022-12-01T10:33:57.1666826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:33:57.1667043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:33:57.1667255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:33:57.1667463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:33:57.1667659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:33:57.1667864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:33:57.1668093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:33:57.1668319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:33:57.1668546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:33:57.1668770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:33:57.1669020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:33:57.1669244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:33:57.1669438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:33:57.1669604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool PASSED [ 65%] 2022-12-01T10:33:57.1669764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 PASSED [ 65%] 2022-12-01T10:33:57.1669937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 PASSED [ 65%] 2022-12-01T10:33:57.1670102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 PASSED [ 66%] 2022-12-01T10:33:57.1670270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1670434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1670599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 PASSED [ 66%] 2022-12-01T10:33:57.1670766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1670931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1671094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 PASSED [ 66%] 2022-12-01T10:33:57.1671254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1671424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 PASSED [ 66%] 2022-12-01T10:33:57.1671590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1671753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1671912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1672080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 PASSED [ 66%] 2022-12-01T10:33:57.1672241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1672404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1672740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1672906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1673081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 PASSED [ 66%] 2022-12-01T10:33:57.1673251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1673416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1673586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 PASSED [ 66%] 2022-12-01T10:33:57.1673747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1673908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 PASSED [ 66%] 2022-12-01T10:33:57.1674093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1674276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1674535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 66%] 2022-12-01T10:33:57.1674765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 66%] 2022-12-01T10:33:57.1674979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1675160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1675336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1675517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1675697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1675890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1676079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1676263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1676436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 66%] 2022-12-01T10:33:57.1676620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1676817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1677011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1677198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1677385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1677565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1677750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1677934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 66%] 2022-12-01T10:33:57.1678102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1678286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1678473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1678657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1678853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1679050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1679244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1679436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1679614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1679817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1679988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1680169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1680393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1680589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1680784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1680980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 66%] 2022-12-01T10:33:57.1681175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1681365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 66%] 2022-12-01T10:33:57.1681560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1681738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 66%] 2022-12-01T10:33:57.1681930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1682119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 66%] 2022-12-01T10:33:57.1682311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1682492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1682674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1682854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1683031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1683214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1683391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1683555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 PASSED [ 66%] 2022-12-01T10:33:57.1683735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 PASSED [ 66%] 2022-12-01T10:33:57.1683911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1684085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 PASSED [ 66%] 2022-12-01T10:33:57.1684270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1684452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1684630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1684813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1685024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1685200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 66%] 2022-12-01T10:33:57.1685381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1685588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1685773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1685954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1686139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 PASSED [ 66%] 2022-12-01T10:33:57.1686303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1686468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1686629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1686778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool PASSED [ 66%] 2022-12-01T10:33:57.1686949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1687116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 PASSED [ 66%] 2022-12-01T10:33:57.1687274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1687439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool PASSED [ 66%] 2022-12-01T10:33:57.1687615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1687788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 PASSED [ 66%] 2022-12-01T10:33:57.1687958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 PASSED [ 66%] 2022-12-01T10:33:57.1688122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1688278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 PASSED [ 66%] 2022-12-01T10:33:57.1688453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1688624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 PASSED [ 66%] 2022-12-01T10:33:57.1688791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1688959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 PASSED [ 66%] 2022-12-01T10:33:57.1689126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1689294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 PASSED [ 66%] 2022-12-01T10:33:57.1689461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1689629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 PASSED [ 66%] 2022-12-01T10:33:57.1689780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1689944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1690106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 PASSED [ 66%] 2022-12-01T10:33:57.1690266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool PASSED [ 66%] 2022-12-01T10:33:57.1690456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 PASSED [ 66%] 2022-12-01T10:33:57.1690619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1690781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 PASSED [ 66%] 2022-12-01T10:33:57.1690967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1691112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1691275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:33:57.1691444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1691615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 PASSED [ 66%] 2022-12-01T10:33:57.1691781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1691945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1692105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool PASSED [ 66%] 2022-12-01T10:33:57.1692274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 PASSED [ 66%] 2022-12-01T10:33:57.1692440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 PASSED [ 66%] 2022-12-01T10:33:57.1692591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 PASSED [ 66%] 2022-12-01T10:33:57.1692755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 PASSED [ 66%] 2022-12-01T10:33:57.1692916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 PASSED [ 66%] 2022-12-01T10:33:57.1693080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 PASSED [ 66%] 2022-12-01T10:33:57.1693242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 PASSED [ 66%] 2022-12-01T10:33:57.1693400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1693568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 PASSED [ 67%] 2022-12-01T10:33:57.1693732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1693892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1694037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1694192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1694353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1694508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1694764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1694942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1695122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1695296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 PASSED [ 67%] 2022-12-01T10:33:57.1695450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1695618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1695827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1696016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:33:57.1696184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1696373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1696537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1696712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1696879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 PASSED [ 67%] 2022-12-01T10:33:57.1697031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1697194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1697366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1697541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1697718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 PASSED [ 67%] 2022-12-01T10:33:57.1697889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1698054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1698216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1698375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1698528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1698702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1698873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 PASSED [ 67%] 2022-12-01T10:33:57.1699044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 PASSED [ 67%] 2022-12-01T10:33:57.1699208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1699368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1699533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1699699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1699864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 PASSED [ 67%] 2022-12-01T10:33:57.1700013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1700173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1700334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1700492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1700657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1700822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1700983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1701169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1701331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1701480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1701678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1701840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1702000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1702160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1702324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1702486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1702653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1702802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1702963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1703122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1703285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1703446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1703615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1703778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 PASSED [ 67%] 2022-12-01T10:33:57.1703939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1704099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1704242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1704409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1704575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 PASSED [ 67%] 2022-12-01T10:33:57.1704739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 PASSED [ 67%] 2022-12-01T10:33:57.1704900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 PASSED [ 67%] 2022-12-01T10:33:57.1705059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1705220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1705379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1705522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1705688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1705861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 PASSED [ 67%] 2022-12-01T10:33:57.1706027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1706187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1706343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1706524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1706686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1706842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1707017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1707183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1707344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1707508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1707674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 PASSED [ 67%] 2022-12-01T10:33:57.1707837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 PASSED [ 67%] 2022-12-01T10:33:57.1707998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1708157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1708319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1708464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1708627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1708788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1708947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1709107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1709267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1709423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1709591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1709745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1709924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1710100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1710274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1710450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1710624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1710797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1710976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1711145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1711318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1711479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1711650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1711842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1712013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1712178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1712363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1712688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1712869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1713023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1713188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 PASSED [ 67%] 2022-12-01T10:33:57.1713357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 PASSED [ 67%] 2022-12-01T10:33:57.1713525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1713697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1713868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1714033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1714203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool PASSED [ 67%] 2022-12-01T10:33:57.1714379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 PASSED [ 67%] 2022-12-01T10:33:57.1714538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 PASSED [ 67%] 2022-12-01T10:33:57.1714714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 PASSED [ 67%] 2022-12-01T10:33:57.1714886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 PASSED [ 67%] 2022-12-01T10:33:57.1715058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 PASSED [ 67%] 2022-12-01T10:33:57.1715258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:33:57.1715457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1715653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1715847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1716043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1716238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1716426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1716615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1716809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1717003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1717244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1717433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1717621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1717844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1718034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1718226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1718398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1718587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1718760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1718932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1719104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1719267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1719429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1719591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1719759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 PASSED [ 68%] 2022-12-01T10:33:57.1719916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1720130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1720314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1720482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1720650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1720815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1720980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1721143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1721296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1721457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1721628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 PASSED [ 68%] 2022-12-01T10:33:57.1721797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1721959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1722126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1722291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1722453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1722646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 PASSED [ 68%] 2022-12-01T10:33:57.1722797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1722963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1723127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1723315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1723484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 PASSED [ 68%] 2022-12-01T10:33:57.1723657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 PASSED [ 68%] 2022-12-01T10:33:57.1723828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1723995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1724154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 XFAIL [ 68%] 2022-12-01T10:33:57.1724306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1724467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1724629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1724787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1724953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 PASSED [ 68%] 2022-12-01T10:33:57.1725113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1725275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1725432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1725579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1725750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1725922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1726092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1726258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1726425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1726585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1726743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1726907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 PASSED [ 68%] 2022-12-01T10:33:57.1727055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1727218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1727375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1727530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1727684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1727846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1728029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1728195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1728356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1728526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1728684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1728836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1728998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1729157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1729326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1729485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1729645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1729793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1729969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1730139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1730317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 PASSED [ 68%] 2022-12-01T10:33:57.1730492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1730665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1730835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1731010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1731179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1731336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1731497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1731656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1731822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1731984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1732142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1732298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1732455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1732605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1732762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 PASSED [ 68%] 2022-12-01T10:33:57.1732930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1733092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1733279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1733444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1733617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1733792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 PASSED [ 68%] 2022-12-01T10:33:57.1733990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 PASSED [ 68%] 2022-12-01T10:33:57.1734160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1734320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1734487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1734655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1734900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 PASSED [ 68%] 2022-12-01T10:33:57.1735066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1735227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1735389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1735549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 PASSED [ 68%] 2022-12-01T10:33:57.1735694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 PASSED [ 68%] 2022-12-01T10:33:57.1735868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1736032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:33:57.1736194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool PASSED [ 68%] 2022-12-01T10:33:57.1736358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1736522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1736685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 PASSED [ 68%] 2022-12-01T10:33:57.1736857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 PASSED [ 68%] 2022-12-01T10:33:57.1737028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 PASSED [ 68%] 2022-12-01T10:33:57.1737185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1737352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 PASSED [ 68%] 2022-12-01T10:33:57.1737521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 PASSED [ 68%] 2022-12-01T10:33:57.1737685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 PASSED [ 68%] 2022-12-01T10:33:57.1737844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 PASSED [ 69%] 2022-12-01T10:33:57.1738007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 PASSED [ 69%] 2022-12-01T10:33:57.1738168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 PASSED [ 69%] 2022-12-01T10:33:57.1738338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1738508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 PASSED [ 69%] 2022-12-01T10:33:57.1738661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1738855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1739028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 PASSED [ 69%] 2022-12-01T10:33:57.1739199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1739403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 PASSED [ 69%] 2022-12-01T10:33:57.1739564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 PASSED [ 69%] 2022-12-01T10:33:57.1739736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1739915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 PASSED [ 69%] 2022-12-01T10:33:57.1740088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 PASSED [ 69%] 2022-12-01T10:33:57.1740249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 PASSED [ 69%] 2022-12-01T10:33:57.1740422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1740594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 PASSED [ 69%] 2022-12-01T10:33:57.1740765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 PASSED [ 69%] 2022-12-01T10:33:57.1740930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 PASSED [ 69%] 2022-12-01T10:33:57.1741101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 PASSED [ 69%] 2022-12-01T10:33:57.1741264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 PASSED [ 69%] 2022-12-01T10:33:57.1741436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1741603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool PASSED [ 69%] 2022-12-01T10:33:57.1741762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1741932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 PASSED [ 69%] 2022-12-01T10:33:57.1742100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 PASSED [ 69%] 2022-12-01T10:33:57.1742263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 PASSED [ 69%] 2022-12-01T10:33:57.1742426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 PASSED [ 69%] 2022-12-01T10:33:57.1742589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 PASSED [ 69%] 2022-12-01T10:33:57.1742759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1742921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 PASSED [ 69%] 2022-12-01T10:33:57.1743069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1743230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 PASSED [ 69%] 2022-12-01T10:33:57.1743401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1743570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 PASSED [ 69%] 2022-12-01T10:33:57.1743741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1743909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1744096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 PASSED [ 69%] 2022-12-01T10:33:57.1744259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1744424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool PASSED [ 69%] 2022-12-01T10:33:57.1744598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1744759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 PASSED [ 69%] 2022-12-01T10:33:57.1744921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 PASSED [ 69%] 2022-12-01T10:33:57.1745084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 PASSED [ 69%] 2022-12-01T10:33:57.1745248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1745412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool PASSED [ 69%] 2022-12-01T10:33:57.1745579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 PASSED [ 69%] 2022-12-01T10:33:57.1745747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 PASSED [ 69%] 2022-12-01T10:33:57.1745909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 PASSED [ 69%] 2022-12-01T10:33:57.1746062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1746223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 PASSED [ 69%] 2022-12-01T10:33:57.1746383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 PASSED [ 69%] 2022-12-01T10:33:57.1746543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 PASSED [ 69%] 2022-12-01T10:33:57.1746705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool PASSED [ 69%] 2022-12-01T10:33:57.1746879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 PASSED [ 69%] 2022-12-01T10:33:57.1747045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1747207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool PASSED [ 69%] 2022-12-01T10:33:57.1747378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 PASSED [ 69%] 2022-12-01T10:33:57.1747533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1747695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 PASSED [ 69%] 2022-12-01T10:33:57.1747860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1748023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 PASSED [ 69%] 2022-12-01T10:33:57.1748187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 PASSED [ 69%] 2022-12-01T10:33:57.1748351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 PASSED [ 69%] 2022-12-01T10:33:57.1748513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 PASSED [ 69%] 2022-12-01T10:33:57.1748677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1748832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 PASSED [ 69%] 2022-12-01T10:33:57.1748999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 PASSED [ 69%] 2022-12-01T10:33:57.1749164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1749329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 PASSED [ 69%] 2022-12-01T10:33:57.1749515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 PASSED [ 69%] 2022-12-01T10:33:57.1749679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1749838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool PASSED [ 69%] 2022-12-01T10:33:57.1750031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 PASSED [ 69%] 2022-12-01T10:33:57.1750198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1750349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1750511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 PASSED [ 69%] 2022-12-01T10:33:57.1750674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 PASSED [ 69%] 2022-12-01T10:33:57.1750836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 PASSED [ 69%] 2022-12-01T10:33:57.1750998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 PASSED [ 69%] 2022-12-01T10:33:57.1751179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:33:57.1751356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 PASSED [ 69%] 2022-12-01T10:33:57.1751529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1751702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 PASSED [ 69%] 2022-12-01T10:33:57.1751850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1752009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1752179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1752340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1752656Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1752831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1752996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1753158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1753307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1753466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1753626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1753786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1753948Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 XFAIL [ 69%] 2022-12-01T10:33:57.1754112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 XFAIL [ 69%] 2022-12-01T10:33:57.1754277Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1754454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1754628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1754778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1754936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1755140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1755306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1755466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1755663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1755825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1755986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1756199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:33:57.1756426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 69%] 2022-12-01T10:33:57.1756661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 69%] 2022-12-01T10:33:57.1756826Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1756987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1757148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1757310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1757476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1757646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1757814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1757967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1758128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1758288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1758477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:33:57.1758658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1758833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1759005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1759180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1759342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1759488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1759651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:57.1759808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:57.1759967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:33:57.1760125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1760278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1760477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1760643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1760794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1760967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1761155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1761329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1761498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1761672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1761845Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1762011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1762179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1762324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1762485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1762646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1762809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1762970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1763136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1763321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1763480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1763640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1763787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1763954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1764122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1764289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1764446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1764622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1764802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1764979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1765142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1765303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1765467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1765630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1765788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1766016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1766174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1766335Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1766522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1766667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1766825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1766984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1767155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1767322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1767483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1767642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1767819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:33:57.1767995Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:33:57.1768150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1768319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1768480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1768645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1768815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1768979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1769142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1769310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1769459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1769634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1769805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1769968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1770136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1770304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1770466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1770630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1770790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1770942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1771105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1771268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1771457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1771622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1771785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1771981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1772140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1772285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1772443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1772605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1772766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1772928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1773085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1773249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1773411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1773583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1773730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1773893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1774048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1774205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1774365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1774533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1774786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1774959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1775111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1775284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1775449Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1775613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1775773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1775935Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1776097Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1776262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1776421Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1776569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1776731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1776893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1777080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1777288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:33:57.1777484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:33:57.1777685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1777841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1778000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1778155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1778324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1778506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1778680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1778846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1779018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1779193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1779362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1779553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1779732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1779908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1780081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1780252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1780430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1780607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1780784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1780958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1781146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1781303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1781481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1781662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:57.1781837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:57.1782013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1782190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1782380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1782587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1782766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1783002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 71%] 2022-12-01T10:33:57.1783202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1783366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1783541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1783715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1783905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1784089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1784257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1784435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1784595Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1784765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1784944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1785120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1785294Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1785468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1785642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1785807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:33:57.1785965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1786113Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1786273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1786433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1786594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1786770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1786938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1787114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1787279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1787451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:33:57.1787616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1787782Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1787976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:33:57.1788141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:33:57.1788302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1788488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1788647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1788805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1788950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1789116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1789284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1789443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1789615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1789790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1789965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1790134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1790300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1790462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1790638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1790811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1790980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1791149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1791326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1791495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1791665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1791831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1791988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1792156Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1792322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1792629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1792814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1792983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1793151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1793332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1793482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1793699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1793861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1794049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1794272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1794438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1794601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1794760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1794927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1795078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1795239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1795409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1795573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1795753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1795920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1796089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1796246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1796420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1796575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1796750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1796912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1797074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1797231Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1797413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:33:57.1797578Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1797744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1797897Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1798058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1798266Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1798462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1798654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1798838Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1799047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1799243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1799446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1799658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1799836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1800020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1800214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1800403Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1800581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1800761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1800942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1801128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1801338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1801516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1801699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1801884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1802066Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1802245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1802428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1802617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1802810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1803007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1803190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1803357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1803537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1803728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1803912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1804095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1804272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1804476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1804665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1804842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1805042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:57.1805223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:57.1805408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1805596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1805787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1805972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1806161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1806340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1806533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1806708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1806883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1807070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1807255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1807438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1807622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1807807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1807993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1808174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1808355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1808566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1808731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1808893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1809055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1809221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1809380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1809555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1809713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 XFAIL [ 72%] 2022-12-01T10:33:57.1809893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1810057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1810216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1810415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1810582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1810746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1810914Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1811079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1811240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1811410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1811605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:57.1811803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:57.1811972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1812137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1812301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1812461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1812621Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1812783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1812927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 XFAIL [ 72%] 2022-12-01T10:33:57.1813099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1813268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1813427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1813589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1813745Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1813905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1814072Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1814217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1814397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1814569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1814860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1815032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1815201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1815369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1815568Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1815740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1815888Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1816092Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1816257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1816419Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1816592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1816781Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:57.1816972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:57.1817136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1817295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1817456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1817624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1817792Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1817953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1818130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1818310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1818483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1818654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1818808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1818979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1819142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1819302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1819470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1819634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1819798Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1819961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1820120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1820270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1820430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1820607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1820872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:57.1821111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:57.1821283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1821456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1821658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1821832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1822010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1822179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1822350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1822539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1822729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1822915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1823089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1823271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1823457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1823645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1824153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:33:57.1824343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1824515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1824680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1824841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1825014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1825177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1825340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1825488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1825653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1825814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1825976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1826144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1826308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1826469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1826629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1826816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1826972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1827137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1827324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1827493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1827655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1827815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1827975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:57.1828147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1828293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:57.1828458Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1828622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1828793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1828951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1829110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1829281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1829451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1829616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1829763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1829942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1830121Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1830279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1830440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1830605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1830771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1830936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:33:57.1831103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1831251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1831411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1831571Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1831729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1831892Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1832064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1832252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1832415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1832725Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1832946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1833110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1833269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1833426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1833589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:57.1833759Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1833928Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1834096Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1834251Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1834422Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1834588Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1834757Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1834926Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1835094Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1835264Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1835427Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1835581Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1835754Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1835928Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1836097Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1836260Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1836443Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1836620Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1836789Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1836956Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1837110Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1837280Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1837445Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1837615Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1837785Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1837951Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1838133Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1838352Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1838511Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1838680Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1838884Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1839073Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1839249Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1839416Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1839581Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1839736Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1839904Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1840070Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1840240Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1840412Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1840576Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1840742Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1840910Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1841074Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1841246Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1841415Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1841586Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1841761Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1841927Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1842094Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1842259Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1842428Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1842586Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1842756Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1842924Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1843097Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1843264Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1843430Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1843599Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1843763Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1843920Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1844123Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1844298Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1844473Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 XFAIL [ 73%] 2022-12-01T10:33:57.1844677Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1844843Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1845015Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1845182Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1845355Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1845517Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1845691Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1845864Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1846042Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1846224Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1846408Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1846592Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1846769Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1846931Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1847134Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1847386Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 73%] 2022-12-01T10:33:57.1847571Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1847762Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1847936Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1848113Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1848297Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1848479Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1848642Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1848824Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1848997Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1849163Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1849336Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1849519Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1849693Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1849871Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1850071Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1850225Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1850396Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1850623Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1850799Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1850975Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:57.1851153Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1851322Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1851505Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1851687Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1851848Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1852021Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1852200Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1852371Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1852548Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1852718Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1852892Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1853060Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1853217Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1853388Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1853558Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1853725Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1853912Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1854105Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1854276Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1854465Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1854636Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1854857Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1855050Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1855220Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1855394Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1855557Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 XFAIL [ 74%] 2022-12-01T10:33:57.1855736Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1855948Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1856162Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1856351Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1856591Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1856780Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1856967Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1857155Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1857345Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1857529Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1857724Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1857921Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1858115Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1858307Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1858503Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1858695Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1858883Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1859077Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1859255Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1859447Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1859660Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1859842Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1860022Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1860212Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1860397Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1860585Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1860786Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1860973Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1861169Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1861365Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1861562Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1861763Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1861948Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1862145Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1862360Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1862545Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1862732Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1862923Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1863119Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1863300Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1863475Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1863683Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1863871Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1864063Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1864256Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1864449Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1864649Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1864839Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1865021Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1865193Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1865373Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1865549Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1865728Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1865923Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1866118Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1866305Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1866492Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1866679Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1866868Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1867083Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1867280Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1867503Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1867672Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1867841Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1868041Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1868226Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1868395Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1868555Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1868748Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1868938Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1869125Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1869310Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1869498Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1869667Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1869833Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1869998Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1870158Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1870328Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1870497Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1870666Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1870844Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1871015Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1871178Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1871347Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1871514Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1871687Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1871857Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1872039Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 XFAIL [ 74%] 2022-12-01T10:33:57.1872216Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1872404Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1872741Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1872911Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1873072Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1873224Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1873448Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1873627Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1873826Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:33:57.1874035Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1874214Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1874391Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1874570Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1874738Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1874896Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1875059Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1875224Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:57.1875395Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1875559Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1875801Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-12-01T10:33:57.1875963Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1876123Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1876272Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1876442Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 XFAIL [ 75%] 2022-12-01T10:33:57.1876607Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1876805Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 75%] 2022-12-01T10:33:57.1876971Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1877143Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1877308Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1877470Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1877634Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1877794Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1877964Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1878126Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1878296Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1878459Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1878624Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1878791Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1878954Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1879107Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1879299Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1879462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1879629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1879824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1879987Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1880150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1880314Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1880471Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1880637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1880805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1881011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1881176Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1881342Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1881549Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1881713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1881881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1882035Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1882214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1882387Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1882557Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1882731Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1882904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1883103Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1883286Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1883451Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1883645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:33:57.1883847Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1884016Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1884189Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1884366Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1884546Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1884724Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1884897Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1885087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1885258Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1885424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1885663Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1885831Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1886019Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1886191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1886357Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1886528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1886682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1886866Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1887033Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1887201Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1887371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1887536Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1887702Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1887905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1888099Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1888254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1888424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1888588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1888760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1888927Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1889094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1889295Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1889463Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1889633Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1889796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1889968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1890133Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1890301Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1890472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1890645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1890844Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1891012Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1891168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1891362Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1891528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1891730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:33:57.1891940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1892105Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1892273Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1892437Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1892602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1892761Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1892959Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1893153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1893357Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:33:57.1893568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1893771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1893983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1894155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1894322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1894512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1894764Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1894977Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:33:57.1895186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1895382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1895580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1895786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1895991Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1896161Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1896370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:33:57.1896604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:33:57.1896776Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1896943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1897183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:57.1897352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1897524Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1897702Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1897881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1898044Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1898218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1898395Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1898576Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1898758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:57.1898956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1899135Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1899352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1899565Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:57.1899737Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1899919Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1900107Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1900323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1900507Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1900682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1900884Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1901069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1901241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1901410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1901587Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1901767Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1901946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1902151Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1902354Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1902532Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1902714Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1902953Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:57.1903110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1903316Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1903481Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1903652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1903825Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1903988Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1904162Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1904335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1904514Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1904677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1904858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1905039Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1905214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1905391Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1905568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1905744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1905914Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1906104Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1906264Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1906430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1906622Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1906808Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1906976Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1907144Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1907313Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1907522Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1907673Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1907858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1908060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1908232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1908407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1908575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1908815Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1908983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 XFAIL [ 76%] 2022-12-01T10:33:57.1909200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:57.1909384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1909589Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1909803Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1910003Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1910208Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1910408Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1910604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1910792Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1910982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1911170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1911349Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1911551Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1911761Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1911943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1912225Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1912428Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1912734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1912935Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1913128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1913305Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1913494Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1913676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1913962Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:57.1914149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1914340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1914566Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1914769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1914970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1915143Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1915328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1915520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1915709Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1915910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1916100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1916284Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1916482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1916671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 76%] 2022-12-01T10:33:57.1916860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1917083Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:57.1917271Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1917464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1917657Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1917854Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1918072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:57.1918268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1918462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1918647Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1918821Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1919014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1919213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1919401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1919620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1919836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1920039Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1920237Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1920407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1920564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1920769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:57.1920980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:57.1921179Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1921380Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1921551Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1921724Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1921893Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1922084Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1922262Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1922450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1922616Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1922784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1922949Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1923117Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1923287Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:57.1923487Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1923696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:57.1923886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1924089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1924265Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1924441Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1924642Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:57.1924816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1924986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1925154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1925365Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1925572Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:57.1925790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:57.1926037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:57.1926215Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1926382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1926549Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1926771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:57.1926982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1927211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1927668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-12-01T10:33:57.1928037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-12-01T10:33:57.1928216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1928444Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1928622Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1928805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1929028Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1929251Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1929467Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1929696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1930093Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-12-01T10:33:57.1930315Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1930487Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1930657Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1930839Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1931005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1931177Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1931371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1931545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1931707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1931963Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 77%] 2022-12-01T10:33:57.1932141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1932308Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1932473Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1932638Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1932805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1933012Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:57.1933176Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1933344Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1933500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1933682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1933846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1934022Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1934198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1934401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1934618Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1934883Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:57.1935052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1935206Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1935371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1935542Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1935711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1935875Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1936045Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1936217Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1936389Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1936543Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1936706Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1936869Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1937036Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1937241Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1937410Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1937576Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1937803Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1937967Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1938118Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1938280Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1938445Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1938613Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1938798Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1938962Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1939127Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1939295Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1939453Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1939623Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1939790Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1939963Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1940128Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1940292Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1940475Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1940659Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1940834Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1940986Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1941163Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1941325Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1941491Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1941674Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1941854Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1942021Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1942193Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1942349Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1942523Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1942701Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1942875Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1943110Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1943282Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1943455Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1943653Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1943821Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1943979Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1944147Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1944317Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1944488Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1944661Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1944826Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1945007Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1945194Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1945350Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1945519Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1945738Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 SKIPPED (Expected: empty_like is not comparable) [ 77%] 2022-12-01T10:33:57.1945904Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1946074Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1946246Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1946416Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1946593Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1946760Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1946914Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1947086Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1947255Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1947429Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1947599Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1947768Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1947939Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:57.1948109Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1948261Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1948428Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1948594Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1948761Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1948952Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1949119Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1949292Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1949462Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1949659Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1949815Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1949982Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1950151Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1950321Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1950494Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1950665Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1950833Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1951046Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:33:57.1951239Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:33:57.1951431Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:33:57.1951603Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1951771Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1951943Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1952112Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1952286Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1952589Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1952816Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1952982Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1953165Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1953362Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1953536Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1953712Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1953895Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1954078Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1954252Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1954435Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1954595Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1954797Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1955044Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1955292Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 78%] 2022-12-01T10:33:57.1955471Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1955688Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1955865Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1956047Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1956214Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1956374Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1956564Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1956740Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1956914Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1957091Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1957262Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1957436Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1957611Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1957771Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1957939Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1958104Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1958272Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1958439Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1958616Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1958789Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1958971Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1959150Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1959310Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1959483Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1959653Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1959828Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1960017Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1960204Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1960370Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1960563Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1960721Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1960936Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1961102Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1961265Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1961460Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1961632Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1961805Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1961976Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1962149Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1962306Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1962491Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1962670Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1962911Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 78%] 2022-12-01T10:33:57.1963081Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1963251Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1963466Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1963667Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1971103Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1971362Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1971580Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1971792Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1971980Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1972180Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1972379Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1972588Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1972789Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1972979Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1973177Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1973369Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1973538Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1973764Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:33:57.1973950Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1974231Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1974426Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1974617Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1974960Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1975160Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1975361Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1975550Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1975756Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1975942Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1976141Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1976332Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1976534Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1976730Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1976921Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1977112Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1977290Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1977486Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1977680Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1977870Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1978083Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1978273Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1978464Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1978660Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1978852Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1979047Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1979235Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1979423Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1979621Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1979819Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1980002Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:57.1980219Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1980402Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1980595Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1980829Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1981005Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1981196Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1981390Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1981594Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1981812Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1981984Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1982155Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1982329Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1982498Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1982677Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1982869Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1983059Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1983247Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1983433Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1983601Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1983774Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1983944Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1984098Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1984273Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1984460Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1984633Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1984808Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1984978Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1985151Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1985333Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1985518Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1985672Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1985840Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1986043Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1986229Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1986410Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1986629Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1986803Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1986984Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1987138Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1987310Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1987478Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1987641Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1987801Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1987969Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1988150Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1988325Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1988527Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:33:57.1988694Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1988877Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1989060Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1989262Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1989463Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1989914Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:33:57.1990298Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:33:57.1990498Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1990679Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1990839Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1991037Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1991422Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:33:57.1991618Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1991812Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1992003Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1992211Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1992393Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1992750Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1993007Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1993189Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1993593Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:33:57.1993981Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:33:57.1994182Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1994359Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1994540Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1994723Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1994899Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1995066Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1995219Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1995393Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1995560Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1995725Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1995892Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1996058Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1996235Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1996435Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 79%] 2022-12-01T10:33:57.1996604Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1996764Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1996934Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1997100Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1997263Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1997432Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1997606Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1997781Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1997955Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1998114Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1998285Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1998498Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1998672Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1998854Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1999024Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1999230Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1999397Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:57.1999533Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.1999689Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.1999842Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.1999998Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2000154Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2000308Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2000465Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2000621Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2000773Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2000967Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 79%] 2022-12-01T10:33:57.2001120Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2001267Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2001422Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2001594Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2001747Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2001915Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2002071Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2002213Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2002388Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2002543Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2002751Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:33:57.2002903Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2003056Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2003213Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2003383Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:33:57.2003539Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2003685Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2003842Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2004001Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2004194Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2004352Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:57.2004503Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2004689Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2004852Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2004995Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2005149Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2005308Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2005471Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2005631Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2005790Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2005953Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:57.2006109Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2006261Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2006407Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2006567Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2006724Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:57.2006883Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2007038Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2007215Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2007395Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2007550Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2007694Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2007844Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2007996Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2008154Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2008316Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2008489Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2008643Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2008834Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 80%] 2022-12-01T10:33:57.2008996Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2009142Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2009300Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2009455Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2009605Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2009795Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2009949Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2010104Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2010287Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2010424Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2010572Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2010730Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2010882Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2011034Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2011188Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2011342Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2011504Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2011645Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2011806Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2011960Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2012119Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2012273Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2012428Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2012587Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2012777Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:57.2012977Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2013131Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2013281Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2013426Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2013576Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2013724Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2013891Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2014039Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2014188Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2014320Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2014477Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2014732Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:33:57.2014938Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 SKIPPED (Works only for CPU complex64) [ 80%] 2022-12-01T10:33:57.2015086Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2015234Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2015425Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2015582Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2015721Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2015875Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2016054Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2016219Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2016376Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2016524Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:57.2016669Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2016828Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2016963Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2017123Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2017285Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2017443Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2017587Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2017734Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2017886Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2018034Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2018202Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2018345Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2018496Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2018643Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2018791Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2018940Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2019088Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2019258Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:33:57.2019401Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2019547Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:33:57.2019698Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2019848Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2020006Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2020161Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2020311Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2020467Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2020617Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2020757Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2020916Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2021098Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2021248Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2021396Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2021576Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2021734Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2021884Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2022023Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2022170Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2022322Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2022479Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2022630Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2022786Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2022936Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2023089Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2023225Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2023373Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2023519Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2023715Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:33:57.2023901Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:33:57.2024099Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:33:57.2024281Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:33:57.2024431Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:57.2024578Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2024733Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2024898Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2025063Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:57.2025224Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2025382Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2025559Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2025714Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2025877Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2026038Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2026200Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2026361Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2026544Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2026700Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2026856Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2027018Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2027217Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2027375Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2027514Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:33:57.2027671Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2027825Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2027975Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2028123Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2028275Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2028422Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2028584Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2028726Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2028878Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2029031Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2029181Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2029336Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2029509Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2029656Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2029811Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2029957Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2030089Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2030241Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2030409Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2030590Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2030758Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2030927Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2031104Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2031281Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2031445Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2031627Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2031796Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2031969Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2032195Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2032351Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2032645Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2032846Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2033054Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2033191Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2033337Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:33:57.2033486Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2033640Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2033797Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2033944Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2034091Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2034249Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2034386Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2034538Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2034690Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2034847Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2034992Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2035139Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2035296Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2035444Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2035593Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2035757Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2035905Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2036051Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2036195Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2036342Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2036484Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2036644Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2036787Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2036934Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2037090Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2037243Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2037388Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2037534Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2037692Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2037839Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2038013Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2038166Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:33:57.2038312Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2038523Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2038668Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2038813Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2038958Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:57.2039107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2039251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2039398Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2039554Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2039713Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2039870Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2040026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2040184Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2040341Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2040500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2040650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2040809Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2040965Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2041123Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2041282Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2041450Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2041615Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2041791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2041932Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2042093Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2042251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2042419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2042576Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2042748Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2042904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2043066Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2043231Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2043379Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2043608Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:33:57.2043817Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:33:57.2043975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2044164Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2044326Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2044495Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2044657Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2044822Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2044973Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2045141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2045306Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2045469Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2045626Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2045786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2045947Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2046114Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2046263Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:57.2046428Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2046593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2046757Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2046932Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2047098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2047262Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:33:57.2047418Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2047587Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2047739Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2047903Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2048064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:33:57.2048231Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2048414Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2048574Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2048781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-12-01T10:33:57.2049003Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2049187Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2049332Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2049520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2049678Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2049869Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 SKIPPED (Test expects tensor input) [ 82%] 2022-12-01T10:33:57.2050024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2050192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2050361Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2050521Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2050676Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2050825Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2050983Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2051147Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2051303Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2051468Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2051625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2051782Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2051949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2052092Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2052260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2052415Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2052575Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2052735Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2052894Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2053054Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2053211Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:33:57.2053363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2053507Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2053665Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2053820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2053975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2054134Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2054291Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2054490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2054651Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2054875Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2055030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2055222Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2055380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2055534Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2055696Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2055848Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2056008Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2056146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2056296Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2056464Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2056631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2056793Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2056955Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2057113Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2057271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2057433Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2057574Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2057725Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2057885Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2058042Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2058203Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2058358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2058515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2058674Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2058819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2058985Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2059142Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2059303Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2059458Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2059615Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2059768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2059921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2060095Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2060253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2060474Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 82%] 2022-12-01T10:33:57.2060662Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2060817Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2060976Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2061177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:33:57.2061370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:33:57.2061561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:33:57.2061702Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:33:57.2061863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2062026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2062190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2062355Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2062512Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2062681Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2062852Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2063020Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2063191Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2063357Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2063519Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2063760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 82%] 2022-12-01T10:33:57.2063923Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2064098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2064259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2064422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2064585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2064744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2064901Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2065064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2065223Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2065373Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2065538Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2065726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2065887Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2066033Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2066235Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2066394Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2066551Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2066708Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2066867Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2067046Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2067228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2067386Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2067526Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2067685Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2067835Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:57.2067987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2068163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:33:57.2068391Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 SKIPPED (Expected: new_empty_strided is not comparable) [ 83%] 2022-12-01T10:33:57.2068549Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2068708Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2068867Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2069044Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2069227Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2069407Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2069580Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2069759Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2069917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2070074Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2070232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2070375Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2070531Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2070689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2070843Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2071000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2071179Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:33:57.2071340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2071496Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2071638Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2071818Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2071978Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2072131Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2072284Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2072437Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2072723Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2072880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2073035Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2073175Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2073330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2073483Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2073671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:33:57.2073825Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2073992Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2074161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2074317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2074456Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2074608Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2074758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2074917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2075066Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2075234Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2075386Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2075548Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2075688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2075838Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2075996Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2076156Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2076325Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2076484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2076645Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2076799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:33:57.2077000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:57.2077139Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:33:57.2077285Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2077470Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2077622Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2077770Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2077921Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2078069Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2078219Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2078353Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2078509Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2078656Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2078808Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2078957Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:33:57.2079163Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:33:57.2079310Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2079462Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2079604Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2079760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2079926Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2080086Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2080236Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2080385Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2080539Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2080691Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2080849Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2080990Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2081138Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2081290Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2081444Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2081601Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2081755Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2081921Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2082090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2082244Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2082429Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2082578Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2082728Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2082877Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2083051Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2083206Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2083356Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2083498Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2083657Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2083811Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2083964Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2084112Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2084258Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2084415Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2084575Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2084715Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2084870Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2085019Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2085177Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2085325Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2085477Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2085627Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2085787Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2085937Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2086072Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2086219Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2086367Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2086525Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2086678Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2086827Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2086979Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2087135Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2087278Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2087429Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2087584Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2087735Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2087883Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2088074Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2088231Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2088386Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2088565Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:57.2088718Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2088867Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2089014Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2089173Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2089330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2089487Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2089666Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2089887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2090029Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2090177Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2090331Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2090483Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2090629Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2090849Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 84%] 2022-12-01T10:33:57.2091002Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2091158Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2091362Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-12-01T10:33:57.2091530Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2091694Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2091870Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2092041Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2092225Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2092398Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2092580Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2092767Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2092920Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2093098Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2093264Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2093429Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2093637Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2093810Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2093981Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2094160Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2094309Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 XFAIL [ 84%] 2022-12-01T10:33:57.2094451Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2094600Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2094810Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2094972Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2095125Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2095278Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2095425Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2095579Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2095713Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2095865Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2096011Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2096165Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2096314Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2096462Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2096610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2096768Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2096914Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2097099Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2097245Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2097392Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2097548Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2097694Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2097845Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2097996Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2098138Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2098289Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2098437Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2098589Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2098742Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2098898Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2099048Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2099232Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2099385Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2099521Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2099697Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 XFAIL [ 84%] 2022-12-01T10:33:57.2099841Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2099988Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2100136Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2100283Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2100468Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2100689Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2100822Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2100972Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2101116Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2101263Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2101408Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2101549Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2101694Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2101836Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2101966Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2102112Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2102255Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2102396Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2102539Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2102688Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2102836Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2102981Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2103111Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2103256Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2103400Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2103555Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2103695Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2103839Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2103981Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2104126Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2104270Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2104412Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2104558Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2104743Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2104898Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2105051Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2105205Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2105401Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2105533Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2105675Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2105818Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2105963Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2106108Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2106253Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2106404Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2106551Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2106683Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2106825Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2106970Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2107132Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2107272Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2107416Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2107562Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2107705Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2107870Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:33:57.2107997Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2108140Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2108288Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2108433Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2108574Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2108724Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2108878Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2109025Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:57.2109155Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2109301Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2109447Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2109603Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2109745Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2109885Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2110028Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2110201Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2110335Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2110474Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2110620Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2110794Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2110938Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2111080Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2111221Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2111362Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2111492Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2111645Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2111861Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:33:57.2112016Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2112167Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2112310Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2112456Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2112777Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2112909Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2113052Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2113248Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:33:57.2113447Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:33:57.2113630Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:33:57.2113809Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:33:57.2113953Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2114099Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2114244Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 XFAIL [ 85%] 2022-12-01T10:33:57.2114374Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2114520Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2114673Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2114830Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2115005Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2115155Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2115309Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2115466Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2115612Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2115766Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2115991Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2116138Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2116297Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2116496Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2116653Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2116816Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2117046Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 85%] 2022-12-01T10:33:57.2117181Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2117337Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2117486Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2117643Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2117802Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2117962Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2118109Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2118255Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2118384Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2118538Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2118693Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2118844Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2118987Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2119133Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2119283Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2119440Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2119576Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2119726Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2119881Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2120039Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2120191Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2120345Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2120494Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2120644Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2120794Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2120928Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2121075Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2121238Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2121409Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2121555Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2121718Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2121861Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2122036Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2122180Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2122321Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2122538Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 SKIPPED (Expected: new_empty_strided is not comparable) [ 85%] 2022-12-01T10:33:57.2122681Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2122835Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2123026Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2123208Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2123389Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2123542Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2123709Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2123873Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2124063Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2124224Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2124386Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2124563Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2124745Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2124914Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2125062Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2125226Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2125385Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2125554Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2125745Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2125941Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2126186Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:33:57.2126346Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2126503Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2126656Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2126879Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2127049Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2127216Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2127379Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2127584Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2127764Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2127944Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2128114Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2128260Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2128426Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2128588Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2128763Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2128935Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2129096Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2129269Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2129452Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2129615Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2129769Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2129938Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2130111Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2130286Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:57.2130459Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2130619Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2130778Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2130936Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2131095Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2131267Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2131428Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2131595Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2131763Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2131930Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2132093Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2132269Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2132459Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2132596Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2132744Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2132891Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2133065Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2133223Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2133367Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2133511Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2133677Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2133829Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2133977Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2134122Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2134267Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2134411Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2134552Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2134791Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2134937Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2135065Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 XFAIL [ 86%] 2022-12-01T10:33:57.2135209Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2135362Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2135508Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2135653Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2135867Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-12-01T10:33:57.2136024Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2136168Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2136312Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2136440Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2136599Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2136771Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-12-01T10:33:57.2136914Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2137065Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2137212Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2137372Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2137530Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2137676Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2137837Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2138025Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2138192Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2138337Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2138526Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2138669Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2138816Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2138945Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2139091Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2139231Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2139380Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2139523Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2139666Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2139824Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2140001Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2140141Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2140314Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2140487Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2140639Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2140799Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2140969Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2141137Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2141309Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2141479Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2141618Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2141773Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2142215Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T10:33:57.2142387Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2142544Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2142698Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2142849Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2142997Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2143141Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2143273Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2143419Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2143568Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 XFAIL [ 86%] 2022-12-01T10:33:57.2143744Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2143897Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2144039Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2144232Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2144373Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2144514Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2144659Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2144804Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2144956Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2145105Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2145250Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2145394Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 XFAIL [ 86%] 2022-12-01T10:33:57.2145556Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2145687Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2145838Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2145981Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2146124Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:57.2146262Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 XFAIL [ 86%] 2022-12-01T10:33:57.2146432Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:33:57.2146603Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu PASSED [ 86%] 2022-12-01T10:33:57.2146774Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu PASSED [ 86%] 2022-12-01T10:33:57.2146928Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu PASSED [ 86%] 2022-12-01T10:33:57.2147106Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu PASSED [ 86%] 2022-12-01T10:33:57.2147271Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:33:57.2147438Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:33:57.2147615Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu PASSED [ 86%] 2022-12-01T10:33:57.2147782Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:33:57.2147948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:33:57.2148123Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:33:57.2148292Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:33:57.2148460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:33:57.2148630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu PASSED [ 86%] 2022-12-01T10:33:57.2148817Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu PASSED [ 86%] 2022-12-01T10:33:57.2148992Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:33:57.2149204Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu PASSED [ 86%] 2022-12-01T10:33:57.2149382Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:33:57.2149551Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu PASSED [ 86%] 2022-12-01T10:33:57.2149720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:33:57.2149929Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu PASSED [ 86%] 2022-12-01T10:33:57.2150088Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu PASSED [ 86%] 2022-12-01T10:33:57.2150254Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu PASSED [ 86%] 2022-12-01T10:33:57.2150430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:33:57.2150604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu PASSED [ 86%] 2022-12-01T10:33:57.2150774Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu PASSED [ 86%] 2022-12-01T10:33:57.2150943Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu PASSED [ 86%] 2022-12-01T10:33:57.2151111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu PASSED [ 86%] 2022-12-01T10:33:57.2151281Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu PASSED [ 86%] 2022-12-01T10:33:57.2151448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu PASSED [ 86%] 2022-12-01T10:33:57.2151607Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu PASSED [ 87%] 2022-12-01T10:33:57.2151775Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu PASSED [ 87%] 2022-12-01T10:33:57.2151946Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu PASSED [ 87%] 2022-12-01T10:33:57.2152123Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu PASSED [ 87%] 2022-12-01T10:33:57.2152295Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:33:57.2152637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:33:57.2152860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:33:57.2153040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:33:57.2153200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:33:57.2153374Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:33:57.2153547Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:33:57.2153720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu PASSED [ 87%] 2022-12-01T10:33:57.2153891Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu PASSED [ 87%] 2022-12-01T10:33:57.2154066Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:33:57.2154236Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:33:57.2154404Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:33:57.2154570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu PASSED [ 87%] 2022-12-01T10:33:57.2154732Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu PASSED [ 87%] 2022-12-01T10:33:57.2154898Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:33:57.2155140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu PASSED [ 87%] 2022-12-01T10:33:57.2155308Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:33:57.2155471Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu PASSED [ 87%] 2022-12-01T10:33:57.2155685Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:33:57.2155859Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu PASSED [ 87%] 2022-12-01T10:33:57.2156032Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu PASSED [ 87%] 2022-12-01T10:33:57.2156208Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu PASSED [ 87%] 2022-12-01T10:33:57.2156364Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:33:57.2156542Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu PASSED [ 87%] 2022-12-01T10:33:57.2156711Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu PASSED [ 87%] 2022-12-01T10:33:57.2156884Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu PASSED [ 87%] 2022-12-01T10:33:57.2157054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu PASSED [ 87%] 2022-12-01T10:33:57.2157220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:33:57.2157392Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu PASSED [ 87%] 2022-12-01T10:33:57.2157566Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:33:57.2157740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:33:57.2157900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:33:57.2158067Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu PASSED [ 87%] 2022-12-01T10:33:57.2158240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:33:57.2158412Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:33:57.2158580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu PASSED [ 87%] 2022-12-01T10:33:57.2158752Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu PASSED [ 87%] 2022-12-01T10:33:57.2158922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu PASSED [ 87%] 2022-12-01T10:33:57.2159088Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:33:57.2159249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:33:57.2159417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu PASSED [ 87%] 2022-12-01T10:33:57.2159600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:33:57.2159769Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu PASSED [ 87%] 2022-12-01T10:33:57.2159957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:33:57.2160142Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:33:57.2160325Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:33:57.2160545Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu PASSED [ 87%] 2022-12-01T10:33:57.2160738Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:33:57.2160911Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu PASSED [ 87%] 2022-12-01T10:33:57.2161142Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:33:57.2161332Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:33:57.2161519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu PASSED [ 87%] 2022-12-01T10:33:57.2161719Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 87%] 2022-12-01T10:33:57.2161906Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu PASSED [ 87%] 2022-12-01T10:33:57.2162092Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:33:57.2162280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:33:57.2162474Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu PASSED [ 87%] 2022-12-01T10:33:57.2162661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu PASSED [ 87%] 2022-12-01T10:33:57.2162835Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:33:57.2163004Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu PASSED [ 87%] 2022-12-01T10:33:57.2163178Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu PASSED [ 87%] 2022-12-01T10:33:57.2163350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:33:57.2163519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:33:57.2163692Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:33:57.2163862Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu PASSED [ 87%] 2022-12-01T10:33:57.2164029Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:33:57.2164196Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:33:57.2164349Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu PASSED [ 87%] 2022-12-01T10:33:57.2164523Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu PASSED [ 87%] 2022-12-01T10:33:57.2164691Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:33:57.2164862Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:33:57.2165027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:33:57.2165209Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu PASSED [ 87%] 2022-12-01T10:33:57.2165371Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu PASSED [ 87%] 2022-12-01T10:33:57.2165543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu PASSED [ 87%] 2022-12-01T10:33:57.2165695Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu PASSED [ 87%] 2022-12-01T10:33:57.2165869Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu PASSED [ 87%] 2022-12-01T10:33:57.2166066Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu PASSED [ 87%] 2022-12-01T10:33:57.2166242Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu PASSED [ 87%] 2022-12-01T10:33:57.2166406Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:33:57.2166602Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:33:57.2166769Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu PASSED [ 87%] 2022-12-01T10:33:57.2166947Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu PASSED [ 87%] 2022-12-01T10:33:57.2167115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:33:57.2167276Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:33:57.2167453Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:33:57.2167621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu PASSED [ 87%] 2022-12-01T10:33:57.2167794Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu PASSED [ 87%] 2022-12-01T10:33:57.2167974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu PASSED [ 87%] 2022-12-01T10:33:57.2168145Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:33:57.2168321Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:33:57.2168497Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:33:57.2168666Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu PASSED [ 87%] 2022-12-01T10:33:57.2168826Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:33:57.2168993Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu PASSED [ 87%] 2022-12-01T10:33:57.2169165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu PASSED [ 87%] 2022-12-01T10:33:57.2169334Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:33:57.2169506Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu PASSED [ 87%] 2022-12-01T10:33:57.2169679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu PASSED [ 87%] 2022-12-01T10:33:57.2169847Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu PASSED [ 87%] 2022-12-01T10:33:57.2170017Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu PASSED [ 87%] 2022-12-01T10:33:57.2170185Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu PASSED [ 87%] 2022-12-01T10:33:57.2170338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu PASSED [ 87%] 2022-12-01T10:33:57.2170511Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu PASSED [ 87%] 2022-12-01T10:33:57.2170676Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu PASSED [ 87%] 2022-12-01T10:33:57.2170849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu PASSED [ 87%] 2022-12-01T10:33:57.2171026Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu PASSED [ 87%] 2022-12-01T10:33:57.2171195Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu PASSED [ 87%] 2022-12-01T10:33:57.2171364Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu PASSED [ 87%] 2022-12-01T10:33:57.2171534Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu PASSED [ 87%] 2022-12-01T10:33:57.2171734Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu PASSED [ 87%] 2022-12-01T10:33:57.2171913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu PASSED [ 87%] 2022-12-01T10:33:57.2172173Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu SKIPPED (_refs.bitwise_right_shift does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:33:57.2172389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu PASSED [ 87%] 2022-12-01T10:33:57.2172558Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu PASSED [ 87%] 2022-12-01T10:33:57.2172728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu PASSED [ 87%] 2022-12-01T10:33:57.2172899Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu PASSED [ 87%] 2022-12-01T10:33:57.2173079Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu PASSED [ 87%] 2022-12-01T10:33:57.2173259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu PASSED [ 87%] 2022-12-01T10:33:57.2173441Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu PASSED [ 87%] 2022-12-01T10:33:57.2173604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu PASSED [ 87%] 2022-12-01T10:33:57.2173771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu PASSED [ 87%] 2022-12-01T10:33:57.2173938Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu PASSED [ 87%] 2022-12-01T10:33:57.2174110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu PASSED [ 87%] 2022-12-01T10:33:57.2174277Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu PASSED [ 87%] 2022-12-01T10:33:57.2174449Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu PASSED [ 87%] 2022-12-01T10:33:57.2174618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu PASSED [ 87%] 2022-12-01T10:33:57.2174857Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu PASSED [ 87%] 2022-12-01T10:33:57.2175012Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu PASSED [ 88%] 2022-12-01T10:33:57.2175178Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu PASSED [ 88%] 2022-12-01T10:33:57.2175344Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu PASSED [ 88%] 2022-12-01T10:33:57.2175514Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu PASSED [ 88%] 2022-12-01T10:33:57.2175684Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu PASSED [ 88%] 2022-12-01T10:33:57.2175857Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu PASSED [ 88%] 2022-12-01T10:33:57.2176027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu PASSED [ 88%] 2022-12-01T10:33:57.2176198Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu PASSED [ 88%] 2022-12-01T10:33:57.2176378Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu PASSED [ 88%] 2022-12-01T10:33:57.2176538Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu PASSED [ 88%] 2022-12-01T10:33:57.2176713Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu PASSED [ 88%] 2022-12-01T10:33:57.2176883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu PASSED [ 88%] 2022-12-01T10:33:57.2177055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu PASSED [ 88%] 2022-12-01T10:33:57.2177254Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu PASSED [ 88%] 2022-12-01T10:33:57.2177428Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu PASSED [ 88%] 2022-12-01T10:33:57.2177597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu PASSED [ 88%] 2022-12-01T10:33:57.2177798Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu PASSED [ 88%] 2022-12-01T10:33:57.2178023Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu SKIPPED (_refs.full does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:33:57.2178177Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu PASSED [ 88%] 2022-12-01T10:33:57.2178343Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu PASSED [ 88%] 2022-12-01T10:33:57.2178522Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu PASSED [ 88%] 2022-12-01T10:33:57.2178693Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu PASSED [ 88%] 2022-12-01T10:33:57.2178862Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu PASSED [ 88%] 2022-12-01T10:33:57.2179024Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu PASSED [ 88%] 2022-12-01T10:33:57.2179194Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu PASSED [ 88%] 2022-12-01T10:33:57.2179430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu SKIPPED (_refs.index_add_ does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:33:57.2179606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu PASSED [ 88%] 2022-12-01T10:33:57.2179767Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu PASSED [ 88%] 2022-12-01T10:33:57.2179938Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu PASSED [ 88%] 2022-12-01T10:33:57.2180106Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu PASSED [ 88%] 2022-12-01T10:33:57.2180331Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu SKIPPED (_refs.item does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:33:57.2180499Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu PASSED [ 88%] 2022-12-01T10:33:57.2180671Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu PASSED [ 88%] 2022-12-01T10:33:57.2180839Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu PASSED [ 88%] 2022-12-01T10:33:57.2181007Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu PASSED [ 88%] 2022-12-01T10:33:57.2181176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu PASSED [ 88%] 2022-12-01T10:33:57.2181340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu PASSED [ 88%] 2022-12-01T10:33:57.2181514Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu PASSED [ 88%] 2022-12-01T10:33:57.2181679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu PASSED [ 88%] 2022-12-01T10:33:57.2181848Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu PASSED [ 88%] 2022-12-01T10:33:57.2182020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu PASSED [ 88%] 2022-12-01T10:33:57.2182191Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu PASSED [ 88%] 2022-12-01T10:33:57.2182358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu PASSED [ 88%] 2022-12-01T10:33:57.2182526Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu PASSED [ 88%] 2022-12-01T10:33:57.2182723Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu PASSED [ 88%] 2022-12-01T10:33:57.2182887Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu PASSED [ 88%] 2022-12-01T10:33:57.2183071Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu PASSED [ 88%] 2022-12-01T10:33:57.2183303Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu PASSED [ 88%] 2022-12-01T10:33:57.2183503Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 88%] 2022-12-01T10:33:57.2183692Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu PASSED [ 88%] 2022-12-01T10:33:57.2183879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu PASSED [ 88%] 2022-12-01T10:33:57.2184079Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 88%] 2022-12-01T10:33:57.2184268Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu PASSED [ 88%] 2022-12-01T10:33:57.2184466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 88%] 2022-12-01T10:33:57.2184634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu PASSED [ 88%] 2022-12-01T10:33:57.2184827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu PASSED [ 88%] 2022-12-01T10:33:57.2185014Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu PASSED [ 88%] 2022-12-01T10:33:57.2185187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu PASSED [ 88%] 2022-12-01T10:33:57.2185427Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu SKIPPED (_refs.rtruediv does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:33:57.2185605Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu PASSED [ 88%] 2022-12-01T10:33:57.2185785Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu PASSED [ 88%] 2022-12-01T10:33:57.2185979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu PASSED [ 88%] 2022-12-01T10:33:57.2186155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu PASSED [ 88%] 2022-12-01T10:33:57.2186325Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu PASSED [ 88%] 2022-12-01T10:33:57.2186484Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu PASSED [ 88%] 2022-12-01T10:33:57.2186656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu PASSED [ 88%] 2022-12-01T10:33:57.2186834Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu PASSED [ 88%] 2022-12-01T10:33:57.2186999Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu PASSED [ 88%] 2022-12-01T10:33:57.2187233Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu SKIPPED (_refs.swap_axes does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:33:57.2187403Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu PASSED [ 88%] 2022-12-01T10:33:57.2187582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu PASSED [ 88%] 2022-12-01T10:33:57.2187801Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu SKIPPED (_refs.to does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:33:57.2187970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu PASSED [ 88%] 2022-12-01T10:33:57.2188164Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu PASSED [ 88%] 2022-12-01T10:33:57.2188397Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu SKIPPED (_refs.uniform does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:33:57.2188603Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu PASSED [ 88%] 2022-12-01T10:33:57.2188771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu PASSED [ 88%] 2022-12-01T10:33:57.2188940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu PASSED [ 88%] 2022-12-01T10:33:57.2189110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu PASSED [ 88%] 2022-12-01T10:33:57.2189262Z test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2189411Z test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:33:57.2189561Z test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2189694Z test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2189839Z test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2189986Z test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2190129Z test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2190275Z test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2190421Z test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2190563Z test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2190708Z test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2190840Z test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2190983Z test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2191123Z test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2191266Z test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2191411Z test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2191557Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2191718Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2191861Z test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2191989Z test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2192133Z test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2192280Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2192423Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2192711Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2192875Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2193031Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2193185Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2193330Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2193499Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2193703Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2193858Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2194012Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2194171Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2194359Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2194520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2194677Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2194834Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2194986Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2195142Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2195304Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2195463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2195623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2195781Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:57.2195940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:57.2196083Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:57.2196256Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:57.2196414Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:57.2196571Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2196725Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2196885Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2197035Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2197204Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:57.2197345Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2197505Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2197660Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2197822Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2197978Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2198141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2198307Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2198484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:57.2198627Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2198784Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2198941Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2199093Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2199267Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2199453Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2199614Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2199772Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2199960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2200117Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2200274Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2200445Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2200600Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2200751Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2200909Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2201062Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2201221Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2201365Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2201524Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2201681Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2201840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2202005Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2202163Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2202322Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2202481Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2202639Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2202786Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2202937Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2203096Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2203254Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2203411Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2203568Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2203723Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2203885Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2204026Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2204183Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2204334Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2204490Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2204646Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2204795Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64 PASSED [ 89%] 2022-12-01T10:33:57.2204947Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2205129Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2205270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2205422Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2205610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2205763Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2205914Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2206069Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2206276Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:33:57.2206431Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2206568Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2206720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2206875Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2207041Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2207201Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2207362Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2207524Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2207691Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2207876Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2208029Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2208199Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2208372Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2208533Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2208730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:57.2208919Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:57.2209080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2209250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2209446Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:57.2209595Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2209760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2209914Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2210067Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2210235Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2210395Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2210556Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2210741Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2210881Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2211032Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2211251Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2211402Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2211563Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2211729Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2211894Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2212057Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2212204Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2212374Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2212535Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2212702Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2212866Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2213024Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2213184Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2213345Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2213505Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2213648Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2213807Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2213980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2214135Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2214292Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2214449Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2214601Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2214833Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2214978Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2215166Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:57.2215365Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:57.2215564Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:57.2215725Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2215907Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:57.2216058Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2216227Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2216419Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2216565Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2216727Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2216972Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:33:57.2217159Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2217348Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2217535Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2217723Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2217900Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2218072Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2218232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2218404Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2218592Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2218778Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:57.2218959Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2219143Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2219319Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2219496Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2219707Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2219882Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2220071Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2220252Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2220427Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2220599Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2220780Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2220950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2221139Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2221312Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2221476Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2221648Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2221863Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2222044Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2222228Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2222440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2222610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2222795Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2222976Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2223148Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2223318Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2223493Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2223674Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2223865Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2224046Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2224223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2224396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2224578Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2224736Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2224920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 PASSED [ 90%] 2022-12-01T10:33:57.2225100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2225285Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2225457Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2225633Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2225807Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2225998Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2226202Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2226360Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2226517Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2226677Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2226831Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2226999Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2227155Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2227307Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2227500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2227658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2227799Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2228006Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2228181Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2228335Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2228487Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2228647Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2228809Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2228964Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2229111Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2229267Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2229423Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2229579Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2229740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2229895Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2230054Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2230212Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2230369Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2230547Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2230710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2230889Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2231045Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2231210Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2231362Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2231518Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2231673Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2231824Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2231979Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2232149Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2232318Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2232646Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2232860Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2233048Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2233289Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2233437Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2233622Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2234091Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:33:57.2234273Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2234451Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2234615Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2234812Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2235000Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2235188Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2235575Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:33:57.2235719Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2235877Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2236036Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2236193Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2236354Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2236507Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2236658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2236812Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2236963Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2237115Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2237279Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2237432Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2237619Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:33:57.2237770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2237925Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2238086Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2238246Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2238396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:57.2238549Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2238709Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:57.2238871Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2239026Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2239233Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2239393Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2239553Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2239727Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2239880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2240045Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2240196Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2240351Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2240501Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2240664Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2240813Z test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2240948Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:57.2241099Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:57.2241256Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:57.2241403Z test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2241555Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2241698Z test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:57.2241843Z test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:57.2241990Z test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:57.2242148Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:33:57.2242330Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:33:57.2242481Z test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:57.2242627Z test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:57.2242776Z test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:57.2242926Z test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:57.2243068Z test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:57.2243234Z test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:33:57.2243425Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2243609Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2243810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2244009Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2244198Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2244392Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2244590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2244815Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2245011Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2245198Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2245401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2245586Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2245783Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2245989Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2246179Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2246362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2246555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2246752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2246941Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2247125Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2247299Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2247504Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2247696Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2247894Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2248094Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2248285Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2248491Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2248689Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2248884Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2249072Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2249249Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2249439Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2249629Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2249827Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2250047Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2250238Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2250442Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2250661Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2250848Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2251017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2251206Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2251402Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2251593Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2251786Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2251980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2252170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2252365Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2252564Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2252761Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2252937Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2253128Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2253323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2253519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2253714Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2253907Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2254102Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2254293Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2254485Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2254675Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2254941Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2255130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2255315Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2255542Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2255731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2255925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2256155Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2256347Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2256536Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2256720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2256929Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2257129Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2257332Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2257551Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2257766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2257964Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2258170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2258371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2258571Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2258750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:33:57.2258950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2259146Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2259349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2259542Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2259737Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2259938Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2260127Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2260320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2260513Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2260685Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2260910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2261112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2261304Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2261542Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2261740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2261940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2262136Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2262331Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2262527Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2262709Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2262915Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2263106Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2263299Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2263508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2263701Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2263892Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2264103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2264305Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2264495Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2264677Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2264881Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2265073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2265275Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2265479Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2265669Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2265900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2266150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2266373Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2266596Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2266833Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2267044Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2267248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:57.2267467Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2267684Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2267895Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2268115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2268329Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2268533Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:33:57.2268747Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2268960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2269162Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2269377Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2269609Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2269829Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2270034Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2270245Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2270455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2270667Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2270886Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2271104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2271312Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2271566Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2271788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2272038Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2272243Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2272451Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2272778Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2272999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2273206Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2273419Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2273637Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2273829Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2274049Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2274278Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2274487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2274698Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2274912Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2275124Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2275339Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2275550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2275764Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2275973Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2276159Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2276362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2276573Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2276842Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2277051Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2277261Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2277509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2277742Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2277947Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2278140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2278320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2278512Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2278716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2278913Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2279106Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2279295Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:33:57.2279486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2279697Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2279908Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2280118Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2280295Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2280480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2280665Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2280862Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2281054Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2281244Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2281441Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2281641Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2281833Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2282019Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2282239Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2282434Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2282658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2282852Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2283040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2283229Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2283416Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2283620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2283820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2284011Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2284219Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2284420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2284619Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2284811Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2284999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2285188Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2285392Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2285589Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2285786Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2285965Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2286170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2286397Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2286590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2286790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2286979Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2287165Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2287379Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2287568Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2287752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2287968Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2288157Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2288344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2288529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2288727Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2288917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2289104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2289300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2289488Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2289679Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2289856Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2290056Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2290243Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2290442Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2290634Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2290822Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2291008Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2291191Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2291375Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2291547Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2291742Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2291936Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2292126Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2292315Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2292504Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2292725Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2292919Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2293127Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2293349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2293526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2293734Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2293929Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:57.2294121Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2294317Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2294514Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2294787Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2294999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2295188Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2295387Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2295577Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2295770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2295971Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2296173Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2296367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2296569Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2296770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2296967Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2297157Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2297349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2297526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2297718Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2297914Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2298194Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2298383Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2298571Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2298821Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2299014Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2299204Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2299410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2299622Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2299812Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2300007Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2300198Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2300374Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2300561Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2300755Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2300949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2301150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2301349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2301545Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2301738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2301930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2302133Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2302314Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2302509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2302703Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2302894Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2303088Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2303287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2303510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2303702Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2303896Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2304120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2304294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2304486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2304673Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2304872Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2305071Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2305266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2305459Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2305653Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2305843Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2306025Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2306224Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2306421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2306621Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2306824Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2307042Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2307239Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2307441Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2307641Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2307847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2308038Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2308237Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2308438Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2308677Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2308875Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2309080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2309310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2309511Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2309718Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2309910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2310092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2310281Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2310469Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2310673Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2310878Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2311075Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2311265Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2311459Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2311656Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2311843Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2312025Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2312225Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2312426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2312815Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2313019Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2313215Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2313422Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2313622Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2313818Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2314016Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2314255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2314454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2314644Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2314869Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2315063Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2315269Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2315480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2315671Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2315885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2316092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2316268Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2316455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2316641Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2316831Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2317027Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2317217Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2317406Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2317608Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2317794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2318024Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2318236Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2318452Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2318667Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2318879Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2319089Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2319324Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2319533Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2319736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2319975Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2320194Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2320410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2320611Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:57.2320819Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2321021Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2321238Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2321472Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2321707Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2321929Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2322134Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2322348Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2322560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2322770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2322978Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2323197Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2323414Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2323618Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2323831Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2324050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2324266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2324504Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2324713Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2324920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2325153Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2325367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2325582Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2325798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2326001Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2326205Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2326429Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2326637Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2326849Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2327065Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2327280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2327484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2327699Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2327903Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2328115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2328333Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2328541Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2328749Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2328968Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2329169Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2329359Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2329600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2329798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2329989Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2330206Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2330394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2330581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2330780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2330976Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2331169Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2331364Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2331555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2331741Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2331933Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2332123Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2332332Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2332539Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2332746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2332940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2333140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2333326Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2333513Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2333703Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2333894Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2334092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2334291Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2334521Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2334802Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2335053Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2335260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2335453Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2335695Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2335883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2336060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2336248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2336442Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2336640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2336876Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2337067Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2337270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2337467Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2337663Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2337858Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2338049Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2338241Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2338426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2338621Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2338814Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2339002Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2339201Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2339391Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2339578Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2339758Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2339950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2340139Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:57.2340287Z test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2340468Z test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2340615Z test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2340762Z test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2340934Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2341092Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2341236Z test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2341394Z test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2341539Z test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2341682Z test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2341831Z test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2341974Z test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2342115Z test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2342258Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2342390Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2342532Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2342674Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2342816Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2342958Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2343101Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2343243Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2343384Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2343514Z test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2343661Z test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2343800Z test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2343939Z test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2344077Z test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2344218Z test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2344361Z test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2344502Z test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2344630Z test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2344775Z test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2344918Z test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2345057Z test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2345199Z test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2345342Z test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:57.2345484Z test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2345634Z test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2345792Z test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2345932Z test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2346074Z test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2346242Z test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2346384Z test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2346523Z test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2346659Z test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64 PASSED [ 95%] 2022-12-01T10:33:57.2346838Z test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2347004Z test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2347137Z test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2347278Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2347419Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2347578Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2347723Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2347894Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2348049Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2348216Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2348349Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2348505Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2348662Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2348815Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2348998Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:57.2349193Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:57.2349347Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2349494Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2349708Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 95%] 2022-12-01T10:33:57.2349873Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2350025Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2350178Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2350334Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2350482Z test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2350627Z test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2350770Z test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2350918Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2351053Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2351239Z test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2351386Z test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2351532Z test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2351673Z test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2351843Z test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2351996Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2352147Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2352286Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2352442Z test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2352802Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2352962Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2353110Z test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2353257Z test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2353417Z test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2353571Z test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2353708Z test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2353862Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2354010Z test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2354156Z test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2354307Z test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2354471Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2354617Z test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2354765Z test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2354896Z test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2355065Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2355231Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2355376Z test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2355522Z test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2355667Z test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2355855Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:57.2356043Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:57.2356230Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:57.2356388Z test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:57.2356547Z test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2356696Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2356846Z test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2357052Z test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2357230Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2357407Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2357613Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2357770Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2357937Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2358103Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2358284Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2358448Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2358628Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2358804Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2358975Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2359142Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2359306Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2359486Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2359659Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2359820Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2359987Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2360152Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2360316Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2360497Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2360660Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2360814Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2360994Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2361168Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2361328Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2361489Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2361661Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2361825Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2361999Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2362159Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2362305Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2362470Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2362669Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2362839Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2363001Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2363213Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:57.2363378Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2363542Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2363699Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2363872Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2364030Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2364186Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2364353Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2364524Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2364685Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2364859Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2365020Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2365182Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2365373Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2365533Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2365682Z test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2365833Z test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2365994Z test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2366135Z test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2366279Z test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2366410Z test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2366558Z test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:57.2366700Z test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2366862Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2367023Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2367184Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2367325Z test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2367465Z test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2367597Z test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2367742Z test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2367893Z test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2368062Z test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2368210Z test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2368351Z test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2368534Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:33:57.2368705Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2368848Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2368977Z test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2369132Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2369285Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2369442Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2369584Z test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2369728Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2369873Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2370032Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2370172Z test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2370358Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:33:57.2370499Z test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2370643Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2370803Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2370958Z test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2371132Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2371549Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:33:57.2371703Z test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2371861Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2372032Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2372179Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2372330Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2372501Z test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2372657Z test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2372823Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2372992Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2373146Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2373310Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2373462Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2373645Z test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2373852Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2374025Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2374392Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:33:57.2374892Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:33:57.2375256Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:33:57.2375412Z test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2375552Z test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2375697Z test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2375850Z test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2376006Z test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2376152Z test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2376298Z test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2376441Z test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2376583Z test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2376717Z test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2376864Z test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2377008Z test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2377146Z test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2377299Z test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2377442Z test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2377584Z test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2377759Z test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:33:57.2377893Z test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2378032Z test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2378176Z test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2378319Z test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2378474Z test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2378618Z test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2378760Z test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2378900Z test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2379030Z test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2379182Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2379324Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2379464Z test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2379638Z test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2379779Z test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2379918Z test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2380123Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2380246Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2380380Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2380514Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 PASSED [ 96%] 2022-12-01T10:33:57.2380652Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2380789Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2380924Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2381056Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2381188Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 PASSED [ 96%] 2022-12-01T10:33:57.2381309Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 PASSED [ 96%] 2022-12-01T10:33:57.2381444Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2381580Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2381722Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2381857Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2381991Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2382128Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2382265Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2382389Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2382527Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2382668Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2382808Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2382947Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 PASSED [ 96%] 2022-12-01T10:33:57.2383099Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 PASSED [ 96%] 2022-12-01T10:33:57.2383236Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 PASSED [ 96%] 2022-12-01T10:33:57.2383373Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 PASSED [ 96%] 2022-12-01T10:33:57.2383527Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2383649Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2383785Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2383922Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2384056Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2384194Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2384341Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2384491Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2384633Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2384787Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2384945Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2385099Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2385233Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2385400Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2385536Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2385671Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2385808Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2385934Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2386072Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2386211Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2386349Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2386485Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2386626Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2386764Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2386901Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2387039Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:57.2387180Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2387319Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2387459Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2387596Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2387733Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2387872Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2388008Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2388138Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2388275Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2388407Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 PASSED [ 97%] 2022-12-01T10:33:57.2388540Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2388680Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2388817Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2388954Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2389086Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2389214Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2389352Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 PASSED [ 97%] 2022-12-01T10:33:57.2389489Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2389636Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2389774Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2389912Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2390094Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2390235Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2390363Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2390539Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2390690Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2390832Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2390975Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2391113Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2391252Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2391395Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2391524Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2391658Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2391795Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2391934Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2392073Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2392207Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2392344Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2392620Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2392763Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2392888Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2393045Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2393204Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2393363Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2393526Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2393701Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2393855Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2394016Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2394160Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2394332Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2394485Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2394643Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2394794Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2394956Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2395098Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2395237Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2395367Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2395552Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2395701Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2395843Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2396014Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2396153Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2396292Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2396428Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2396565Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2396692Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2396831Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2396973Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2397114Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2397265Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2397441Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2397611Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2397776Z test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2397911Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2398050Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2398196Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2398332Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2398473Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2398612Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2398763Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2398905Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:33:57.2399035Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2399175Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2399313Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2399459Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2399595Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2399734Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2399875Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2400012Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2400140Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2400279Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2400419Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2400558Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2400694Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2400861Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2401002Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2401137Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2401295Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2401431Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2401567Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2401700Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2401837Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2401971Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2402109Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2402246Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2402369Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2402506Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2402649Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2402786Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2402921Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2403058Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2403196Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2403331Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2403458Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2403595Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 PASSED [ 97%] 2022-12-01T10:33:57.2403733Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 PASSED [ 97%] 2022-12-01T10:33:57.2403870Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2404014Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2404156Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2404295Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2404431Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2404554Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2404694Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2404832Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2404967Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2405102Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2405246Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2405386Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2405526Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2405660Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2405778Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:57.2405938Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2406072Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2406224Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2406360Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2406535Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2406667Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2406802Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2406937Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2407084Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2407218Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2407352Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2407490Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2407623Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2407759Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2407898Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2408020Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2408154Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2408290Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2408422Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2408558Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2408696Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2408830Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2408963Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2409088Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2409221Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2409357Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2409492Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2409625Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2409758Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2409891Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2410024Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2410146Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2410282Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2410412Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2410546Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2410669Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 PASSED [ 98%] 2022-12-01T10:33:57.2417223Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2417375Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2417607Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2417755Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2417896Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2418094Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2418236Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2418364Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2418507Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2418641Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2418780Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2418920Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2419059Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2419195Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2419331Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2419506Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:33:57.2419700Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:33:57.2419869Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:33:57.2420054Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:33:57.2420196Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2420335Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 PASSED [ 98%] 2022-12-01T10:33:57.2420488Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2420632Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2420794Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2420922Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2421076Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2421214Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2421356Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2421502Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2421656Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2421816Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2421959Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2422117Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2422259Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2422411Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2422553Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2422706Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2422847Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2423019Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2423169Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2423297Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2423461Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2423595Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2423740Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2423882Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2424016Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2424154Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2424296Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2424431Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2424550Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2424689Z test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2424831Z test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2424969Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2425116Z test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2425253Z test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2425391Z test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2425528Z test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2425658Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2425799Z test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2425943Z test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2426078Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2426229Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2426381Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2426517Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2426650Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2426773Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2426932Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2427067Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2427217Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2427352Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2427488Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2427622Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2427752Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2427891Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2428041Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2428208Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2428351Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2428489Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2428623Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2428793Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2428934Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2429054Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2429196Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2429330Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2429466Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2429637Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2429806Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2429974Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2430142Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2430285Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2430442Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2430609Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2430759Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2430924Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2431089Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:57.2431248Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2431407Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2431557Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2431699Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2431842Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2431998Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2432150Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2432334Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2432778Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2432968Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2433133Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2433289Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2433447Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2433605Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2433770Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2434001Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2434171Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2434340Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2434531Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2434686Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2434830Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2434997Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2435168Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:33:57.2435330Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2435495Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2435655Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2435826Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2436001Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2436155Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2436290Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 PASSED [ 99%] 2022-12-01T10:33:57.2436446Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2436610Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2436769Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2436928Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2437079Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2437243Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 PASSED [ 99%] 2022-12-01T10:33:57.2437400Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2437552Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2437707Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2437861Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2438015Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2438172Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2438336Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2438520Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2438686Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2438815Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2438963Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2439114Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2439251Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2439421Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2439561Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2439716Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2439868Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2440042Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2440164Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2440302Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2440438Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2440577Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2440711Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2440851Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2440986Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2441124Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2441253Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2441388Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2441532Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2441666Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2441802Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2441935Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2442069Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2442208Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2442336Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2442469Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2442610Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2442760Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2442908Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2443056Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2443212Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2443354Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2443476Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2443614Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2443750Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2443886Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2444024Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2444161Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2444309Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2444446Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2444602Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:33:57.2444776Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2444943Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2445334Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:33:57.2445513Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2445675Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2445815Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2445954Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2446094Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2446242Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2446401Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2446541Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2446687Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2446862Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2447027Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2447385Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:33:57.2447534Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2447668Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2447806Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2447943Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2448077Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2448215Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2448351Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2448491Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2448625Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2448745Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2448879Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2449012Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2449177Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 99%] 2022-12-01T10:33:57.2449314Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2449452Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2449594Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2449726Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2449862Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:33:57.2449983Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2450121Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:33:57.2450293Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2450429Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2450579Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2450747Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2450879Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2451012Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2451134Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2451270Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2451403Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:57.2451538Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 PASSED [100%] 2022-12-01T10:33:57.2451547Z 2022-12-01T10:33:57.2451850Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-e5baa9686549a944.xml - 2022-12-01T10:33:57.2451998Z = 9122 passed, 3856 skipped, 15 deselected, 154 xfailed, 130 warnings in 951.07s (0:15:51) = 2022-12-01T10:33:57.2452175Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:33:57.2452181Z 2022-12-01T10:33:57.2452483Z ##[endgroup] 2022-12-01T10:33:57.2452743Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_2fpr8yua) 2022-12-01T10:33:57.2452748Z 2022-12-01T10:33:57.2453215Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:33:57.125930] 2022-12-01T10:34:06.7124267Z 2022-12-01T10:34:06.7124696Z Expand the folded group to see the log file of test_ops 2022-12-01T10:34:06.7125392Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_ujtmgk1d) 2022-12-01T10:34:06.7126044Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-aba44309bd2dec07.xml 2022-12-01T10:34:06.7126542Z ============================= test session starts ============================== 2022-12-01T10:34:06.7127111Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:34:06.7127510Z cachedir: .pytest_cache 2022-12-01T10:34:06.7128237Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:34:06.7128878Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:34:06.7129610Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:34:06.7130037Z collecting ... collected 26295 items / 26257 deselected / 38 selected 2022-12-01T10:34:06.7134073Z Running 38 items in this shard: test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-12-01T10:34:06.7137717Z 2022-12-01T10:34:06.7137877Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu PASSED [ 2%] 2022-12-01T10:34:06.7138252Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu PASSED [ 5%] 2022-12-01T10:34:06.7138618Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:06.7139044Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 10%] 2022-12-01T10:34:06.7139501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 PASSED [ 13%] 2022-12-01T10:34:06.7139910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:06.7140284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 PASSED [ 18%] 2022-12-01T10:34:06.7140645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 PASSED [ 21%] 2022-12-01T10:34:06.7140994Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 PASSED [ 23%] 2022-12-01T10:34:06.7141314Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 PASSED [ 26%] 2022-12-01T10:34:06.7141635Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu PASSED [ 28%] 2022-12-01T10:34:06.7141940Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu PASSED [ 31%] 2022-12-01T10:34:06.7142290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 PASSED [ 34%] 2022-12-01T10:34:06.7142663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 PASSED [ 36%] 2022-12-01T10:34:06.7143089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 PASSED [ 39%] 2022-12-01T10:34:06.7143452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 PASSED [ 42%] 2022-12-01T10:34:06.7143828Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 PASSED [ 44%] 2022-12-01T10:34:06.7144248Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 PASSED [ 47%] 2022-12-01T10:34:06.7144618Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-12-01T10:34:06.7145002Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 PASSED [ 52%] 2022-12-01T10:34:06.7145384Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 PASSED [ 55%] 2022-12-01T10:34:06.7145764Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 PASSED [ 57%] 2022-12-01T10:34:06.7146112Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 PASSED [ 60%] 2022-12-01T10:34:06.7146457Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 PASSED [ 63%] 2022-12-01T10:34:06.7146804Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 PASSED [ 65%] 2022-12-01T10:34:06.7147156Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 PASSED [ 68%] 2022-12-01T10:34:06.7147484Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 PASSED [ 71%] 2022-12-01T10:34:06.7147817Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 PASSED [ 73%] 2022-12-01T10:34:06.7148157Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:06.7148498Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:06.7148890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:34:06.7149313Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:34:06.7149733Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 86%] 2022-12-01T10:34:06.7150147Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:34:06.7150525Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32 PASSED [ 92%] 2022-12-01T10:34:06.7150862Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:06.7151189Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:06.7151496Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-12-01T10:34:06.7151671Z 2022-12-01T10:34:06.7152016Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-aba44309bd2dec07.xml - 2022-12-01T10:34:06.7152375Z ========= 32 passed, 6 skipped, 26257 deselected, 2 warnings in 4.42s ========== 2022-12-01T10:34:06.7152890Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:34:06.7153087Z 2022-12-01T10:34:06.7153373Z ##[endgroup] 2022-12-01T10:34:06.7153744Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_ujtmgk1d) 2022-12-01T10:34:06.7153948Z 2022-12-01T10:34:06.7154098Z Running test_fx ... [2022-12-01 10:34:06.713491] 2022-12-01T10:34:06.7154533Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:34:06.713784] 2022-12-01T10:37:55.5142875Z 2022-12-01T10:37:55.5143636Z Expand the folded group to see the log file of test_fx 2022-12-01T10:37:55.5173745Z ##[group]PRINTING LOG FILE of test_fx (/var/lib/jenkins/workspace/test/test-reports/test_fx__oi8fi3_) 2022-12-01T10:37:55.5174505Z Test results will be stored in test-reports/python-unittest/test_fx 2022-12-01T10:37:55.5174850Z 2022-12-01T10:37:55.5174979Z Running tests... 2022-12-01T10:37:55.5175744Z ---------------------------------------------------------------------- 2022-12-01T10:37:55.5176064Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.012s) 2022-12-01T10:37:55.5176545Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:37:55.5177011Z Test type annotations in the forward function. ... ok (0.003s) 2022-12-01T10:37:55.5177495Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:37:55.5178008Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:37:55.5178495Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:37:55.5178979Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:37:55.5179412Z Test the consistency relation. ... ok (0.001s) 2022-12-01T10:37:55.5179817Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:37:55.5180242Z Test the consistency relation. ... ok (0.001s) 2022-12-01T10:37:55.5180680Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-12-01T10:37:55.5181110Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-12-01T10:37:55.5181651Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:37:55.5182190Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:37:55.5182640Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:37:55.5183076Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:37:55.5183528Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:37:55.5183949Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:37:55.5184366Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-12-01T10:37:55.5184806Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.084s) 2022-12-01T10:37:55.5185242Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:37:55.5185680Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:37:55.5186127Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:37:55.5186625Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:37:55.5187134Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:37:55.5187707Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:37:55.5188846Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:37:55.5190093Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:37:55.5191270Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:37:55.5191952Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:37:55.5192940Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:37:55.5193641Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:37:55.5194402Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:37:55.5194826Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5195237Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.007s) 2022-12-01T10:37:55.5195565Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5195981Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.007s) 2022-12-01T10:37:55.5196333Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5196670Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.005s) 2022-12-01T10:37:55.5196987Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5197331Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.097s) 2022-12-01T10:37:55.5197670Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5198000Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-12-01T10:37:55.5198336Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5198662Z Test code path where placeholder comes after normal op node in FX ... ok (0.003s) 2022-12-01T10:37:55.5198967Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5199272Z Perform constant folding conversion, from original mod to split constant ... ok (0.005s) 2022-12-01T10:37:55.5199597Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5199919Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-12-01T10:37:55.5200252Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:37:55.5200582Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-12-01T10:37:55.5200896Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5201220Z Perform constant folding conversion, from original mod to split constant ... ok (0.007s) 2022-12-01T10:37:55.5201510Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5201804Z Check that a graph with no constant folding is handled correctly. ... ok (0.003s) 2022-12-01T10:37:55.5202114Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5202433Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.005s) 2022-12-01T10:37:55.5202764Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.010s) 2022-12-01T10:37:55.5203092Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:37:55.5203404Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:37:55.5203670Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5203942Z Perform constant folding with a call_module node. ... ok (0.005s) 2022-12-01T10:37:55.5204218Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:37:55.5204517Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.006s) 2022-12-01T10:37:55.5204870Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:37:55.5205169Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:37:55.5206112Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:37:55.5206762Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:55.5206944Z ok (0.006s) 2022-12-01T10:37:55.5207245Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:37:55.5207671Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:37:55.5208086Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:37:55.5208507Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:37:55.5208919Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:37:55.5209244Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-12-01T10:37:55.5209573Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-12-01T10:37:55.5209836Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:37:55.5210105Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:37:55.5210402Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-12-01T10:37:55.5210666Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:37:55.5210945Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-12-01T10:37:55.5211186Z return add_1 2022-12-01T10:37:55.5211339Z ok (0.003s) 2022-12-01T10:37:55.5211541Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-12-01T10:37:55.5211860Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-12-01T10:37:55.5212102Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:37:55.5212368Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:37:55.5212719Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:37:55.5213161Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-12-01T10:37:55.5213654Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-12-01T10:37:55.5214110Z return add_1 2022-12-01T10:37:55.5214318Z ok (0.003s) 2022-12-01T10:37:55.5214531Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-12-01T10:37:55.5214915Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-12-01T10:37:55.5215190Z %x : [#users=1] = placeholder[target=x] 2022-12-01T10:37:55.5215402Z %y : [#users=0] = placeholder[target=y] 2022-12-01T10:37:55.5215668Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-12-01T10:37:55.5215909Z return add 2022-12-01T10:37:55.5216063Z ok (0.002s) 2022-12-01T10:37:55.5216280Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-12-01T10:37:55.5216650Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-12-01T10:37:55.5216910Z %x : [#users=1] = placeholder[target=x] 2022-12-01T10:37:55.5217129Z %y : [#users=1] = placeholder[target=y] 2022-12-01T10:37:55.5217396Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-12-01T10:37:55.5217690Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-12-01T10:37:55.5217988Z return add_1 2022-12-01T10:37:55.5218158Z ok (0.003s) 2022-12-01T10:37:55.5218379Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-12-01T10:37:55.5218744Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-12-01T10:37:55.5219042Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-12-01T10:37:55.5219347Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-12-01T10:37:55.5219628Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-12-01T10:37:55.5219858Z return mul 2022-12-01T10:37:55.5220019Z ok (0.003s) 2022-12-01T10:37:55.5220214Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-12-01T10:37:55.5220564Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-12-01T10:37:55.5220849Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-12-01T10:37:55.5221134Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-12-01T10:37:55.5221449Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-12-01T10:37:55.5221777Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-12-01T10:37:55.5222007Z return mul 2022-12-01T10:37:55.5222160Z ok (0.003s) 2022-12-01T10:37:55.5222352Z test_simple (fx.test_dce_pass.TestDCE) 2022-12-01T10:37:55.5222670Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-12-01T10:37:55.5222909Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:37:55.5223177Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:37:55.5223438Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:37:55.5223716Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-12-01T10:37:55.5223944Z return add_1 2022-12-01T10:37:55.5224110Z ok (0.003s) 2022-12-01T10:37:55.5224315Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5224557Z test_annotation_with_future (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:37:55.5225336Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:37:55.5225946Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:37:55.5226168Z ok (0.023s) 2022-12-01T10:37:55.5226389Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5226684Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5227017Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5227371Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5227665Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5227906Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5228147Z test_assert (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5228393Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5228674Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5228963Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5229224Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5229485Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5229763Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5230068Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5230379Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5230667Z test_autowrap_functions (__main__.TestFX) ... ok (0.056s) 2022-12-01T10:37:55.5230961Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5231206Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5231447Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5231683Z test_copy_no_remap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5231906Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5232141Z test_custom_codegen (__main__.TestFX) ... ok (0.016s) 2022-12-01T10:37:55.5232403Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5232819Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5233083Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5233377Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5233656Z test_custom_proxy_type (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5233903Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5234217Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.009s) 2022-12-01T10:37:55.5234570Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5234872Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5235166Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5235450Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.168s) 2022-12-01T10:37:55.5235710Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5235967Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:37:55.5236822Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:37:55.5237375Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:55.5237566Z ok (0.004s) 2022-12-01T10:37:55.5237747Z test_dict (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5237983Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5238233Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:37:55.5238461Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5238707Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5238956Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5239195Z test_example_shape_prop (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5239433Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5239682Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.013s) 2022-12-01T10:37:55.5239934Z test_fn_type_annotations (__main__.TestFX) ... ok (0.020s) 2022-12-01T10:37:55.5240169Z test_fx_and_or (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5240401Z test_fx_create_arg (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5240632Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5240853Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5241101Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.102s) 2022-12-01T10:37:55.5241396Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-12-01T10:37:55.5241742Z test_getitem_subproc (__main__.TestFX) ... ok (0.028s) 2022-12-01T10:37:55.5241998Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:37:55.5242239Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5242461Z test_graph_module (__main__.TestFX) ... ok (0.033s) 2022-12-01T10:37:55.5242780Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5243097Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5243396Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5243647Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5243908Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5244175Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5244431Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5244689Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5244925Z test_inf_nan (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5245158Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5245382Z test_inline_graph (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:37:55.5245626Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5245867Z test_interpreter (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5246110Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5246374Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.252s) 2022-12-01T10:37:55.5246636Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.306s) 2022-12-01T10:37:55.5246897Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5247166Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5247437Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5247708Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5247966Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5248227Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5248471Z test_layout (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5248688Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5248924Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:37:55.5249180Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5249421Z test_move_before (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5249663Z test_multi_insert_point (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5249917Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:37:55.5250172Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5250423Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5250691Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5250945Z test_native_callable (__main__.TestFX) ... ok (0.021s) 2022-12-01T10:37:55.5251167Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5251404Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5251649Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5251874Z test_partial_trace (__main__.TestFX) ... 2022-12-01T10:37:55.5252007Z 2022-12-01T10:37:55.5252012Z 2022-12-01T10:37:55.5252092Z def forward(self, x, y_1): 2022-12-01T10:37:55.5252289Z eq = y_1 == True; y_1 = None 2022-12-01T10:37:55.5252663Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-12-01T10:37:55.5252916Z mul = 2 * x; x = None 2022-12-01T10:37:55.5253087Z return mul 2022-12-01T10:37:55.5253273Z 2022-12-01T10:37:55.5253865Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:565: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-12-01T10:37:55.5254476Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-12-01T10:37:55.5254704Z ok (0.007s) 2022-12-01T10:37:55.5254909Z test_pickle_custom_import (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5255170Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:37:55.5255442Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:37:55.5255711Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:37:55.5256238Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-12-01T10:37:55.5256671Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-12-01T10:37:55.5256921Z ok (0.002s) 2022-12-01T10:37:55.5257113Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5257362Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5257615Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5257868Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5258121Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5258368Z test_pytree (__main__.TestFX) ... ok (0.102s) 2022-12-01T10:37:55.5258603Z test_pytree_concrete (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:37:55.5258846Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5259107Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5259352Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5259597Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5259852Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5260090Z test_replace_uses (__main__.TestFX) ... ok (0.139s) 2022-12-01T10:37:55.5260318Z test_reserved_getattr (__main__.TestFX) 2022-12-01T10:37:55.5260580Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.004s) 2022-12-01T10:37:55.5260864Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5261107Z test_return_type_exists (__main__.TestFX) ... ok (0.013s) 2022-12-01T10:37:55.5261343Z test_script_method_trace (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:37:55.5261598Z test_script_tensor_constant (__main__.TestFX) ... ok (0.013s) 2022-12-01T10:37:55.5261845Z test_sequential (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5262083Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5262339Z test_shape_prop_layout (__main__.TestFX) ... ok (0.024s) 2022-12-01T10:37:55.5262587Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.501s) 2022-12-01T10:37:55.5262841Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:37:55.5263068Z test_snake_case (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5263290Z test_sqrt (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:37:55.5263516Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5263762Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5264029Z test_string_literal_return (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5264294Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.016s) 2022-12-01T10:37:55.5264550Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.009s) 2022-12-01T10:37:55.5264814Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5265108Z test_tensor_attribute (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:37:55.5265372Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:37:55.5265616Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5265859Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5266149Z test_torch_custom_ops (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5266379Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5267131Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:37:55.5267716Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:37:55.5267938Z ok (0.020s) 2022-12-01T10:37:55.5268138Z test_torch_op_overloads (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5268409Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5268708Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5269016Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-12-01T10:37:55.5269303Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5269554Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5269802Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5270032Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5270289Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+gitc13d400 2022-12-01T10:37:55.5270500Z ok (0.006s) 2022-12-01T10:37:55.5270726Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.015s) 2022-12-01T10:37:55.5271016Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5271276Z test_transformer_noop (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5271517Z test_transformer_op_swap (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5272324Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:37:55.5273004Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:55.5273200Z ok (0.005s) 2022-12-01T10:37:55.5273394Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5273631Z test_unpack (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5273880Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5274135Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5274394Z test_update_args_api (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5274661Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5274927Z test_update_kwargs_api (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5275201Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.012s) 2022-12-01T10:37:55.5275508Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.012s) 2022-12-01T10:37:55.5275767Z test_wrap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5276002Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5276258Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5276511Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5276749Z test_wrapped_method (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5277072Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5277330Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:37:55.5277614Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:37:55.5277878Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:37:55.5278158Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:37:55.5278445Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-12-01T10:37:55.5278751Z Test backward compatibility for members of classes with ... ok (0.001s) 2022-12-01T10:37:55.5279063Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-12-01T10:37:55.5279377Z Test backward compatibility for function signatures with ... ok (0.007s) 2022-12-01T10:37:55.5279688Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2022-12-01T10:37:55.5280030Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5280366Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5280699Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5281018Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5281363Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5281708Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5282046Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5282378Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5282726Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5283063Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5283368Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5283685Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5283998Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5284309Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5284606Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5284914Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5285233Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5285570Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5285892Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5286190Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5286503Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5286808Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5287110Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5287406Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5287694Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5288014Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5288344Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5288698Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5289021Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5289354Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5289702Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5290003Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5290311Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5290621Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5290932Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5291226Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5291529Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5291823Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5292114Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5292433Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:37:55.5292762Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5293081Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5293393Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5293746Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5294203Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5294545Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5294889Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5295203Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5295504Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5295801Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5296119Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:37:55.5296439Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5296745Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5297064Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5297387Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5297694Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5297989Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5298313Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5298637Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5298937Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5299258Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5299564Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5299867Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5300195Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5300504Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5300810Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5301106Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5301445Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5301764Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:37:55.5302079Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5302380Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5302688Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5303012Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:37:55.5303325Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5303645Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5303968Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5304292Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5304603Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5304926Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5305255Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5305572Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5305878Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5306184Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5306484Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5306800Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:37:55.5307141Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5307471Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5307815Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5308142Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5308461Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5308768Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-12-01T10:37:55.5309063Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5309364Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5309676Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5309991Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5310290Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5310608Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5310928Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5311228Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5311559Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5311861Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5312155Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5312431Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5312925Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5313227Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5313515Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5313816Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5314128Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5314452Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5314758Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:37:55.5315064Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:37:55.5315374Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5315675Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5315990Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5316304Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:37:55.5316624Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5316962Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5317296Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:37:55.5317960Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3734: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:37:55.5318471Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:37:55.5318731Z ok (0.002s) 2022-12-01T10:37:55.5319322Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:37:55.5319864Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:37:55.5320129Z ok (0.002s) 2022-12-01T10:37:55.5320711Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:37:55.5321243Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:37:55.5321516Z ok (0.002s) 2022-12-01T10:37:55.5321941Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5322528Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5323117Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5323712Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5324345Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5324945Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5325578Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5326167Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5326753Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5327330Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5327763Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5328151Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5328548Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5328920Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5329309Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5329705Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5330104Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5330483Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5330881Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5331283Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5331656Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5332034Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5332419Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5332809Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5333179Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5334523Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:37:55.5335301Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5335488Z ok (0.002s) 2022-12-01T10:37:55.5335814Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5336194Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5336585Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5337008Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5337401Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5337780Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5338177Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5338748Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5339373Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5339809Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5340199Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5340585Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5340974Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5341347Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5341907Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5342516Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5343120Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5343544Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5344104Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5344709Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5345311Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5345738Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5346285Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5346894Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5347516Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5348000Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5348395Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5348985Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5349585Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5350029Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5350561Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5350997Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5351543Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5352128Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5353100Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:37:55.5353588Z L = torch.cholesky(A) 2022-12-01T10:37:55.5353784Z should be replaced with 2022-12-01T10:37:55.5353986Z L = torch.linalg.cholesky(A) 2022-12-01T10:37:55.5354158Z and 2022-12-01T10:37:55.5354338Z U = torch.cholesky(A, upper=True) 2022-12-01T10:37:55.5354536Z should be replaced with 2022-12-01T10:37:55.5354739Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:37:55.5355155Z 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-12-01T10:37:55.5355529Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5355709Z ok (0.002s) 2022-12-01T10:37:55.5356001Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5356404Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5356802Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5357197Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5357592Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5357979Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5358373Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5358768Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5359179Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5359567Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5360016Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5360415Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5360829Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:37:55.5361431Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5361878Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5362280Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5362675Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5363052Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5363450Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5364277Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T10:37:55.5364766Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5364940Z ok (0.005s) 2022-12-01T10:37:55.5365226Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5365622Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5366014Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5366398Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5366797Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5367206Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5367615Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5367992Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5368386Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5368777Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5369160Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5369565Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5369960Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:37:55.5370351Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5370731Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:37:55.5371155Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5371571Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5371982Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5372404Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5372954Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5373386Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5373775Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5374390Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5374844Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:37:55.5375260Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5375649Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5376017Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5376403Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5376786Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5377177Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5377552Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5377935Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5378486Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5379090Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5379511Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5379912Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:37:55.5380314Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5380701Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5381080Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5381476Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5381867Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5382253Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5382658Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5383050Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5383434Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5383854Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5384242Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5384637Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5385024Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5385411Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5385800Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5386192Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5386584Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5386960Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5387348Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5387738Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5388287Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5388708Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5389093Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5389481Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5389870Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5390408Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5390848Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5391236Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5391629Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5392013Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5392388Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5392951Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5393329Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5393701Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5394152Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5394543Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5394961Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5395328Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:37:55.5395718Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5396108Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5396664Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5397089Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5397476Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:37:55.5397866Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-12-01T10:37:55.5398275Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-12-01T10:37:55.5398658Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5399046Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5399435Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5399802Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5400186Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5400577Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5400970Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5401352Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5401743Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5402140Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5403043Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:1008.) 2022-12-01T10:37:55.5403598Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5403768Z ok (0.006s) 2022-12-01T10:37:55.5404059Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5404451Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5404983Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5405448Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5405846Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5406232Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5406634Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5407015Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5407401Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5407792Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5408172Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5409153Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:37:55.5409744Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5409927Z ok (0.004s) 2022-12-01T10:37:55.5410241Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:55.5410716Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:55.5411180Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:55.5411638Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:55.5412089Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:55.5412498Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5412884Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5413276Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5413656Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5414108Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5414496Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5414904Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5415308Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5415716Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5416115Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5416545Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5416942Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:37:55.5417344Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5417774Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5418182Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5418579Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5419006Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5419428Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5419832Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5420232Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5420651Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5421070Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5421478Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:37:55.5422059Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5422520Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5422924Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:37:55.5423340Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5423738Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:37:55.5424148Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:37:55.5424565Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5424982Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-12-01T10:37:55.5425398Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5425822Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5426229Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:37:55.5426657Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5427066Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:37:55.5427509Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5427998Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:55.5428513Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:37:55.5428902Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5429309Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:37:55.5429710Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:37:55.5430124Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.020s) 2022-12-01T10:37:55.5430519Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.036s) 2022-12-01T10:37:55.5430919Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5431325Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5431734Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5432130Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5432662Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:37:55.5433082Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:37:55.5433481Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5433859Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5434247Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5434631Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5435014Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5435395Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5435804Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5436208Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5436608Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5436997Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5437393Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5437790Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5438175Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5438618Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5439019Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5439410Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5439824Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:37:55.5440220Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5440782Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5441206Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5441736Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5442563Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:37:55.5443095Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:37:55.5443334Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:37:55.5443522Z should be replaced with 2022-12-01T10:37:55.5443859Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:37:55.5444186Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5444366Z ok (0.008s) 2022-12-01T10:37:55.5444642Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5445191Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5445776Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5446366Z test_get_torch_func_signature_exhaustive_masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5446953Z test_get_torch_func_signature_exhaustive_masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5447561Z test_get_torch_func_signature_exhaustive_masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5448163Z test_get_torch_func_signature_exhaustive_masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5448764Z test_get_torch_func_signature_exhaustive_masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5449363Z test_get_torch_func_signature_exhaustive_masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5449807Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5450374Z test_get_torch_func_signature_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5451023Z test_get_torch_func_signature_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5451628Z test_get_torch_func_signature_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5452260Z test_get_torch_func_signature_exhaustive_masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5452861Z test_get_torch_func_signature_exhaustive_masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5453456Z test_get_torch_func_signature_exhaustive_masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5454132Z test_get_torch_func_signature_exhaustive_masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5454733Z test_get_torch_func_signature_exhaustive_masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5455183Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5455589Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5456155Z test_get_torch_func_signature_exhaustive_masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5456754Z test_get_torch_func_signature_exhaustive_masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5457357Z test_get_torch_func_signature_exhaustive_masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5457954Z test_get_torch_func_signature_exhaustive_masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5458549Z test_get_torch_func_signature_exhaustive_masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5458978Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5459362Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5459759Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5460166Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5460575Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5460981Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5461375Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5461760Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5462324Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5462842Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:55.5463270Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5463677Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5464120Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5464511Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5464902Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5465284Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5465660Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5466048Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5466434Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5466996Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5467420Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5467820Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5468233Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5468645Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5469035Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5469432Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5469831Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5470226Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:37:55.5470607Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5471000Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5471394Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5471793Z test_get_torch_func_signature_exhaustive_native_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5472194Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5472762Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5473293Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5474124Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5475122Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5476031Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5476977Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5477866Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5478494Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5479404Z test_get_torch_func_signature_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5480133Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5481067Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5482066Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5483037Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5484050Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5485041Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5485747Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5486356Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5486983Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5487880Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5488572Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:37:55.5489494Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5490518Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5491505Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5492190Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:37:55.5493713Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:896.) 2022-12-01T10:37:55.5494429Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5494604Z ok (0.046s) 2022-12-01T10:37:55.5494921Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5495368Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5495792Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5496417Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5496919Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5497532Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5498175Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5498797Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5499431Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5500066Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5500691Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5501322Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5501944Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5502623Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5503323Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5504004Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5504658Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5505349Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5505820Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5506402Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5507063Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5507683Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5508156Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5508759Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5509397Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5510019Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5510668Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5511314Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5511948Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5512729Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5513388Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5514057Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5514714Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5515372Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5516036Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5516670Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5517291Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5517971Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5518611Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5519125Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5519723Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5520198Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5536175Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5536856Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5537499Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5538129Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5538771Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5539429Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5540080Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5540732Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5541369Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5542022Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5542659Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5543286Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5543934Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5544581Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5545260Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5545990Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5546629Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5547141Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5547564Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:37:55.5547998Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5548435Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5548876Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5549293Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5549725Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5550161Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5550778Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5551235Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5551823Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5552447Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5553228Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5553841Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5554459Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5555102Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5555751Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5556391Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5557020Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5557496Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5557983Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5558578Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5559243Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5559889Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5560541Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5561228Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5561884Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5562519Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5563177Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5563654Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:37:55.5564221Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5564804Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5565398Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5565990Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5566581Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5567191Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5567622Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5568019Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5568417Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.020s) 2022-12-01T10:37:55.5568811Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5569357Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5569799Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5570228Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5570624Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5571190Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5571859Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5572492Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5573123Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5573743Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5574275Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5574678Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5575067Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5575449Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5576220Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:37:55.5576820Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:37:55.5577070Z Q, R = torch.qr(A, some) 2022-12-01T10:37:55.5577247Z should be replaced with 2022-12-01T10:37:55.5577717Z 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-12-01T10:37:55.5578062Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5578248Z ok (0.008s) 2022-12-01T10:37:55.5578529Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:37:55.5578929Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5579494Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5580098Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5580681Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5581278Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5581715Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5582105Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5582523Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5582922Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5583316Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5583902Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5584341Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5584909Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5585348Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5585899Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5586487Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5586931Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5587331Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5587726Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5588102Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5588493Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5588895Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5589306Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5589705Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5590105Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5590493Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5590888Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5591279Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5592189Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:1615.) 2022-12-01T10:37:55.5592892Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5593079Z ok (0.004s) 2022-12-01T10:37:55.5593369Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5593789Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5594263Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5594686Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5595906Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:37:55.5596699Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5597644Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:37:55.5598270Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5598458Z ok (0.013s) 2022-12-01T10:37:55.5598751Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:37:55.5599178Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:37:55.5599589Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5599995Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5600379Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5600932Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5601373Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5601767Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5602144Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5602534Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5602922Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5603310Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5603846Z test_get_torch_func_signature_exhaustive_slice_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5604291Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5604690Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5605092Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5605477Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:37:55.5606617Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: 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-12-01T10:37:55.5607339Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:37:55.5607538Z ok (0.003s) 2022-12-01T10:37:55.5607822Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5608236Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5608651Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5609066Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5609462Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5609897Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5610341Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5610981Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:55.5611669Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:55.5612148Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5612561Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5612985Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5613415Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5613838Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5614095Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5614292Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5614507Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5614925Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:55.5615128Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5615340Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5615583Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5615780Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5615987Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5616225Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5616421Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5616825Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5617045Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5617260Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5617685Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:55.5618107Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:55.5618531Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:55.5618950Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:55.5619162Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5619353Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5619548Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5619900Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5620263Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5620463Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5620651Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5620841Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5621031Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5621216Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5621399Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5621576Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5621945Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5622128Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5622334Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5622686Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5622874Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.037s) 2022-12-01T10:37:55.5623223Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5623808Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:37:55.5624023Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:37:55.5624119Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:37:55.5624200Z should be replaced with 2022-12-01T10:37:55.5624361Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:37:55.5624427Z and 2022-12-01T10:37:55.5624529Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:37:55.5624609Z should be replaced with 2022-12-01T10:37:55.5624966Z 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-12-01T10:37:55.5625055Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5625121Z ok (0.003s) 2022-12-01T10:37:55.5625294Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5625492Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5625680Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5625868Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5626054Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5626250Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5626460Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:55.5626643Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:37:55.5626983Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5627340Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5627510Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5627697Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5627921Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5628111Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5628296Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5628955Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:37:55.5629135Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:37:55.5629236Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:37:55.5629317Z should be replaced with 2022-12-01T10:37:55.5629552Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:37:55.5629630Z return self.op(*args, **kwargs) 2022-12-01T10:37:55.5629696Z ok (0.004s) 2022-12-01T10:37:55.5629883Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5630071Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5630265Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:37:55.5630449Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5630642Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5630834Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5631168Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5631516Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5631885Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5632230Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5632423Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5632751Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5632941Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5633129Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5633330Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5633687Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5634028Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5634253Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5634437Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5634784Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5635010Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5635358Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:37:55.5635543Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:37:55.5635734Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:37:55.5635868Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-12-01T10:37:55.5636005Z Tests that the pass manager runs the passes correctly. ... ok (0.004s) 2022-12-01T10:37:55.5636136Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-12-01T10:37:55.5636297Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-12-01T10:37:55.5636436Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-12-01T10:37:55.5636572Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-12-01T10:37:55.5636707Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-12-01T10:37:55.5636810Z Tests error catching + debug ... ok (0.003s) 2022-12-01T10:37:55.5636959Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-12-01T10:37:55.5637075Z Tests the construction of constraints ... ok (0.001s) 2022-12-01T10:37:55.5637193Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-12-01T10:37:55.5637338Z Tests that passes are correctly ordered based on contraints. ... ok (0.002s) 2022-12-01T10:37:55.5637531Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-12-01T10:37:55.5637715Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5637918Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5638109Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5638347Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5638530Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-12-01T10:37:55.5638724Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-12-01T10:37:55.5638900Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-12-01T10:37:55.5639094Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5639330Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5639514Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:37:55.5639660Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2022-12-01T10:37:55.5639848Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5640081Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5640286Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:37:55.5640482Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5640706Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5640898Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5641090Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-12-01T10:37:55.5641280Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5641480Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5641666Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:37:55.5641810Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.481s) 2022-12-01T10:37:55.5641960Z test_torchvision_models_convnext_base (__main__.TestVisionTracing) ... ok (2.197s) 2022-12-01T10:37:55.5642114Z test_torchvision_models_convnext_large (__main__.TestVisionTracing) ... ok (3.744s) 2022-12-01T10:37:55.5642246Z test_torchvision_models_convnext_small (__main__.TestVisionTracing) ... ok (1.549s) 2022-12-01T10:37:55.5642396Z test_torchvision_models_convnext_tiny (__main__.TestVisionTracing) ... ok (0.774s) 2022-12-01T10:37:55.5642544Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (1.668s) 2022-12-01T10:37:55.5642684Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (2.731s) 2022-12-01T10:37:55.5642825Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (2.321s) 2022-12-01T10:37:55.5642970Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (2.980s) 2022-12-01T10:37:55.5643601Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained_backbone' is deprecated since 0.13 and may be removed in the future, please use 'weights_backbone' instead. 2022-12-01T10:37:55.5643850Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:37:55.5644400Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights_backbone' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights_backbone=None`. 2022-12-01T10:37:55.5644479Z warnings.warn(msg) 2022-12-01T10:37:55.5644536Z ok (0.178s) 2022-12-01T10:37:55.5644723Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.177s) 2022-12-01T10:37:55.5644897Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.395s) 2022-12-01T10:37:55.5645077Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.427s) 2022-12-01T10:37:55.5645243Z test_torchvision_models_detection_fcos_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.378s) 2022-12-01T10:37:55.5645419Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.586s) 2022-12-01T10:37:55.5645588Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.429s) 2022-12-01T10:37:55.5645758Z test_torchvision_models_detection_maskrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.455s) 2022-12-01T10:37:55.5645962Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.384s) 2022-12-01T10:37:55.5646121Z test_torchvision_models_detection_retinanet_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.422s) 2022-12-01T10:37:55.5646280Z test_torchvision_models_detection_ssd300_vgg16 (__main__.TestVisionTracing) ... ok (1.884s) 2022-12-01T10:37:55.5646486Z test_torchvision_models_detection_ssdlite320_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (0.119s) 2022-12-01T10:37:55.5646638Z test_torchvision_models_efficientnet_b0 (__main__.TestVisionTracing) ... ok (1.082s) 2022-12-01T10:37:55.5646788Z test_torchvision_models_efficientnet_b1 (__main__.TestVisionTracing) ... ok (1.363s) 2022-12-01T10:37:55.5646941Z test_torchvision_models_efficientnet_b2 (__main__.TestVisionTracing) ... ok (1.620s) 2022-12-01T10:37:55.5647091Z test_torchvision_models_efficientnet_b3 (__main__.TestVisionTracing) ... ok (1.762s) 2022-12-01T10:37:55.5647240Z test_torchvision_models_efficientnet_b4 (__main__.TestVisionTracing) ... ok (2.308s) 2022-12-01T10:37:55.5647373Z test_torchvision_models_efficientnet_b5 (__main__.TestVisionTracing) ... ok (2.826s) 2022-12-01T10:37:55.5647520Z test_torchvision_models_efficientnet_b6 (__main__.TestVisionTracing) ... ok (3.699s) 2022-12-01T10:37:55.5647671Z test_torchvision_models_efficientnet_b7 (__main__.TestVisionTracing) ... ok (4.545s) 2022-12-01T10:37:55.5647830Z test_torchvision_models_efficientnet_v2_l (__main__.TestVisionTracing) ... ok (6.275s) 2022-12-01T10:37:55.5647982Z test_torchvision_models_efficientnet_v2_m (__main__.TestVisionTracing) ... ok (4.183s) 2022-12-01T10:37:55.5648128Z test_torchvision_models_efficientnet_v2_s (__main__.TestVisionTracing) ... ok (2.603s) 2022-12-01T10:37:55.5648853Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-12-01T10:37:55.5648930Z FutureWarning, 2022-12-01T10:37:55.5648997Z ok (0.995s) 2022-12-01T10:37:55.5649727Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py:47: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-12-01T10:37:55.5649803Z FutureWarning, 2022-12-01T10:37:55.5649855Z ok (1.503s) 2022-12-01T10:37:55.5650473Z test_torchvision_models_maxvit_t (__main__.TestVisionTracing) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3191.) 2022-12-01T10:37:55.5650669Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T10:37:55.5650735Z ok (3.274s) 2022-12-01T10:37:55.5650880Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (0.778s) 2022-12-01T10:37:55.5651030Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (0.911s) 2022-12-01T10:37:55.5651173Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (0.743s) 2022-12-01T10:37:55.5651317Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (0.839s) 2022-12-01T10:37:55.5651453Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (0.829s) 2022-12-01T10:37:55.5651607Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.006s) 2022-12-01T10:37:55.5651787Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (0.790s) 2022-12-01T10:37:55.5651934Z test_torchvision_models_regnet_x_16gf (__main__.TestVisionTracing) ... ok (2.093s) 2022-12-01T10:37:55.5652080Z test_torchvision_models_regnet_x_1_6gf (__main__.TestVisionTracing) ... ok (1.378s) 2022-12-01T10:37:55.5652222Z test_torchvision_models_regnet_x_32gf (__main__.TestVisionTracing) ... ok (3.179s) 2022-12-01T10:37:55.5652400Z test_torchvision_models_regnet_x_3_2gf (__main__.TestVisionTracing) ... ok (1.677s) 2022-12-01T10:37:55.5652539Z test_torchvision_models_regnet_x_400mf (__main__.TestVisionTracing) ... ok (1.406s) 2022-12-01T10:37:55.5652677Z test_torchvision_models_regnet_x_800mf (__main__.TestVisionTracing) ... ok (1.115s) 2022-12-01T10:37:55.5652809Z test_torchvision_models_regnet_x_8gf (__main__.TestVisionTracing) ... ok (1.971s) 2022-12-01T10:37:55.5652956Z test_torchvision_models_regnet_y_128gf (__main__.TestVisionTracing) ... ok (13.288s) 2022-12-01T10:37:55.5653100Z test_torchvision_models_regnet_y_16gf (__main__.TestVisionTracing) ... ok (2.735s) 2022-12-01T10:37:55.5653238Z test_torchvision_models_regnet_y_1_6gf (__main__.TestVisionTracing) ... ok (2.558s) 2022-12-01T10:37:55.5653379Z test_torchvision_models_regnet_y_32gf (__main__.TestVisionTracing) ... ok (3.966s) 2022-12-01T10:37:55.5653518Z test_torchvision_models_regnet_y_3_2gf (__main__.TestVisionTracing) ... ok (2.084s) 2022-12-01T10:37:55.5653664Z test_torchvision_models_regnet_y_400mf (__main__.TestVisionTracing) ... ok (1.507s) 2022-12-01T10:37:55.5653804Z test_torchvision_models_regnet_y_800mf (__main__.TestVisionTracing) ... ok (1.492s) 2022-12-01T10:37:55.5654026Z test_torchvision_models_regnet_y_8gf (__main__.TestVisionTracing) ... ok (2.123s) 2022-12-01T10:37:55.5654173Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (1.940s) 2022-12-01T10:37:55.5654319Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (2.638s) 2022-12-01T10:37:55.5654465Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.484s) 2022-12-01T10:37:55.5654607Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.774s) 2022-12-01T10:37:55.5654748Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (0.989s) 2022-12-01T10:37:55.5654900Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (2.694s) 2022-12-01T10:37:55.5655052Z test_torchvision_models_resnext101_64x4d (__main__.TestVisionTracing) ... ok (2.490s) 2022-12-01T10:37:55.5655186Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.021s) 2022-12-01T10:37:55.5655373Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.265s) 2022-12-01T10:37:55.5655548Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (1.999s) 2022-12-01T10:37:55.5655721Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.292s) 2022-12-01T10:37:55.5655887Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (1.831s) 2022-12-01T10:37:55.5656051Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.012s) 2022-12-01T10:37:55.5656232Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.022s) 2022-12-01T10:37:55.5656388Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (0.866s) 2022-12-01T10:37:55.5656540Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (0.934s) 2022-12-01T10:37:55.5656677Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (1.097s) 2022-12-01T10:37:55.5656826Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (0.995s) 2022-12-01T10:37:55.5656975Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.331s) 2022-12-01T10:37:55.5657156Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.278s) 2022-12-01T10:37:55.5657296Z test_torchvision_models_swin_b (__main__.TestVisionTracing) ... ok (3.077s) 2022-12-01T10:37:55.5657434Z test_torchvision_models_swin_s (__main__.TestVisionTracing) ... ok (2.373s) 2022-12-01T10:37:55.5657569Z test_torchvision_models_swin_t (__main__.TestVisionTracing) ... ok (1.408s) 2022-12-01T10:37:55.5657749Z test_torchvision_models_swin_v2_b (__main__.TestVisionTracing) ... ok (3.610s) 2022-12-01T10:37:55.5657878Z test_torchvision_models_swin_v2_s (__main__.TestVisionTracing) ... ok (2.932s) 2022-12-01T10:37:55.5658020Z test_torchvision_models_swin_v2_t (__main__.TestVisionTracing) ... ok (1.687s) 2022-12-01T10:37:55.5658158Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (1.660s) 2022-12-01T10:37:55.5658297Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (1.888s) 2022-12-01T10:37:55.5658435Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (1.865s) 2022-12-01T10:37:55.5658578Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (1.949s) 2022-12-01T10:37:55.5658714Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (1.992s) 2022-12-01T10:37:55.5658854Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (2.119s) 2022-12-01T10:37:55.5658980Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (2.119s) 2022-12-01T10:37:55.5659120Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.213s) 2022-12-01T10:37:55.5659264Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (1.092s) 2022-12-01T10:37:55.5659413Z test_torchvision_models_video_mvit_v1_b (__main__.TestVisionTracing) ... ok (4.741s) 2022-12-01T10:37:55.5659558Z test_torchvision_models_video_mvit_v2_s (__main__.TestVisionTracing) ... ok (5.653s) 2022-12-01T10:37:55.5659711Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.308s) 2022-12-01T10:37:55.5659858Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.311s) 2022-12-01T10:37:55.5660000Z test_torchvision_models_video_s3d (__main__.TestVisionTracing) ... ok (2.726s) 2022-12-01T10:37:55.5660125Z test_torchvision_models_vit_b_16 (__main__.TestVisionTracing) ... ok (2.152s) 2022-12-01T10:37:55.5660266Z test_torchvision_models_vit_b_32 (__main__.TestVisionTracing) ... ok (1.838s) 2022-12-01T10:37:55.5660405Z test_torchvision_models_vit_h_14 (__main__.TestVisionTracing) ... ok (11.445s) 2022-12-01T10:37:55.5660540Z test_torchvision_models_vit_l_16 (__main__.TestVisionTracing) ... ok (6.241s) 2022-12-01T10:37:55.5660675Z test_torchvision_models_vit_l_32 (__main__.TestVisionTracing) ... ok (6.242s) 2022-12-01T10:37:55.5660823Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.052s) 2022-12-01T10:37:55.5660969Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (1.614s) 2022-12-01T10:37:55.5661124Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-12-01T10:37:55.5661262Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.215s) 2022-12-01T10:37:55.5661408Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-12-01T10:37:55.5661568Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5661721Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5661869Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5662032Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5662188Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5662339Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:37:55.5662533Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-12-01T10:37:55.5662681Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:37:55.5662843Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:37:55.5663016Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-12-01T10:37:55.5663164Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.144s) 2022-12-01T10:37:55.5663326Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.031s) 2022-12-01T10:37:55.5663494Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-12-01T10:37:55.5663650Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-12-01T10:37:55.5663798Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5663936Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5664086Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5664246Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5664404Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5664577Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5664731Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5664881Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5665075Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-12-01T10:37:55.5665233Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5665376Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:37:55.5665531Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.027s) 2022-12-01T10:37:55.5665702Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:37:55.5665852Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-12-01T10:37:55.5665861Z 2022-12-01T10:37:55.5666072Z ---------------------------------------------------------------------- 2022-12-01T10:37:55.5666152Z Ran 1123 tests in 223.289s 2022-12-01T10:37:55.5666158Z 2022-12-01T10:37:55.5666254Z OK (skipped=200, expected failures=3) 2022-12-01T10:37:55.5666260Z 2022-12-01T10:37:55.5666343Z Generating XML reports... 2022-12-01T10:37:55.5666656Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221201103409.xml 2022-12-01T10:37:55.5666936Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221201103409.xml 2022-12-01T10:37:55.5667240Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221201103409.xml 2022-12-01T10:37:55.5667538Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221201103409.xml 2022-12-01T10:37:55.5667921Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221201103409.xml 2022-12-01T10:37:55.5668200Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221201103409.xml 2022-12-01T10:37:55.5668441Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20221201103409.xml 2022-12-01T10:37:55.5668787Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221201103409.xml 2022-12-01T10:37:55.5669078Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221201103409.xml 2022-12-01T10:37:55.5669382Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221201103409.xml 2022-12-01T10:37:55.5669696Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221201103409.xml 2022-12-01T10:37:55.5670028Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201103409.xml 2022-12-01T10:37:55.5670300Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20221201103409.xml 2022-12-01T10:37:55.5670599Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221201103409.xml 2022-12-01T10:37:55.5670605Z 2022-12-01T10:37:55.5670924Z ##[endgroup] 2022-12-01T10:37:55.5671179Z FINISHED PRINTING LOG FILE of test_fx (/var/lib/jenkins/workspace/test/test-reports/test_fx__oi8fi3_) 2022-12-01T10:37:55.5671185Z 2022-12-01T10:37:55.5671351Z Running test_sparse_csr ... [2022-12-01 10:37:55.518120] 2022-12-01T10:37:55.5671688Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:37:55.518542] 2022-12-01T10:39:58.9378551Z 2022-12-01T10:39:58.9394593Z Expand the folded group to see the log file of test_sparse_csr 2022-12-01T10:39:58.9395705Z ##[group]PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/workspace/test/test-reports/test_sparse_csr_60o0ty2j) 2022-12-01T10:39:58.9403301Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-12-01T10:39:58.9403615Z 2022-12-01T10:39:58.9403727Z Running tests... 2022-12-01T10:39:58.9404181Z ---------------------------------------------------------------------- 2022-12-01T10:39:58.9405767Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2301: 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-12-01T10:39:58.9409256Z values, size=size, dtype=dtype, layout=layout, device=device) 2022-12-01T10:39:58.9413134Z ok (0.065s) 2022-12-01T10:39:58.9413606Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.044s) 2022-12-01T10:39:58.9414139Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-12-01T10:39:58.9414535Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-12-01T10:39:58.9415117Z test_addmm_all_sparse_csr_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-12-01T10:39:58.9415714Z test_addmm_all_sparse_csr_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-12-01T10:39:58.9416058Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-12-01T10:39:58.9416393Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-12-01T10:39:58.9416738Z test_addmm_all_sparse_csr_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T10:39:58.9417075Z test_addmm_all_sparse_csr_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T10:39:58.9473839Z test_addmm_dense_result_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T10:39:58.9474644Z test_addmm_dense_result_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T10:39:58.9475370Z test_addmm_dense_result_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:39:58.9476065Z test_addmm_dense_result_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:39:58.9477119Z test_addmm_dense_result_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9477867Z test_addmm_dense_result_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9478586Z test_addmm_dense_result_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9479363Z test_addmm_dense_result_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9480030Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-12-01T10:39:58.9480739Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9481499Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9482223Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9482968Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9483705Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9487395Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9487893Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9488392Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9488860Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9489338Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9489860Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9490391Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9490930Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9491467Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9491927Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9492384Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9492857Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9493323Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9493874Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9494324Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9494786Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9495238Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9495700Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9496154Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9496618Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9497062Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9497668Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9498125Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9498572Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9499071Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9499527Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9500017Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9500533Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9501048Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9501591Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9502085Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9502524Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9502997Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9503447Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9503897Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9504345Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9504828Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9505330Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9505797Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9506237Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9506695Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9507144Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9507589Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9508024Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9508479Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9508930Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9509370Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9509821Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9510292Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9510780Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9511283Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9511812Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T10:39:58.9512434Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9513114Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9513563Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9514165Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9514639Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9515095Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9515538Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9516029Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9516499Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9516974Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9517458Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9517972Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9518500Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9519013Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9519529Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9520084Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9520618Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9521158Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9521695Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9522303Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9523427Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9524046Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9524664Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9525235Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9525825Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9526423Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9527028Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9527578Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9528121Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9528682Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9529248Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9529931Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9530519Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9531118Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9531792Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9532366Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T10:39:58.9532961Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9533625Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9534212Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9534779Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9535381Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9536004Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9536594Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9537192Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9537807Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9538414Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9539018Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9539623Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9540241Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T10:39:58.9540880Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9541491Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9542059Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-12-01T10:39:58.9542644Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T10:39:58.9543216Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9543749Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9544323Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9544906Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9545670Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9546525Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9547379Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9548331Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9549163Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9549991Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9550909Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9551735Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9552708Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9553572Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9554366Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9555100Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9555711Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9556448Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9557260Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9558121Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9558931Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9559775Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9560628Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9561480Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9562315Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9563193Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9564135Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9564972Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9565685Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9566268Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9567123Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9567954Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9568815Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9569624Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9570396Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9571160Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9571954Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9572795Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9573709Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9574522Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9575319Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9576162Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9576996Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9577825Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9578642Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9579451Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2022-12-01T10:39:58.9580202Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:39:58.9580832Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:39:58.9581429Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:39:58.9582010Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:39:58.9582627Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:39:58.9583303Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:39:58.9583938Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-12-01T10:39:58.9584672Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-12-01T10:39:58.9585347Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-12-01T10:39:58.9585998Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.056s) 2022-12-01T10:39:58.9586675Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:39:58.9587321Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:39:58.9587978Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-12-01T10:39:58.9588641Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:39:58.9589331Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.051s) 2022-12-01T10:39:58.9590019Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:39:58.9590665Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:39:58.9591330Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.058s) 2022-12-01T10:39:58.9591985Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:39:58.9592783Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:39:58.9593469Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:39:58.9594117Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:39:58.9594753Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-12-01T10:39:58.9595401Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-12-01T10:39:58.9596069Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.056s) 2022-12-01T10:39:58.9596717Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:39:58.9597369Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.051s) 2022-12-01T10:39:58.9597996Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:39:58.9598645Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.056s) 2022-12-01T10:39:58.9599293Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:39:58.9599916Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:39:58.9600559Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:39:58.9601211Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.059s) 2022-12-01T10:39:58.9601859Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.060s) 2022-12-01T10:39:58.9602510Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:39:58.9603157Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:39:58.9603965Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9604638Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9605281Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9605998Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9606635Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9607267Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9607926Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9608569Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9609228Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9609868Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9610533Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9611196Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9611864Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9612498Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9613153Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9613899Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9614540Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9615164Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9615797Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9616440Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9617083Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9617758Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9618421Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9619077Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9619713Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9620369Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9621038Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9621695Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9622435Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9623089Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9623739Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9624456Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9625436Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... test_sparse_csr.py:1676: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:39:58.9626417Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:39:58.9626960Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:39:58.9627338Z should be replaced with 2022-12-01T10:39:58.9627903Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:39:58.9628475Z unitriangular=unitriangular) 2022-12-01T10:39:58.9628790Z ok (0.008s) 2022-12-01T10:39:58.9629284Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9629978Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9630672Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9631362Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9632040Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9632952Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9633637Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9634330Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9635001Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9635687Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9636364Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9637058Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9637724Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9638394Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9639059Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9639691Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9640320Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9641159Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9641835Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9642515Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9643282Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9643973Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9644654Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9645255Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9645921Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9646602Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9647297Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9647976Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:39:58.9648592Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9649279Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9649944Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9650563Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:39:58.9651134Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:39:58.9651729Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:39:58.9652301Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:39:58.9652891Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9653586Z This test performs a smoke test for covered conversion and verifies ... ok (0.041s) 2022-12-01T10:39:58.9654188Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9654788Z This test performs a smoke test for covered conversion and verifies ... ok (0.040s) 2022-12-01T10:39:58.9655352Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9655950Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-12-01T10:39:58.9656554Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9657160Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-12-01T10:39:58.9657749Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9658334Z This test performs a smoke test for covered conversion and verifies ... ok (0.040s) 2022-12-01T10:39:58.9658941Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9659520Z This test performs a smoke test for covered conversion and verifies ... ok (0.040s) 2022-12-01T10:39:58.9660109Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9660790Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-12-01T10:39:58.9661408Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9661996Z This test performs a smoke test for covered conversion and verifies ... ok (0.014s) 2022-12-01T10:39:58.9662680Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9663288Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-12-01T10:39:58.9663879Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9664454Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-12-01T10:39:58.9665070Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9665676Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:39:58.9666258Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9666868Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:39:58.9667488Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9668106Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-12-01T10:39:58.9668712Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9669317Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-12-01T10:39:58.9669907Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9670496Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:39:58.9671101Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9671681Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:39:58.9672238Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9672944Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9673482Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9674029Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9674512Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9675058Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9675607Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9676163Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9676679Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9677206Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9677752Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9678274Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9678815Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9679354Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9679888Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9680425Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9681128Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9681693Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9682239Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9682913Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9683426Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9683934Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9684429Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9684957Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9685482Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9686000Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-12-01T10:39:58.9686517Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9687027Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:39:58.9687534Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:39:58.9688037Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:39:58.9688539Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:39:58.9689027Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9689485Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9690022Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9690608Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9691188Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9691725Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9692281Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9692872Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9693524Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-12-01T10:39:58.9694100Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9694666Z This test tests conversion from dense to/from CSR and CSC ... ok (0.191s) 2022-12-01T10:39:58.9695243Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9695790Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:39:58.9696405Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9696981Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-12-01T10:39:58.9697540Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9698086Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-12-01T10:39:58.9698678Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9699247Z This test tests conversion from dense to/from CSR and CSC ... ok (0.188s) 2022-12-01T10:39:58.9699802Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9700379Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:39:58.9701062Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9701638Z This test tests conversion from dense to/from CSR and CSC ... ok (0.019s) 2022-12-01T10:39:58.9702175Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9702726Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-12-01T10:39:58.9703364Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9703923Z This test tests conversion from dense to/from CSR and CSC ... ok (0.069s) 2022-12-01T10:39:58.9704503Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9705056Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:39:58.9705632Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9706188Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-12-01T10:39:58.9706732Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9707286Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-12-01T10:39:58.9707859Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9708431Z This test tests conversion from dense to/from CSR and CSC ... ok (0.068s) 2022-12-01T10:39:58.9709003Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9709583Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:39:58.9710172Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9710759Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-12-01T10:39:58.9711326Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9711886Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9712445Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9713153Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9713693Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9714207Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9714755Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9715297Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9715840Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9716358Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9716875Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9717402Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9717932Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9718471Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9719003Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9719555Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9720010Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9720366Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9720763Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9721045Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9721342Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9721676Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:39:58.9722067Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T10:39:58.9722363Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:39:58.9722644Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.093s) 2022-12-01T10:39:58.9722920Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.092s) 2022-12-01T10:39:58.9723799Z test_resize_as_sparse_compressed_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:39:58.9724321Z result = torch.complex(real, imag) 2022-12-01T10:39:58.9724515Z ok (0.051s) 2022-12-01T10:39:58.9724786Z test_resize_as_sparse_compressed_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:39:58.9725134Z test_resize_as_sparse_compressed_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:39:58.9725488Z test_resize_as_sparse_compressed_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:39:58.9725840Z test_resize_as_sparse_compressed_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:39:58.9726196Z test_resize_as_sparse_compressed_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:39:58.9726539Z test_resize_as_sparse_compressed_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:39:58.9726893Z test_resize_as_sparse_compressed_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:39:58.9727212Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9727484Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9727771Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9728062Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9728349Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9728621Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9728902Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9729181Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9729446Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9729723Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9729998Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9730296Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9730582Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9730881Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9731179Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9731472Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9731771Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9732070Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9732351Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9732681Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9732974Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9733260Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9733681Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9733995Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9734311Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9734629Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9734955Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9735276Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9735592Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.117s) 2022-12-01T10:39:58.9735887Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.121s) 2022-12-01T10:39:58.9736191Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.111s) 2022-12-01T10:39:58.9736491Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.106s) 2022-12-01T10:39:58.9736818Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:58.9737183Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:58.9737542Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:58.9737897Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:58.9738252Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:39:58.9738623Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:39:58.9738988Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:39:58.9739352Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:39:58.9739677Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9740000Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9740317Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9740631Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9740950Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9741270Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9741582Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9741878Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9742191Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9742498Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9742791Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9743098Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9743412Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9743722Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9744058Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9744382Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9744698Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9745031Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9745342Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9745653Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9745964Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9746260Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9746571Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9746887Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9747184Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9747496Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9747814Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9748137Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9748441Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9748753Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9749060Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9749364Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9749661Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9749970Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9750284Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9750582Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9750895Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9751208Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9751525Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9751833Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9752153Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9752466Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9753060Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9753521Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9753978Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9754397Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9754699Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9755005Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9755320Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9755691Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9756007Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9756326Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9756649Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9756994Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9757311Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9757623Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9757921Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9758229Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9758542Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9758852Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9759155Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9759469Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9759791Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9760102Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9760422Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9760739Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9761050Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:39:58.9761348Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9761660Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9761970Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9762268Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9762580Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9762900Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9763215Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9763521Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9763843Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9764165Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9764479Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9764775Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9765089Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9765399Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9765695Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9766003Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9766311Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9766623Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9766951Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9767271Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9767594Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9767898Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9768237Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9768545Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:39:58.9768853Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9769144Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9769456Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9769768Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9770062Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:39:58.9770368Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:39:58.9770666Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:39:58.9770962Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9771237Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9771535Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9771848Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9772147Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9772454Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:39:58.9772759Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T10:39:58.9773064Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T10:39:58.9773354Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9773739Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:39:58.9774043Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9774340Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9774651Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9774967Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9775282Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9775579Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9775887Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9776194Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9776485Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9776778Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9777078Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9777383Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9777679Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9777994Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9778341Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9778651Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9778967Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9779324Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9779636Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9779928Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9780235Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9780540Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9780835Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9781146Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9781453Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9781763Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9782058Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9782377Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:39:58.9782686Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9782977Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9783282Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9783588Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9783891Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9784174Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9784472Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9784768Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9785078Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9785416Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9785749Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9786076Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:39:58.9808728Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9809096Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9809416Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9809746Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9810077Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9810390Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9810719Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9811046Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9811426Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9811949Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9812381Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9812815Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9813289Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9813782Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9814211Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9814633Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9815050Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9815454Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9815876Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9816293Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9816670Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9816991Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9817328Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9817670Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9818004Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9818326Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9818653Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9818973Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9819279Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9819595Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9819924Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9820247Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9820564Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9820890Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9821233Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9821568Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9821885Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9822214Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9822544Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9822888Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9823204Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9823528Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9823886Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9824199Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9824532Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9824868Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9825184Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9825512Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9825844Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9826169Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9826476Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9826805Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9827123Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9827449Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9827763Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9828098Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9828442Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9828763Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9829094Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9829423Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9829746Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9830055Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9830377Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9830700Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9831029Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9831347Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9831672Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9831997Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9832303Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9832759Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9833085Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9833406Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9833786Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9834138Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9834498Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9834842Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9835245Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9835602Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9835951Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9836276Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9836622Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9836967Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9837309Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9837640Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9837982Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9838318Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9838631Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9838957Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9839286Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9839608Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9839912Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9840226Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9840551Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9840874Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9841190Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9841521Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9841850Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9842173Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9842500Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9842828Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9843157Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9843467Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9843791Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9844121Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9844437Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9844790Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9845123Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9845450Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9845760Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9846118Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9846443Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9846770Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9847084Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9847416Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9847748Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9848064Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9848384Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9848709Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9849032Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9849342Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9849724Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9850150Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9850570Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9850987Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9851411Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9851831Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9852251Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9852653Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9853067Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9853559Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9853977Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9854383Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9854796Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9855220Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9855674Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9856084Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9856509Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9856958Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9857375Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9857777Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9858195Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9858610Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9859023Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9859425Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9859841Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9860258Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9860685Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9861099Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9861524Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9861947Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9862365Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9862772Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9863192Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9863608Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9864025Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9864431Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9864857Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9865277Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9865739Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9866145Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9866561Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9867015Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9867431Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9867852Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9868256Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9868637Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9868977Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9869297Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9869637Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9869973Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9870304Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9870611Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9870940Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9871269Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9871595Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9871914Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9872250Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9872733Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9873197Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9873528Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9873852Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9874173Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9874482Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9874799Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9875124Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9875437Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9875769Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9876101Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9876432Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9876749Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9877129Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9877454Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9877773Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9878121Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9878451Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9878777Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9879096Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9879428Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9879759Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9880088Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9880399Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9880721Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9881045Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9881350Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9881672Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9881993Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9882315Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9882626Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9882955Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9883281Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9883613Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9883924Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9884249Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9884574Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9884881Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9885202Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9885524Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9885902Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9886319Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9886740Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9887163Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9887584Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9888010Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9888426Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9888866Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9889280Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9889689Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:39:58.9890061Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9890391Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9890725Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9891046Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9891374Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9891701Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9892009Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9892326Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9892639Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9892959Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9893268Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9893676Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9894006Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9894340Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9894665Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9894997Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9895329Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9895638Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9895964Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9896282Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9896599Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9896906Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9897229Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9897554Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9897872Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9898206Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9898531Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9898891Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9899202Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9899529Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9899871Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9900189Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9900496Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9900820Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9901146Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9901467Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9901800Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9902133Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9902459Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9902768Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9903088Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9903414Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9903722Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9904047Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9904376Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9904705Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9905025Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9905362Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9905696Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9906022Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9906332Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9906656Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9906979Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9907284Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9907605Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:39:58.9907930Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9908267Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9910210Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9910539Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9910868Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9911174Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9911530Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9911865Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9912191Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9913236Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:39:58.9913735Z return self.op(*args, **kwargs) 2022-12-01T10:39:58.9913922Z ok (0.003s) 2022-12-01T10:39:58.9914171Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9914487Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9914805Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9915128Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9915435Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9915755Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9916064Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9916366Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9916659Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9916970Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9917293Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9917616Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9917925Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9918259Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9918587Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9918891Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9919206Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9919524Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9919840Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9920145Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9920460Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9920776Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9921080Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9921397Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9921719Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9922042Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9922347Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9922665Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9923032Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9923337Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9923651Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9923997Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9924310Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9924617Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9924936Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9925264Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9925595Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9925907Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9926227Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9926547Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9926849Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9927163Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9927478Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9927794Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9928102Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9928421Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9928743Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9929056Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9929376Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9929694Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9930006Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9930307Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9930620Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9930932Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9931236Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9931553Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9931871Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9932197Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9932515Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9932840Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9933157Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9933567Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9933901Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9934222Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9934538Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9934842Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9935189Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9935509Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9935830Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9936135Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9936452Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9936769Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9937071Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9937385Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9937719Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9938064Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9938396Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9938743Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9939089Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9939432Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9939757Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9940096Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9940430Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9940753Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9941079Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9941412Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9941746Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9942056Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9942375Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9942686Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9942986Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9943296Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9943604Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9943903Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9944194Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9944507Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9944863Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9945176Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9945497Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9945818Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9946160Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9946464Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9946782Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9947100Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9947424Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9947734Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9948056Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9948374Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9948686Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9949001Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9949318Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9949630Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9949930Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9950078Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9950231Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9950380Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9950526Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9950674Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9950820Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9950953Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9951099Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9951246Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9951437Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9951623Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9951813Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9952006Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9952194Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9952379Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9952685Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9952937Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9953123Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9953304Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9953512Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9953694Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9953875Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9954062Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9954247Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9954438Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9954612Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9954801Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9954985Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9955165Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9955345Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9955523Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9955697Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9955877Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9956064Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:39:58.9956222Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9956361Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9956518Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9956673Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9956830Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9956984Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9957135Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9957284Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9957436Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9957571Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9957726Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9957875Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9958058Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9958212Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9958365Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9958537Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9958687Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9958834Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9958971Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9959119Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9959266Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9959417Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9959568Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9959717Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9959868Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9960016Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9960153Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9960301Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9960445Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9960597Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9960746Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9960896Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9961046Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9961195Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9961327Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9961474Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9961620Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9961758Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9961906Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9962053Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9962196Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9962349Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9962501Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9962633Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9962781Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9962929Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9963075Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9963249Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9963397Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9963547Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9963718Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9963858Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9964007Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9964151Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9964296Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9964442Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9964587Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9964733Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9964876Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9965017Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9965148Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9965288Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9965438Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9965584Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9965736Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9965885Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9966034Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9966182Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9966317Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9966457Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9966602Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9966747Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9966900Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9967052Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9967203Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9967354Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9967493Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9967643Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9967793Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9967939Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9968086Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9968235Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9968403Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9968549Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9968701Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9968863Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9969011Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9969156Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9969301Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9969443Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9969584Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9969731Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9969870Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9970007Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9970155Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9970307Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9970459Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9970607Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9970755Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9970904Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9971045Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9971187Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9971318Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9971465Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9971613Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9971757Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9971910Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9972062Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9972215Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9972363Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9972492Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9972642Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9972785Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9972930Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9973075Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9973222Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9973428Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9973614Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9973753Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9973903Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9974074Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9974219Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9974358Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9974494Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9974637Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9974775Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9974929Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9975056Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9975207Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9975361Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9975509Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9975655Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9975800Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9975945Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9976093Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9976224Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9976367Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9976519Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9976668Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9976816Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9976962Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:39:58.9977105Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9977253Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9977399Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9977534Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9977671Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9977810Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9977945Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9978076Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:39:58.9978234Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9978386Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-12-01T10:39:58.9978544Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9978700Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-12-01T10:39:58.9978855Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9979001Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.015s) 2022-12-01T10:39:58.9979156Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:39:58.9979331Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.015s) 2022-12-01T10:39:58.9979483Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.074s) 2022-12-01T10:39:58.9979636Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.075s) 2022-12-01T10:39:58.9979786Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.065s) 2022-12-01T10:39:58.9979923Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.063s) 2022-12-01T10:39:58.9980054Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:39:58.9980177Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9980308Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:39:58.9980436Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:39:58.9980561Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:39:58.9980676Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9980794Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:39:58.9980904Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:39:58.9981023Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9981144Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9981265Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9981386Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:39:58.9981532Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.606s) 2022-12-01T10:39:58.9981678Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (2.496s) 2022-12-01T10:39:58.9981830Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.682s) 2022-12-01T10:39:58.9981966Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.688s) 2022-12-01T10:39:58.9982112Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.613s) 2022-12-01T10:39:58.9982257Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.614s) 2022-12-01T10:39:58.9982395Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.600s) 2022-12-01T10:39:58.9982539Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (2.507s) 2022-12-01T10:39:58.9982687Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (2.495s) 2022-12-01T10:39:58.9982828Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (2.505s) 2022-12-01T10:39:58.9982970Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (2.501s) 2022-12-01T10:39:58.9983101Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (2.499s) 2022-12-01T10:39:58.9983251Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.626s) 2022-12-01T10:39:58.9983392Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (2.512s) 2022-12-01T10:39:58.9983542Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.697s) 2022-12-01T10:39:58.9983688Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.698s) 2022-12-01T10:39:58.9983830Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.641s) 2022-12-01T10:39:58.9984005Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.631s) 2022-12-01T10:39:58.9984144Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.618s) 2022-12-01T10:39:58.9984274Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (2.522s) 2022-12-01T10:39:58.9984415Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (2.515s) 2022-12-01T10:39:58.9984574Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (2.516s) 2022-12-01T10:39:58.9984717Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (2.516s) 2022-12-01T10:39:58.9984859Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (2.516s) 2022-12-01T10:39:58.9985005Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.265s) 2022-12-01T10:39:58.9985147Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.203s) 2022-12-01T10:39:58.9985296Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.299s) 2022-12-01T10:39:58.9985434Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.292s) 2022-12-01T10:39:58.9985575Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.256s) 2022-12-01T10:39:58.9985716Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.255s) 2022-12-01T10:39:58.9985859Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.260s) 2022-12-01T10:39:58.9986003Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.206s) 2022-12-01T10:39:58.9986146Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.209s) 2022-12-01T10:39:58.9986287Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.206s) 2022-12-01T10:39:58.9986429Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.210s) 2022-12-01T10:39:58.9986557Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.208s) 2022-12-01T10:39:58.9986705Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.268s) 2022-12-01T10:39:58.9986845Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.214s) 2022-12-01T10:39:58.9986994Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.303s) 2022-12-01T10:39:58.9987138Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.304s) 2022-12-01T10:39:58.9987279Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.270s) 2022-12-01T10:39:58.9987415Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.267s) 2022-12-01T10:39:58.9987553Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.297s) 2022-12-01T10:39:58.9987693Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.215s) 2022-12-01T10:39:58.9987824Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.225s) 2022-12-01T10:39:58.9987967Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.215s) 2022-12-01T10:39:58.9988108Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.218s) 2022-12-01T10:39:58.9988245Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.218s) 2022-12-01T10:39:58.9988419Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9988589Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9988756Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9988925Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9989080Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9989266Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9989426Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9989588Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9989771Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9989925Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9990086Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9990248Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9990418Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9990573Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9990745Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9990917Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9991087Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9991249Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9991418Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9991587Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9991751Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9991910Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9992064Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9992228Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9992396Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9992759Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9992935Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9993106Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9993273Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9993434Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9993591Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9993738Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9993904Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9994066Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9994226Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9994394Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9994553Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9994807Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9994977Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9995143Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9995333Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9995495Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9995659Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9995818Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9995980Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9996142Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9996305Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9996471Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9996641Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9996799Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9996966Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9997126Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9997289Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9997445Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9997601Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9997761Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9997913Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9998068Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9998225Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9998397Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9998568Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9998735Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9998896Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9999062Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9999220Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9999375Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9999527Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9999691Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:58.9999883Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0000049Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0000208Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0000395Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0000558Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0000715Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0000875Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0001021Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0001202Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0001377Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0001558Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0001742Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0001919Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0002097Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0002273Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0002449Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0002613Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0002782Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0002954Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0003123Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0003292Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0003454Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0003616Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0003782Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0003942Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0004092Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0004250Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0004409Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0004569Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0004730Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0004926Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0005095Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0005266Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0005431Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0005613Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0005771Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0005929Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0006093Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0006260Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0006427Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0006592Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0006758Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0006917Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0007071Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0007231Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0007387Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0007550Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0007713Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0007878Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0008044Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0008208Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0008369Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0008521Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0008679Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0008844Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0009002Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0009167Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0009328Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0009499Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0009668Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0009835Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0009992Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0010178Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0010344Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0010507Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0010697Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0010851Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0011084Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0011327Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0011583Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0011817Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0012052Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0012297Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0012548Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0012780Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0013008Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0013233Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0013558Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0013809Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0014040Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0014304Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0014576Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0014848Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0015137Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0015419Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0015696Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0015991Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0016291Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0016565Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0016836Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0017119Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0017405Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0017678Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0018059Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0018355Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0018647Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0018966Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0019221Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0019482Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0019752Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0019934Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0020096Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0020262Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0020426Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0020590Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0020753Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0020902Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0021066Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0021228Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0021388Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0021547Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0021712Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0021874Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0022037Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0022189Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0022348Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0022502Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0022660Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0022814Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0022966Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0023120Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0023277Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0023442Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0023594Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0023815Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0023972Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0024127Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0024318Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0024478Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0024638Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0024800Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0024960Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0025120Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0025288Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0025450Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0025616Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0025790Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0026046Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0026287Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0026542Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0026732Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0026879Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0027037Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0027206Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0027363Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0027522Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0027678Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0027839Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0027998Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0028152Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0028297Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0028455Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0028609Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0028774Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0028936Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0029137Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0029299Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0029464Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0029626Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0029808Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0029968Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0030129Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0030286Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0030449Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0030605Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0030769Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0030931Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0031089Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0031238Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0031394Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0031548Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0031705Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0031858Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0032018Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0032180Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0032338Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0032615Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0032789Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0032949Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0033109Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0033268Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0033426Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0033580Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0033739Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0033896Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0034051Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0034209Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0034432Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0034602Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0034768Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0034963Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0035118Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0035273Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0035423Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0035570Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0035729Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0035888Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0036045Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0036209Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0036373Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0036536Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0036695Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0036852Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0036999Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0037152Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0037306Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0037464Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0037631Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0037783Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0037950Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0038116Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0038277Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0038425Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0038583Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0038738Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0038888Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0039044Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0039205Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0039393Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0039555Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0039718Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0039900Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0040055Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0040206Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0040363Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0040518Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:39:59.0040654Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.421s) 2022-12-01T10:39:59.0040813Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0040963Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0041109Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0041265Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0041413Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0041561Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0041706Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0041853Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0042005Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0042147Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0042293Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0042433Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0042588Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0042732Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0042885Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0043039Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0043184Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0043329Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0043471Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0043609Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0043750Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0043896Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0044041Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0044184Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0044334Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0044481Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0044661Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0044806Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0044955Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0045104Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0045273Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0045418Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0045564Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0045708Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0045853Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0046000Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0046145Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0046292Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0046445Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0046602Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0046749Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0046893Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0047037Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0047183Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0047321Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0047466Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0047610Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0047753Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0048003Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0048253Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0048500Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0048750Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0048992Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0049234Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0049474Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0049704Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0049961Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0050204Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0050471Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0050708Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0050952Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0051193Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0051441Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0051687Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0051930Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0052171Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0052415Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0052646Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0052892Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0053130Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0053446Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0053697Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0053940Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0054176Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0054424Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0054670Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0054940Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0055183Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0055422Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0055688Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0055913Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0056154Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0056394Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0056631Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0056866Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0057116Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0057367Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0057610Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0057850Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0058091Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0058330Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0058564Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0058804Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0059033Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0059281Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0059520Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0059765Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0060047Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0060287Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0060552Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0060785Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0061014Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0061255Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0061491Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0061733Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0061975Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0062205Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0062452Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0062697Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0062941Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0063180Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0063417Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0063655Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0063895Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0064141Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0064373Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0064616Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0064886Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0065121Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0065391Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0065628Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0065862Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0066103Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0066343Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0066592Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0066841Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0067094Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0067351Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0067603Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0067858Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0068101Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0068355Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0068596Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0068838Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0069090Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0069334Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0069582Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0069849Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0070089Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0070358Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0070603Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0070839Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0071082Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0071315Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0071557Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0071788Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0072034Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0072280Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0072627Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0072893Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0073141Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0073387Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0073632Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0073876Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0074112Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0074363Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0074606Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0074889Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0075134Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0075376Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0075689Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0075926Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0076167Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0076409Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0076654Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0076901Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0077143Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0077385Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0077626Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0077863Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0078096Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0078336Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0078578Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0078817Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0079066Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0079318Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0079564Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0079810Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0080080Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0080327Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0080592Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0080832Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0081068Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0081300Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0081535Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0081787Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0082023Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0082273Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0082520Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0082766Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0083010Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0083253Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0083496Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0083739Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0083975Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0084215Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0084444Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0084694Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0084968Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0085216Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0085490Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0085735Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0085981Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0086226Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0086471Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0086716Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0086961Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0087211Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0087457Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0087694Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0087942Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0088189Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0088432Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0088680Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0088921Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0089165Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0089408Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0089653Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0089922Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0090167Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0090410Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0090679Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0090911Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0091150Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0091393Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0091632Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0091885Z test_consistency_SparseBSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0092132Z test_consistency_SparseBSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0092375Z test_consistency_SparseBSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0092613Z test_consistency_SparseBSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0092857Z test_consistency_SparseBSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0093098Z test_consistency_SparseBSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0093339Z test_consistency_SparseBSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0093653Z test_consistency_SparseBSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0093882Z test_consistency_SparseBSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0094130Z test_consistency_SparseBSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0094374Z test_consistency_SparseBSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0094617Z test_consistency_SparseBSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0094854Z test_consistency_SparseBSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0095134Z test_consistency_SparseBSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0095373Z test_consistency_SparseBSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0095645Z test_consistency_SparseBSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0095882Z test_consistency_SparseBSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0096123Z test_consistency_SparseBSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0096370Z test_consistency_SparseBSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0096610Z test_consistency_SparseBSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0096859Z test_consistency_SparseBSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0097096Z test_consistency_SparseBSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0097341Z test_consistency_SparseBSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0097585Z test_consistency_SparseBSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0097819Z test_consistency_SparseBSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0098060Z test_consistency_SparseBSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0098299Z test_consistency_SparseBSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0098540Z test_consistency_SparseBSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0098798Z test_consistency_SparseBSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0099087Z test_consistency_SparseBSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0099332Z test_consistency_SparseBSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0099581Z test_consistency_SparseBSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0099825Z test_consistency_SparseBSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0100096Z test_consistency_SparseBSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0100330Z test_consistency_SparseBSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0100572Z test_consistency_SparseBSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0100860Z test_consistency_SparseBSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0101095Z test_consistency_SparseBSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0101344Z test_consistency_SparseBSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0101585Z test_consistency_SparseBSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0101826Z test_consistency_SparseBSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0102070Z test_consistency_SparseBSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0102318Z test_consistency_SparseBSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0102563Z test_consistency_SparseBSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0102807Z test_consistency_SparseBSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0103046Z test_consistency_SparseBSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0103269Z test_consistency_SparseBSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0103509Z test_consistency_SparseBSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0103750Z test_consistency_SparseBSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0103982Z test_consistency_SparseBSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0104221Z test_consistency_SparseBSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0104465Z test_consistency_SparseBSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0104713Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0104956Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0105232Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0105481Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0105750Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0105990Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0106235Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0106476Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0106712Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0106945Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0107176Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0107416Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0107660Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0107908Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0108159Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0108406Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0108645Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0108884Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0109120Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0109370Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0109618Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0109864Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0110132Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0110366Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0110608Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0110879Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0111126Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0111372Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0111616Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0111865Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0112114Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0112358Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0112713Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0112963Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0113205Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0113450Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0113674Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0113914Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0114160Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0114399Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0114649Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0114887Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0115131Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0115422Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0115658Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0115937Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0116180Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0116424Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0116665Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0116893Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0117144Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0117392Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0117641Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0117888Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0118135Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0118376Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0118622Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0118866Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0119110Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0119350Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0119593Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0119826Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0120071Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0120342Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0120586Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0120830Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0121095Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0121332Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0121572Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0121812Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0122050Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0122299Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0122538Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0122785Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0123028Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0123268Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0123513Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0123754Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0123990Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0124229Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0124470Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0124714Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0124959Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0125195Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0125470Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0125717Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0125990Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0126222Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0126459Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0126696Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0126926Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0127169Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0127407Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0127647Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0127888Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0128131Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0128381Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0128621Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0128862Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0129103Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0129330Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0129567Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0129805Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0130043Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0130321Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0130561Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0130804Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0131082Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0131327Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0131569Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0131807Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0132040Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0132273Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0132509Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0132750Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0132995Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0133230Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0133544Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0133788Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0134028Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0134264Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0134501Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0134742Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0134975Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0135204Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0135459Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0135699Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0135971Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0136218Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0136460Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0136704Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0136945Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0137187Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:39:59.0137430Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0137672Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:39:59.0137843Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0138014Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0138172Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0138340Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0138510Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0138676Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0138838Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0138998Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0139167Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0139325Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0139475Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0139640Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0139809Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0139977Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0140150Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0140322Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0140489Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0140686Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0140857Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0141010Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0141198Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0141360Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0141522Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0141685Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0141852Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0142018Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0142189Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0142357Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0142514Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0142681Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0142841Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0143002Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0143162Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0143321Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0143481Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0143655Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0143808Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0143985Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0144152Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0144317Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0144483Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0144648Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0144812Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0144975Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0145138Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0145290Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0145458Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0145621Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0145789Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0145957Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0146148Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0146315Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0146479Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0146673Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0146823Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0146984Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0147139Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0147309Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0147474Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0147649Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0147815Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0147982Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0148146Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0148298Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0148460Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0148622Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0148785Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0148947Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0149110Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0149276Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0149440Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0149591Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0149754Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0149913Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0150076Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0150232Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0150412Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0150590Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0150775Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0150959Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0151129Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0151307Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0151509Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0151684Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0151856Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0152050Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0152225Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0152401Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0152710Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0152871Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0153035Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0153200Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0153366Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0153530Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0153688Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0153845Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0154006Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0154165Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0154327Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0154491Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0154658Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0154827Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0154992Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0155162Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0155325Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0155488Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0155643Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0155811Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0155975Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0156142Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0156306Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0156466Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0156627Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0156792Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0157038Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0157188Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0157356Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0157556Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0157724Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0157886Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0158047Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0158208Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0158370Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0158533Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0158689Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0158856Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0159029Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0159199Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0159362Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0159528Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0159697Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0159857Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0160018Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0160171Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0160329Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0160492Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0160653Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0160820Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0160987Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0161158Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0161328Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0161482Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0161649Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0161813Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0161975Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0162134Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0162297Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0162487Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0162654Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0162825Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0163005Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0163173Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0163339Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0163504Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0163671Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0163842Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0164003Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0164169Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0164338Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0164502Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0164666Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0164835Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0165006Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0165171Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0165340Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0165507Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0165674Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0165841Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0165999Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0166168Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0166332Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0166503Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0166669Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0166835Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0167004Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0167167Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0167320Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0167484Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0167775Z test_consistency_SparseBSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0168027Z test_consistency_SparseBSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0168275Z test_consistency_SparseBSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0168547Z test_consistency_SparseBSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0168803Z test_consistency_SparseBSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0169049Z test_consistency_SparseBSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0169293Z test_consistency_SparseBSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0169534Z test_consistency_SparseBSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0169781Z test_consistency_SparseBSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0170031Z test_consistency_SparseBSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0170265Z test_consistency_SparseBSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0170510Z test_consistency_SparseBSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0170751Z test_consistency_SparseBSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0170994Z test_consistency_SparseBSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0171230Z test_consistency_SparseBSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0171478Z test_consistency_SparseBSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0171722Z test_consistency_SparseBSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0171966Z test_consistency_SparseBSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0172218Z test_consistency_SparseBSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0172459Z test_consistency_SparseBSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0172722Z test_consistency_SparseBSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0172998Z test_consistency_SparseBSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0173241Z test_consistency_SparseBSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0173591Z test_consistency_SparseBSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0173833Z test_consistency_SparseBSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0174076Z test_consistency_SparseBSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0174318Z test_consistency_SparseBSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0174557Z test_consistency_SparseBSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0174800Z test_consistency_SparseBSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0175041Z test_consistency_SparseBSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0175287Z test_consistency_SparseBSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0175541Z test_consistency_SparseBSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0175792Z test_consistency_SparseBSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0176041Z test_consistency_SparseBSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0176287Z test_consistency_SparseBSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0176516Z test_consistency_SparseBSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0176760Z test_consistency_SparseBSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0176997Z test_consistency_SparseBSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0177242Z test_consistency_SparseBSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0177486Z test_consistency_SparseBSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0177731Z test_consistency_SparseBSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0178007Z test_consistency_SparseBSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0178258Z test_consistency_SparseBSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0178500Z test_consistency_SparseBSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0178771Z test_consistency_SparseBSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0179015Z test_consistency_SparseBSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0179251Z test_consistency_SparseBSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0179492Z test_consistency_SparseBSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0179721Z test_consistency_SparseBSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0179961Z test_consistency_SparseBSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0180203Z test_consistency_SparseBSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:39:59.0180441Z test_consistency_SparseBSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0180615Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0180784Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0180953Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0181125Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0181293Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0181458Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0181610Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0181776Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0181942Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0182102Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0182264Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0182428Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0182672Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0182920Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0183164Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0183437Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0183669Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0183930Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0184170Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0184341Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0184511Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0184682Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0184845Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0185009Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0185177Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0185330Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0185492Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0185658Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0185826Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0185995Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0186161Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0186330Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0186499Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0186661Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0186816Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0186977Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0187139Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0187302Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0187465Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0187624Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0187794Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0187955Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0188123Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0188280Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0188445Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0188633Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0188798Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0188960Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0189149Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0189309Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0189482Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0189641Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0189814Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0189982Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0190144Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0190310Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0190480Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0190647Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0190813Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0190980Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0191135Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0191301Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0191471Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0191635Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0191800Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0191968Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0192128Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0192289Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0192445Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0192741Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0192919Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0193086Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0193245Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0193415Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0193588Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0193754Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0193919Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0194082Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0194282Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0194446Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0194605Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0194799Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0194966Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0195125Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0195298Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0195467Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0195623Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0195790Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0195952Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0196114Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0196278Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0196440Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0196602Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0196767Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0196931Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0197089Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0197255Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0197422Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0197587Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0197747Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0197908Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0198068Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0198231Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0198390Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0198546Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0198708Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0198879Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0199047Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0199212Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0199378Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0199571Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0199733Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0199884Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0200046Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0200235Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0200482Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0200720Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0200968Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0201214Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0201457Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0201701Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0201942Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0202181Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0202411Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0202628Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0202866Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0203099Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:39:59.0203270Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0203442Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0203611Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0203776Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0203942Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0204109Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0204262Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0204425Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0204592Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0204814Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0204981Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0205148Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0205341Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0205505Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0205667Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0205819Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0205980Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0206140Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0206304Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0206461Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0206632Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0206799Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0206973Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0207141Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0207298Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0207464Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0207631Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0207798Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0207961Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0208126Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0208291Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0208453Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0208606Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0208769Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0208942Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0209112Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0209282Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0209450Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0209612Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0209774Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0209935Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0210085Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0210271Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0210442Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0210605Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0210808Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0210980Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0211147Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0211313Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0211477Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0211630Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0211793Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0211955Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0212118Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0212286Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0212449Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0212617Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0212790Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0212947Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0213115Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0213275Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0213519Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0213684Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0213845Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0214008Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0214177Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0214341Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0214502Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0214672Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0214840Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0215009Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0215174Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0215337Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0215503Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0215664Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0215856Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0216013Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0216183Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0216378Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0216538Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0216700Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0216859Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0217021Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0217183Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0217364Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0217530Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0217715Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0217898Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0218080Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0218257Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0218437Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0218618Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0218796Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0218974Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0219138Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0219314Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0219489Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0219659Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0219825Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0219992Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0220159Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0220322Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0220472Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0220634Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0220798Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0220957Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0221155Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0221322Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0221495Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0221664Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0221860Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0222016Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0222182Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0222352Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0222521Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0222693Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0222862Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0223031Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0223201Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0223368Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0223520Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0223684Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0223848Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0224016Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0224187Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0224354Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0224524Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0224689Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0224840Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0225002Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0225164Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0225329Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0225498Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0225663Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0225840Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0226011Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0226179Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0226337Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0226505Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0226698Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0226866Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0227028Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0227218Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0227383Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0227544Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0227715Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0227868Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0228041Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0228213Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0228377Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0228546Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0228712Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0228876Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0229036Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0229196Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0229350Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0229509Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0229684Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0229851Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0230027Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0230198Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0230363Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0230534Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0230688Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0230850Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0231014Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0231186Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0231357Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0231521Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0231689Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0231859Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0232048Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0232203Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0232370Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0232709Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0232880Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0233047Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0233221Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0233388Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0233559Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0233724Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0233878Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0234047Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0234212Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0234375Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0234541Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0234798Z test_consistency_SparseCSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0235049Z test_consistency_SparseCSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0235296Z test_consistency_SparseCSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0235536Z test_consistency_SparseCSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0235783Z test_consistency_SparseCSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0236015Z test_consistency_SparseCSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0236260Z test_consistency_SparseCSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0236501Z test_consistency_SparseCSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0236746Z test_consistency_SparseCSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0236991Z test_consistency_SparseCSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0237235Z test_consistency_SparseCSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0237530Z test_consistency_SparseCSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0237770Z test_consistency_SparseCSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0238082Z test_consistency_SparseCSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0238323Z test_consistency_SparseCSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0238565Z test_consistency_SparseCSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0238810Z test_consistency_SparseCSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0239051Z test_consistency_SparseCSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0239290Z test_consistency_SparseCSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0239532Z test_consistency_SparseCSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0239782Z test_consistency_SparseCSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0240032Z test_consistency_SparseCSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0240276Z test_consistency_SparseCSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0240518Z test_consistency_SparseCSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0240760Z test_consistency_SparseCSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0241003Z test_consistency_SparseCSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0241244Z test_consistency_SparseCSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0241487Z test_consistency_SparseCSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0241728Z test_consistency_SparseCSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0241967Z test_consistency_SparseCSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0242211Z test_consistency_SparseCSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0242486Z test_consistency_SparseCSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0242736Z test_consistency_SparseCSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0242977Z test_consistency_SparseCSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0243256Z test_consistency_SparseCSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0243499Z test_consistency_SparseCSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0243736Z test_consistency_SparseCSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0243976Z test_consistency_SparseCSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0244219Z test_consistency_SparseCSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0244467Z test_consistency_SparseCSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0244710Z test_consistency_SparseCSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0244950Z test_consistency_SparseCSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0245196Z test_consistency_SparseCSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0245429Z test_consistency_SparseCSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0245670Z test_consistency_SparseCSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0245907Z test_consistency_SparseCSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0246142Z test_consistency_SparseCSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0246386Z test_consistency_SparseCSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0246623Z test_consistency_SparseCSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0246857Z test_consistency_SparseCSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0247098Z test_consistency_SparseCSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:39:59.0247337Z test_consistency_SparseCSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0247531Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0247703Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0247872Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0248032Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0248225Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0248390Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0248557Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0248718Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0248878Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0249037Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0249199Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0249352Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0249603Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0249852Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0250103Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0250350Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0250594Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0250832Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0251072Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:39:59.0251247Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0251415Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0251585Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0251740Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0251907Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0252073Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0252239Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0252401Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0252568Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0252731Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0252926Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0253094Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0253251Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0253524Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0253690Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0253856Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0254019Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0254180Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0254346Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0254509Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0254657Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0254826Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0254989Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0255157Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0255325Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0255493Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0255659Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0255821Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0255987Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0256136Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0256300Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0256475Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0256644Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0256816Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0256982Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0257149Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0257317Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0257482Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0257638Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0257805Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0257971Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0258136Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0258298Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0258500Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0258667Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0258833Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0259025Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0259176Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0259337Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0259495Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0259656Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0259817Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0259984Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0260142Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0260315Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0260472Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0260637Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0260802Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0260966Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0261130Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0261293Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0261452Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0261615Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0261784Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0261935Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0262109Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0262281Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0262448Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0262616Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0262778Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0262941Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0263104Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0263265Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0263414Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0263580Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0263780Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0263951Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0264119Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0264284Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0264477Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0264640Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0264789Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0264953Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0265116Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0265277Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0265445Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0265606Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0265779Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0265949Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0266115Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0266270Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0266436Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0266601Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0266762Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0266922Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0267083Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0267259Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0267430Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0267608Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0267775Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0267952Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0268122Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0268295Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0268467Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0268630Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0268790Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0268958Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0269130Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0269315Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0269485Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0269651Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0269843Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0270007Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0270174Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0270340Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0270505Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0270662Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0270837Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0271004Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0271175Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0271341Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0271504Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0271670Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0271833Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0272001Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0272146Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0272310Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0272477Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0272748Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0272918Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0273093Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0273267Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0273440Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0273609Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0273764Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0273935Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0274101Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0274267Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0274433Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0274598Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0274810Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0274975Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0275134Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0275306Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0275510Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0275677Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0275840Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0276004Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0276170Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0276339Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0276500Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0276659Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0276827Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0277004Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0277177Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0277346Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0277517Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0277685Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0277851Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0278017Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0278173Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0278342Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0278510Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0278675Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0278848Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0279022Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0279192Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0279359Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0279523Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0279675Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0279839Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0280002Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0280166Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0280376Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0280541Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0280719Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0280921Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0281078Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0281243Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0281407Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0281570Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0281737Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0281899Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0282054Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0293978Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0294159Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0294332Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0294500Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0294665Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0294833Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0295001Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0295167Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0295343Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0295524Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0295712Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0295900Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0296083Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0296266Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0296447Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0296624Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0296805Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0296971Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0297143Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0297319Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0297496Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0297765Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0297932Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0298102Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0298304Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0298468Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0298620Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0298783Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0298946Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0299111Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0299287Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0299454Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0299631Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0299804Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0299970Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0300126Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0300294Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0300464Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0300631Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0300802Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0300971Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0301141Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0301311Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0301464Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0301630Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0301798Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0301963Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0302126Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0302301Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0302471Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0302640Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0302803Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0302956Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0303150Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0303316Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0303481Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0303651Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0303847Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0304022Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0304196Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0304363Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0304524Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0304693Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0304860Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0305030Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0305196Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0305361Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0305526Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0305688Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0305859Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0306016Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0306192Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0306365Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0306535Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0306702Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0306871Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0307036Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0307202Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0307357Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0307521Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0307689Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0307868Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0308039Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0308212Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0308388Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0308557Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0308756Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0308910Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0309083Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0309277Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0309449Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0309625Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0309796Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0309967Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0310140Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0310308Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0310464Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0310633Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0310803Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0310970Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0311142Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0311309Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0311479Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0311649Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0311816Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0311972Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0312139Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0312304Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0312467Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0312782Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0313540Z test_consistency_SparseCSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/_ops.py:768: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:39:59.0313664Z 0, scatter_indices, values, reduce, include_self=False 2022-12-01T10:39:59.0313734Z ok (0.013s) 2022-12-01T10:39:59.0313911Z test_consistency_SparseCSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0314075Z test_consistency_SparseCSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:39:59.0314256Z test_consistency_SparseCSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0314564Z test_consistency_SparseCSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0314806Z test_consistency_SparseCSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0315055Z test_consistency_SparseCSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0315340Z test_consistency_SparseCSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0315585Z test_consistency_SparseCSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.002s) 2022-12-01T10:39:59.0315766Z test_consistency_SparseCSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0315944Z test_consistency_SparseCSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0316121Z test_consistency_SparseCSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0316279Z test_consistency_SparseCSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0316524Z test_consistency_SparseCSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0316767Z test_consistency_SparseCSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0317009Z test_consistency_SparseCSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0317253Z test_consistency_SparseCSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0317497Z test_consistency_SparseCSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0317680Z test_consistency_SparseCSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:39:59.0317924Z test_consistency_SparseCSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0318175Z test_consistency_SparseCSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0318430Z test_consistency_SparseCSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0318608Z test_consistency_SparseCSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0318770Z test_consistency_SparseCSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0318946Z test_consistency_SparseCSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0319192Z test_consistency_SparseCSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0319435Z test_consistency_SparseCSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0319679Z test_consistency_SparseCSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0319947Z test_consistency_SparseCSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0320192Z test_consistency_SparseCSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:39:59.0320397Z test_consistency_SparseCSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0320580Z test_consistency_SparseCSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0320761Z test_consistency_SparseCSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0320939Z test_consistency_SparseCSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0321104Z test_consistency_SparseCSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0321280Z test_consistency_SparseCSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0321450Z test_consistency_SparseCSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0321626Z test_consistency_SparseCSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0321799Z test_consistency_SparseCSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0321970Z test_consistency_SparseCSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0322145Z test_consistency_SparseCSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0322316Z test_consistency_SparseCSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0322497Z test_consistency_SparseCSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0322663Z test_consistency_SparseCSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0322839Z test_consistency_SparseCSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0323018Z test_consistency_SparseCSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0323192Z test_consistency_SparseCSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0323364Z test_consistency_SparseCSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0323530Z test_consistency_SparseCSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0323693Z test_consistency_SparseCSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0323865Z test_consistency_SparseCSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0324030Z test_consistency_SparseCSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0324189Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0324364Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0324532Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0324702Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0324871Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0325041Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0325235Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0325400Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0325550Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0325739Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0325901Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0326067Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0326244Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0326422Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0326604Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0326778Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0326954Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0327119Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0327293Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0327465Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0327635Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0327803Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0327971Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0328138Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0328304Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0328476Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0328627Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0328795Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0328958Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0329129Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0329298Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0329467Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0329635Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0329802Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0329967Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0330118Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0330281Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0330437Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0330639Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0330799Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0330967Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0331125Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0331326Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0331482Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0331650Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0331816Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0331980Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0332150Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0332312Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0332472Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0332649Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0332816Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0332975Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0333143Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0333307Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0333569Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0333739Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0333906Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0334078Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0334243Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0334411Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0334562Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0334732Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0334902Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0335068Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0335235Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0335398Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0335560Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0335721Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0335868Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0336030Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0336262Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0336424Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0336596Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0336794Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0336960Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0337130Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0337297Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0337449Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0337613Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0337776Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0337936Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0338107Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0338267Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0338439Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0338611Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0338778Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0338935Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0339097Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0339260Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0339423Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0339584Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0339748Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0339913Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0340077Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0340235Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0340404Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0340570Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0340737Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0340902Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0341064Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0341224Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0341386Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0341547Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0341729Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0341889Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0342060Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0342259Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0342427Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0342592Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0342758Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0342919Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0343085Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0343232Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0343395Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0343573Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0343745Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0343923Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0344100Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0344276Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0344455Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0344624Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0344782Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0344951Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0345113Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0345282Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0345452Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0345620Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0345792Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0345959Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0346110Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0346278Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0346443Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0346608Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0346772Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0346928Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0347105Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0347265Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0347419Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0347563Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0347741Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0347893Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0348045Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0348192Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0348336Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0348484Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0348636Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0348779Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0348927Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0349086Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0349244Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0349399Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0349550Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0349703Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0349855Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0350000Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0350133Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0350283Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0350435Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0350591Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0350743Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0350902Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:39:59.0351059Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0351213Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0351353Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0351502Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0351652Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0351801Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0351945Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0352093Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0352247Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0352402Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0352678Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0352840Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:39:59.0352997Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0353149Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0353335Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0353485Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0353635Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0353782Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0353913Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0354064Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0354211Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0354373Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-12-01T10:39:59.0354532Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0354699Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0354863Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0355024Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0355184Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0355328Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0355485Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0355641Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0355794Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0355954Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0356113Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0356275Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0356430Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0356580Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-12-01T10:39:59.0356745Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-12-01T10:39:59.0356906Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0357066Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0357223Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0357382Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0357537Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0357692Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0357847Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0357990Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:39:59.0358177Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0358333Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0358499Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T10:39:59.0358691Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T10:39:59.0358851Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0359011Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0359168Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T10:39:59.0359310Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0359467Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0359624Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0359781Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0359936Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0360099Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0360253Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0360420Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T10:39:59.0360584Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T10:39:59.0360730Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0360892Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0361047Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0361202Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0361357Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0361514Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0361671Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0361829Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T10:39:59.0361962Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0362108Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:39:59.0362255Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0362396Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0362554Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0362708Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0362868Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0363024Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0363167Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0363319Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0363466Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0363646Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0363797Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0363950Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0364133Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0364284Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0364440Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0364579Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0364736Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0364895Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0365048Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0365199Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0365346Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0365500Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0365650Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0365783Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0365933Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0366081Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:39:59.0366247Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0366407Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0366574Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0366740Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0366904Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0367054Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0367217Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0367378Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0367535Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0367693Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0367848Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0368005Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0368173Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0368330Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0368484Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0368648Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0368809Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0368970Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0369165Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0369321Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0369477Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0369664Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0369820Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0369963Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:39:59.0370139Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0370306Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0370488Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0370664Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0370839Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0371011Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0371176Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0371333Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0371499Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0371662Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0371829Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0372000Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0372172Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:39:59.0372343Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0372521Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0372695Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0372852Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0373020Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0373190Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0373359Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0373609Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0373776Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0373943Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0374112Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0374287Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0374444Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0374655Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0374830Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0375004Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0375201Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0375369Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0375539Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0375707Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0375874Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0376031Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0376200Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0376374Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0376543Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0376721Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0376897Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0377070Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0377243Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0377414Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0377572Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0377736Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0377898Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0378063Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0378230Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0378404Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0378572Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0378749Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0378925Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0379087Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0379255Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0379421Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0379589Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0379752Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0379946Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0380117Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0380283Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0380473Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0380641Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0380817Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0380991Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0381162Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0381333Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0381500Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0381671Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0381838Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0381988Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0382155Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0382323Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:39:59.0382497Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0382667Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0382848Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0383025Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0383195Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0383367Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0383522Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0383689Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0383852Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0384017Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0384184Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0384349Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0384525Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0384692Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0384868Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0385029Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0385203Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0385398Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0385568Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0385734Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0385930Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0386094Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0386259Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0386424Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:39:59.0386585Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0386755Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0386931Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0387104Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0387277Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0387447Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0387618Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0387786Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0387949Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0388100Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0388259Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0388420Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0388589Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0388750Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0388927Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0389101Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0389274Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0389431Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0389596Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0389765Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0389929Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0390098Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0390265Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0390431Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0390606Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0390797Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0390961Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0391137Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0391337Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0391505Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0391671Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0391838Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0392002Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0392166Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0392331Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0392568Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0392745Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0392912Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0393090Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0393265Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0393441Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0393612Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0393778Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0393947Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0394100Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0394262Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0394431Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0394597Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0394771Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0394937Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0395116Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0395296Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0395469Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0395623Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0395786Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0395951Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0396163Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0396331Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0396500Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0396700Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0396872Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0397041Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0397204Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0397380Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0397553Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0397723Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0397895Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0398064Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0398227Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0398389Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0398542Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0398709Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0398889Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0399056Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0399232Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0399410Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0399579Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0399751Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0399920Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0400075Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0400241Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0400408Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0400573Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0400741Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0400915Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0401081Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0401257Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0401432Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0401617Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0401789Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0401955Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0402149Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0402311Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0402473Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0402639Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0402807Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:39:59.0403006Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.079s) 2022-12-01T10:39:59.0403197Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.058s) 2022-12-01T10:39:59.0403409Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.065s) 2022-12-01T10:39:59.0403604Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.079s) 2022-12-01T10:39:59.0403807Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.058s) 2022-12-01T10:39:59.0404014Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.064s) 2022-12-01T10:39:59.0404208Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.073s) 2022-12-01T10:39:59.0404408Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.057s) 2022-12-01T10:39:59.0404614Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.061s) 2022-12-01T10:39:59.0404807Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.073s) 2022-12-01T10:39:59.0405004Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.057s) 2022-12-01T10:39:59.0405201Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.061s) 2022-12-01T10:39:59.0405351Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:39:59.0405502Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:39:59.0405650Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:39:59.0405797Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:39:59.0405942Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.121s) 2022-12-01T10:39:59.0406094Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.117s) 2022-12-01T10:39:59.0406240Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-12-01T10:39:59.0406374Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-12-01T10:39:59.0406574Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0406773Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0407007Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0407206Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0407401Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0407626Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0407817Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0408011Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0408202Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0408385Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0408578Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0408769Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0408968Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0409161Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0409356Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0409553Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0409747Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0409940Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0410131Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0410309Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0410498Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0410691Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0410883Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0411073Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0411270Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0411465Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0411660Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0411856Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0412047Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0412253Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0412441Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0412631Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0412846Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0413035Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0413224Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0413473Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0413673Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0413863Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0414046Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0414245Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0414436Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0414626Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0414815Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0415006Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0415195Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0415388Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0415579Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0415767Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0415954Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0416149Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0416350Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0416550Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0416749Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0416944Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0417136Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0417327Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0417549Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0417739Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0417920Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0418178Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0418375Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0418566Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0418769Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0418970Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0419167Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0419364Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0419555Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0419744Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0419924Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0420115Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0420306Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0420498Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0420697Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0420891Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0421091Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0421291Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0421485Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0421679Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0421860Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0422051Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0422243Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0422429Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0422646Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0422842Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0423038Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0423256Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0423455Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0423655Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0423836Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0424031Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0424222Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0424412Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0424604Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0424790Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0424981Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0425174Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0425381Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0425580Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0425776Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0425986Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0426191Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0426395Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0426600Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0426799Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0426999Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0427200Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0427400Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0427597Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0427788Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0428011Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0428221Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0428455Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0428655Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0428855Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0429054Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0429255Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0429451Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0429647Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0429835Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0430031Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0430237Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0430433Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0430640Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0430847Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0431047Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0431248Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0431452Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0431652Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0431836Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0432031Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0432229Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0432426Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0432713Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0432913Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0433163Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0433369Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0433569Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0433802Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0433989Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0434186Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0434382Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0434582Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:39:59.0434781Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0434977Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0435186Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0435388Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0435595Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0435804Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0435995Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0436194Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0436400Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0436600Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0436799Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0436998Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0437202Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0437401Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0437609Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0437809Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0438017Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0438212Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0438441Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T10:39:59.0438642Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0438838Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0439064Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0439263Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0439462Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0439661Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0439857Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0440062Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0440252Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0440460Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0440666Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0440866Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0441065Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0441260Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0441458Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0441659Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0441858Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0442057Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0442243Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0442448Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0442650Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0442858Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0443061Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0443261Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0443458Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0443689Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0443890Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0444115Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0444301Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0444501Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0444697Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0444924Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0445143Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0445371Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0445599Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0445824Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0446043Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0446258Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0446480Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0446684Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0446894Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0447111Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0447334Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0447561Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0447781Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0448010Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0448233Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0448455Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0448696Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0448912Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0449119Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0449361Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0449570Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0449783Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0450007Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0450226Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0450445Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0450672Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0450895Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0451117Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0451335Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0451547Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0451756Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0451970Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0452179Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0452396Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0452619Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0452843Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0453065Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0453290Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0453586Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0453846Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0454066Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0454269Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0454525Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0454740Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0454949Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0455166Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0455387Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0455612Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0455837Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0456064Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0456291Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0456517Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0456729Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0456953Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0457174Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0457388Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0457598Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0457817Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0458039Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0458268Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0458488Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0458715Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0458967Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0459181Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0459400Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0459650Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0459870Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0460090Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0460308Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0460528Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0460742Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0460970Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0461185Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0461408Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0461622Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0461848Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0462075Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0462294Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0462517Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0462734Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0462955Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0463175Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0463395Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0463620Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0463839Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0464091Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0464306Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0464527Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0464776Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0464998Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0465217Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0465435Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0465648Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0465868Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0466087Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0466320Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0466548Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0466772Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0467004Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0467237Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0467467Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0467696Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0467925Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0468147Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0468373Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0468599Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0468826Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0469056Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0469300Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0469535Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0469793Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0470021Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0470248Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0470478Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0470702Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0470921Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0471150Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.094s) 2022-12-01T10:39:59.0471376Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0471601Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0471834Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0472048Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0472284Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0472599Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0472828Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0473058Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0473284Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0473508Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0473731Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0473956Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0474185Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0474451Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0474669Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0474897Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0475162Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0475394Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0475621Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0475850Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0476077Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0476303Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0476523Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0476751Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0476979Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0477203Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0477423Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0477655Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0477891Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0478127Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0478360Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0478587Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0478821Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0479047Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0479276Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0479539Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0479768Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0479991Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0480236Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0480459Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0480695Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0480933Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:39:59.0481163Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0481397Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0481622Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:39:59.0481847Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0482076Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0482303Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0482527Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:39:59.0482741Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:39:59.0482974Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0483194Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0483428Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0483662Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0483895Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0484125Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0484354Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0484610Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0484836Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0485063Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0485313Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0485525Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0485757Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0485981Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0486211Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0486444Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0486673Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0486901Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:39:59.0487130Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0487357Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0487582Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0487813Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0488035Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0488246Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:39:59.0488410Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0488567Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0488733Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0488895Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0489057Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0489214Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0489372Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0489517Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0489674Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0489852Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0490007Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0490161Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:39:59.0490349Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0490505Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0490667Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0490829Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0490974Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0491130Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0491291Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0491441Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0491594Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0491753Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0491907Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0492059Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:39:59.0492205Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0492361Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0492527Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0492686Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0492839Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0492992Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0493152Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0493306Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0493530Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0493675Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0493828Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0493982Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0494143Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0494296Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0494458Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0494623Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0494781Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0494926Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0495083Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0495236Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0495417Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0495574Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0495726Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0495907Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:39:59.0495918Z 2022-12-01T10:39:59.0496174Z ---------------------------------------------------------------------- 2022-12-01T10:39:59.0496253Z Ran 3822 tests in 120.422s 2022-12-01T10:39:59.0496259Z 2022-12-01T10:39:59.0496319Z OK (skipped=661) 2022-12-01T10:39:59.0496325Z 2022-12-01T10:39:59.0496408Z Generating XML reports... 2022-12-01T10:39:59.0496720Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221201103757.xml 2022-12-01T10:39:59.0497029Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221201103757.xml 2022-12-01T10:39:59.0497342Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221201103757.xml 2022-12-01T10:39:59.0497348Z 2022-12-01T10:39:59.0497697Z ##[endgroup] 2022-12-01T10:39:59.0497981Z FINISHED PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/workspace/test/test-reports/test_sparse_csr_60o0ty2j) 2022-12-01T10:39:59.0497990Z 2022-12-01T10:39:59.0498136Z Running test_modules ... [2022-12-01 10:39:58.944882] 2022-12-01T10:39:59.0498466Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:39:58.945198] 2022-12-01T10:42:11.2604000Z 2022-12-01T10:42:11.2604787Z Expand the folded group to see the log file of test_modules 2022-12-01T10:42:11.2605762Z ##[group]PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_cs9t9skr) 2022-12-01T10:42:11.2633906Z Test results will be stored in test-reports/python-unittest/test_modules 2022-12-01T10:42:11.2634225Z 2022-12-01T10:42:11.2634349Z Running tests... 2022-12-01T10:42:11.2634833Z ---------------------------------------------------------------------- 2022-12-01T10:42:11.2635144Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2636149Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2636636Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2637096Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2637505Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2637999Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2638594Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2639405Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2640210Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2641052Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2641854Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2642601Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2643396Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2644224Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2650890Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2651367Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2651771Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2652279Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2652791Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2653195Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2653566Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2653933Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2654341Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2654682Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2655278Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2655778Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2656106Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2656454Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2657013Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2657700Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2658465Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2659329Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2660150Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2660964Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2661768Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2662558Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2663377Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2664201Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2664976Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2665760Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2666502Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2667268Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2668025Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2668898Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2669676Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2670463Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2671284Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2672086Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2673048Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2673860Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2674663Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2675467Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2676259Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2677044Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2677783Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2678518Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2679297Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2680093Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2680862Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2681670Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2682469Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2686959Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2687562Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2688188Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2688824Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2689479Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2690146Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2690780Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2691488Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2692096Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2692723Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2693380Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2694229Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2694902Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2695438Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2696030Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2696718Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2697410Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2698065Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2698686Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2699280Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2699906Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2700379Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2700800Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2701348Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2702007Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2702569Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2703141Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2703698Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2704263Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2704871Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2705448Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2706076Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2706818Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2707489Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2708158Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2708888Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2709540Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2710115Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:42:11.2710736Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2711717Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2712351Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2712941Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2713347Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2713665Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2714003Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2714467Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2714994Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2715623Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2716391Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2717114Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T10:42:11.2717871Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2718623Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2719322Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2720017Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2720712Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2721395Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2722041Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2722708Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2723373Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2724022Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2724736Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2726652Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... /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-12-01T10:42:11.2727892Z result = torch.complex(real, imag) 2022-12-01T10:42:11.2728311Z ok (0.004s) 2022-12-01T10:42:11.2728852Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2729600Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2730342Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2731066Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2731779Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2732587Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2733309Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2734150Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2734876Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2735559Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2736207Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2736913Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2737603Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2738280Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2738924Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2739600Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T10:42:11.2740293Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.034s) 2022-12-01T10:42:11.2740986Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-12-01T10:42:11.2741656Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.034s) 2022-12-01T10:42:11.2742369Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2743088Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2743787Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2744449Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2745126Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2745789Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2746444Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2747119Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2747806Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-12-01T10:42:11.2748500Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:42:11.2749166Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:42:11.2749860Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:42:11.2751440Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2752673Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2753131Z ok (0.007s) 2022-12-01T10:42:11.2753636Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2754330Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2755005Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2755700Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2756392Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2757114Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2757866Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2758711Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2759479Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2760211Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2761038Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2761754Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2762426Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2763145Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.086s) 2022-12-01T10:42:11.2763952Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T10:42:11.2764751Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.086s) 2022-12-01T10:42:11.2765549Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:42:11.2766253Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2766937Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2767602Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2768249Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2768921Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:42:11.2769619Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:42:11.2770314Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.065s) 2022-12-01T10:42:11.2770991Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.066s) 2022-12-01T10:42:11.2771666Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2772321Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2773074Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2773754Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2774493Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.068s) 2022-12-01T10:42:11.2775296Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.069s) 2022-12-01T10:42:11.2776091Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T10:42:11.2776926Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T10:42:11.2777761Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-12-01T10:42:11.2778614Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-12-01T10:42:11.2779372Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.166s) 2022-12-01T10:42:11.2780069Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.254s) 2022-12-01T10:42:11.2780780Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2781485Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2782180Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2782992Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2783692Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2784235Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2784807Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2785404Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2785734Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2786053Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2786384Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2786716Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2787028Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2787358Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2787679Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2787986Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2788273Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2788568Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2788863Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2789143Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2789435Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2789732Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2790796Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:42:11.2791526Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:42:11.2791774Z ok (0.004s) 2022-12-01T10:42:11.2792027Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.011s) 2022-12-01T10:42:11.2792370Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2792849Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2793157Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2793471Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2793792Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2794105Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2794409Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2794732Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.2795055Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.2795349Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2795704Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2796003Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2796308Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2796635Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2796932Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2797237Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-12-01T10:42:11.2797531Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.065s) 2022-12-01T10:42:11.2797838Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-12-01T10:42:11.2798145Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.065s) 2022-12-01T10:42:11.2798458Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2798765Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2799076Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2799377Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2799663Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2799952Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2800247Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2800545Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2800837Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.134s) 2022-12-01T10:42:11.2801144Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.137s) 2022-12-01T10:42:11.2801450Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.134s) 2022-12-01T10:42:11.2801745Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.136s) 2022-12-01T10:42:11.2802055Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2802358Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2802656Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2802941Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2803239Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2803533Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2803839Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2804172Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2804506Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2804837Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2805149Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2805478Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2805788Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2806070Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2806392Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.172s) 2022-12-01T10:42:11.2806770Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.172s) 2022-12-01T10:42:11.2807125Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.172s) 2022-12-01T10:42:11.2807466Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.170s) 2022-12-01T10:42:11.2807817Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2808111Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2808406Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2808681Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2808980Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T10:42:11.2809284Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T10:42:11.2809583Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T10:42:11.2809888Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T10:42:11.2810182Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2810471Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2810751Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2811046Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2811369Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.098s) 2022-12-01T10:42:11.2811706Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.099s) 2022-12-01T10:42:11.2812068Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.075s) 2022-12-01T10:42:11.2812525Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-12-01T10:42:11.2812901Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T10:42:11.2813261Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T10:42:11.2813596Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.174s) 2022-12-01T10:42:11.2813905Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.175s) 2022-12-01T10:42:11.2814208Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2814534Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2814846Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2815158Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2815466Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2815783Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2816103Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2816408Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:42:11.2816690Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:42:11.2816974Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:42:11.2817257Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:42:11.2817539Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2817886Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2818201Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.2818515Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:42:11.2818838Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2819130Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2819421Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.2819704Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.671s) 2022-12-01T10:42:11.2820004Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.672s) 2022-12-01T10:42:11.2820313Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:42:11.2820606Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2820898Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.2821188Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:42:11.2821486Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.864s) 2022-12-01T10:42:11.2821782Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.859s) 2022-12-01T10:42:11.2822492Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2823037Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2823609Z /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-12-01T10:42:11.2824080Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2824636Z /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-12-01T10:42:11.2825120Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2825676Z /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-12-01T10:42:11.2826143Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2826373Z ok (0.016s) 2022-12-01T10:42:11.2826977Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2827515Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2828067Z /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-12-01T10:42:11.2828546Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2829104Z /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-12-01T10:42:11.2829576Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2830152Z /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-12-01T10:42:11.2830632Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2830862Z ok (0.017s) 2022-12-01T10:42:11.2831466Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2832024Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2832722Z /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-12-01T10:42:11.2833205Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2833768Z /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-12-01T10:42:11.2834238Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2834794Z /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-12-01T10:42:11.2835270Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2835499Z ok (0.019s) 2022-12-01T10:42:11.2836106Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2836666Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2837234Z /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-12-01T10:42:11.2837719Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2837942Z ok (0.008s) 2022-12-01T10:42:11.2838562Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2839117Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2839681Z /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-12-01T10:42:11.2840146Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2840378Z ok (0.009s) 2022-12-01T10:42:11.2840997Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2841553Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2842104Z /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-12-01T10:42:11.2842588Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2842823Z ok (0.012s) 2022-12-01T10:42:11.2843116Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.2843429Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.160s) 2022-12-01T10:42:11.2843783Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.164s) 2022-12-01T10:42:11.2844146Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:42:11.2844428Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:42:11.2844726Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.783s) 2022-12-01T10:42:11.2845034Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.784s) 2022-12-01T10:42:11.2845330Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2845608Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2845935Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.867s) 2022-12-01T10:42:11.2846295Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.476s) 2022-12-01T10:42:11.2846654Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.424s) 2022-12-01T10:42:11.2846995Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.889s) 2022-12-01T10:42:11.2847319Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.2847658Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2847968Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2848283Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.2848616Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:42:11.2848949Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.2849266Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:42:11.2849581Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.059s) 2022-12-01T10:42:11.2849883Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T10:42:11.2850166Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T10:42:11.2850454Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.051s) 2022-12-01T10:42:11.2850762Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:42:11.2851087Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:42:11.2851398Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T10:42:11.2851724Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.049s) 2022-12-01T10:42:11.2852034Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.2852323Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.2852701Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.086s) 2022-12-01T10:42:11.2853009Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.758s) 2022-12-01T10:42:11.2853323Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.754s) 2022-12-01T10:42:11.2853630Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-12-01T10:42:11.2853942Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T10:42:11.2854278Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.116s) 2022-12-01T10:42:11.2854578Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (12.968s) 2022-12-01T10:42:11.2854894Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (12.992s) 2022-12-01T10:42:11.2855590Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2856169Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2856724Z /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-12-01T10:42:11.2857210Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2857773Z /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-12-01T10:42:11.2858247Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2858796Z /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-12-01T10:42:11.2859272Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2859500Z ok (0.046s) 2022-12-01T10:42:11.2860107Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2860639Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2861207Z /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-12-01T10:42:11.2861685Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2862246Z /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-12-01T10:42:11.2862712Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2863276Z /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-12-01T10:42:11.2863753Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2863985Z ok (0.047s) 2022-12-01T10:42:11.2864585Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2865128Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2865690Z /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-12-01T10:42:11.2866166Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2866749Z /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-12-01T10:42:11.2867227Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2867782Z /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-12-01T10:42:11.2868298Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2868514Z ok (0.052s) 2022-12-01T10:42:11.2869137Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2869688Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2870249Z /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-12-01T10:42:11.2870721Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2870938Z ok (0.023s) 2022-12-01T10:42:11.2871564Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2872130Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2872806Z /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-12-01T10:42:11.2873290Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2873522Z ok (0.024s) 2022-12-01T10:42:11.2874142Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2874690Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2875252Z /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-12-01T10:42:11.2875734Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2875964Z ok (0.032s) 2022-12-01T10:42:11.2876191Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:42:11.2876530Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.721s) 2022-12-01T10:42:11.2876891Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.741s) 2022-12-01T10:42:11.2877217Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:42:11.2877508Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.086s) 2022-12-01T10:42:11.2877815Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.120s) 2022-12-01T10:42:11.2878131Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.116s) 2022-12-01T10:42:11.2878424Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.2878722Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2879052Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (8.013s) 2022-12-01T10:42:11.2879471Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.722s) 2022-12-01T10:42:11.2879838Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.346s) 2022-12-01T10:42:11.2880181Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (20.691s) 2022-12-01T10:42:11.2880565Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2880933Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2881309Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2881683Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2882040Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2882377Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2882723Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2883069Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2883419Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2883755Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2884098Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2884442Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2884784Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2885108Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2885441Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2885773Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2886092Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2886421Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2887505Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:42:11.2888232Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:42:11.2888477Z ok (0.003s) 2022-12-01T10:42:11.2888754Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T10:42:11.2889137Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2889503Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2889866Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2890246Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2890606Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2890965Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2891336Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2891698Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2892060Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2892462Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2892784Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2893129Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2893480Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2893827Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2894156Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2894488Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.2894813Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.2895158Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2895513Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2895878Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2896227Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2896560Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2896910Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2897253Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2897599Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2897928Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:42:11.2898264Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:42:11.2899000Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:42:11.2899572Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:42:11.2899795Z ok (0.004s) 2022-12-01T10:42:11.2900063Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2900412Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2900762Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2901127Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2901474Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2901840Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2902230Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2902605Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2902978Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2903347Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2903695Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2904278Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2904617Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2904976Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:42:11.2905336Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:42:11.2905691Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2906031Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2906370Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2906692Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.2907024Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:42:11.2907349Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:42:11.2907685Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2908003Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2921513Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2921951Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.2922337Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-12-01T10:42:11.2922745Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-12-01T10:42:11.2923135Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:42:11.2923502Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:42:11.2923870Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T10:42:11.2924223Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-12-01T10:42:11.2924571Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2924900Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2925241Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2925681Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.2926031Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2926361Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2926750Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2927084Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2927410Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2927747Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2928085Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2928422Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2928742Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2929083Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2929425Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2929764Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2930070Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2930374Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2930678Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.2930967Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.2931289Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2931627Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2931966Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2932311Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-12-01T10:42:11.2932758Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2933091Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2933409Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2933754Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2934116Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2934471Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2934815Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2935159Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.2935495Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.2935813Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2936100Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2936457Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2936800Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2937113Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2937424Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2937771Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.056s) 2022-12-01T10:42:11.2938090Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-12-01T10:42:11.2938394Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.056s) 2022-12-01T10:42:11.2938711Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-12-01T10:42:11.2939053Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2939414Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2939737Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2940051Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.2940379Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2940698Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2941018Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2941327Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2941638Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.118s) 2022-12-01T10:42:11.2941947Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.119s) 2022-12-01T10:42:11.2942268Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.118s) 2022-12-01T10:42:11.2942590Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.119s) 2022-12-01T10:42:11.2942894Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.2943208Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2943522Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.2943835Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.2944153Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T10:42:11.2944498Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2944841Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2945188Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2945539Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2945920Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2946295Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T10:42:11.2946655Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:42:11.2947008Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2947379Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2947742Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2948111Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2948545Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2948928Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2949286Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2949608Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2949926Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2950236Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2950535Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T10:42:11.2950849Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-12-01T10:42:11.2951170Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T10:42:11.2951492Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-12-01T10:42:11.2951787Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2952084Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2952390Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2952869Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2953216Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2953607Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2954004Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2954398Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2954801Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2955214Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2955585Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2955916Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2956295Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2956704Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2957112Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2957505Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2957894Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2958323Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2958716Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2959105Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2959577Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2959980Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2960381Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2960765Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2961166Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2961569Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2961957Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2962319Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2962691Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2963066Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2963430Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2963780Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2964145Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2964509Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2964895Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2965281Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2965679Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2966081Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2966472Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2966843Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2967236Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2967624Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2968008Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2968384Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2968808Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2969193Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2969556Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2969947Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2970322Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2970693Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2971045Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2971422Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2971799Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2972179Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2972624Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2973009Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2973408Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2973790Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2974162Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2974533Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2974898Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2975275Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2975632Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2976010Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2976392Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2976777Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2977145Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2977527Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2977906Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2978279Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2978639Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2979013Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2979427Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2979823Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2980249Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2980654Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2981057Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2981464Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2981858Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2982241Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2982611Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2983014Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2983423Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2983842Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2984269Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2984667Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2985021Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2985396Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2985765Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2986139Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2986505Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2986888Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2987266Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2987624Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2987988Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2988355Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2988725Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2989113Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2989569Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2990001Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2990441Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2990903Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2991344Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2991750Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2992134Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:42:11.2992646Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2993038Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:42:11.2993418Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.2993783Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2994118Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2994454Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.2994802Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2995161Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2995505Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2995866Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2996221Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2996573Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2996912Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2997268Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.2997609Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:42:11.2997926Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:42:11.2998252Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:42:11.2998574Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:42:11.2998894Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:42:11.2999196Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:42:11.2999517Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T10:42:11.2999837Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:42:11.3000172Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:42:11.3000589Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-12-01T10:42:11.3000962Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:42:11.3001317Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:42:11.3001685Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:42:11.3002028Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:42:11.3002372Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:42:11.3002709Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3003041Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3003393Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T10:42:11.3003747Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T10:42:11.3004084Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.3004385Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.3004708Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:42:11.3005041Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:42:11.3005357Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:42:11.3005683Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:42:11.3006014Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.350s) 2022-12-01T10:42:11.3006345Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.342s) 2022-12-01T10:42:11.3006667Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.344s) 2022-12-01T10:42:11.3007007Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.341s) 2022-12-01T10:42:11.3007351Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:42:11.3007697Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:42:11.3008019Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.3008350Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3008675Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3008985Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3009307Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:42:11.3009637Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:42:11.3009972Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.919s) 2022-12-01T10:42:11.3010295Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.903s) 2022-12-01T10:42:11.3010632Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.920s) 2022-12-01T10:42:11.3010972Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.907s) 2022-12-01T10:42:11.3011336Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:42:11.3011659Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:42:11.3011989Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T10:42:11.3012353Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:42:11.3012767Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T10:42:11.3013101Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:42:11.3013453Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:42:11.3013825Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:42:11.3014174Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:42:11.3014535Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:42:11.3014896Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3015261Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3015589Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3015911Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3016262Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.775s) 2022-12-01T10:42:11.3016623Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.739s) 2022-12-01T10:42:11.3017002Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.776s) 2022-12-01T10:42:11.3017383Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.751s) 2022-12-01T10:42:11.3017740Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:42:11.3018058Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:42:11.3018382Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:42:11.3018703Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:42:11.3019033Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.471s) 2022-12-01T10:42:11.3019355Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.473s) 2022-12-01T10:42:11.3019694Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.468s) 2022-12-01T10:42:11.3020029Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.465s) 2022-12-01T10:42:11.3020346Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:42:11.3020662Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:42:11.3020983Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:42:11.3021304Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.3021646Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.355s) 2022-12-01T10:42:11.3022057Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.341s) 2022-12-01T10:42:11.3022450Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.268s) 2022-12-01T10:42:11.3022851Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.257s) 2022-12-01T10:42:11.3023286Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.241s) 2022-12-01T10:42:11.3023686Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.232s) 2022-12-01T10:42:11.3024050Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.527s) 2022-12-01T10:42:11.3024386Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.508s) 2022-12-01T10:42:11.3024707Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.3025036Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3025363Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3025673Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3025995Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3026299Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3026618Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3026932Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3027255Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3027582Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3027890Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3028211Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3028536Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3028861Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3029161Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3029458Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3029753Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.3030032Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.3030318Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.3030610Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3030894Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3031165Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3031478Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3031826Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T10:42:11.3032152Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3032600Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3032950Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3033317Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3033612Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3033927Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3034275Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3034592Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:42:11.3034901Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:42:11.3035204Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3035489Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3035771Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3036077Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3036374Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3036666Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3036953Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T10:42:11.3037261Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T10:42:11.3037566Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.054s) 2022-12-01T10:42:11.3037861Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.056s) 2022-12-01T10:42:11.3038174Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.3038491Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.3038801Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3039089Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3039384Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3039676Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3039961Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3040256Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3040558Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.116s) 2022-12-01T10:42:11.3040862Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.116s) 2022-12-01T10:42:11.3041156Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.115s) 2022-12-01T10:42:11.3041458Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.116s) 2022-12-01T10:42:11.3041764Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3042053Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3042352Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3042654Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3042955Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3043242Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3043557Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3043891Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3044213Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3044571Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3044903Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3045231Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3045561Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3045851Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:42:11.3046171Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.156s) 2022-12-01T10:42:11.3046504Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.155s) 2022-12-01T10:42:11.3046856Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.156s) 2022-12-01T10:42:11.3047209Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.155s) 2022-12-01T10:42:11.3047530Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.3047812Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:42:11.3048110Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.3048404Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:42:11.3048688Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:42:11.3048996Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.089s) 2022-12-01T10:42:11.3049304Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:42:11.3049609Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:42:11.3049896Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3050185Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:42:11.3050475Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3050760Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:42:11.3051090Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.095s) 2022-12-01T10:42:11.3051440Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.096s) 2022-12-01T10:42:11.3051798Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T10:42:11.3052151Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-12-01T10:42:11.3052582Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-12-01T10:42:11.3052961Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.069s) 2022-12-01T10:42:11.3053296Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.172s) 2022-12-01T10:42:11.3053591Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.243s) 2022-12-01T10:42:11.3053912Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3054238Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3054552Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3054872Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3055178Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3055472Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3055804Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3056126Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3056445Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3056785Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3057101Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3057413Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3057732Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3058040Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3058344Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3058639Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3058915Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3059200Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3059487Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3059767Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3060035Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3060318Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3060625Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3060933Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3061254Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3061571Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3061888Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3062184Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3062494Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3062798Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3063085Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3063394Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3063713Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3064011Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3064276Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3064563Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3064856Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3065137Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3065424Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3065718Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3066017Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.3066306Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:42:11.3066609Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:42:11.3066953Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3067258Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3067563Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3067887Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3068175Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3068447Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3068734Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3069026Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3069311Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:42:11.3069611Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:42:11.3069913Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:42:11.3070214Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:42:11.3070503Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3070803Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3071100Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3071387Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3071680Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3071973Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3072283Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3072727Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3073063Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3073391Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3073708Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3074029Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3074335Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3074623Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3074926Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:42:11.3075279Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:42:11.3075628Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:42:11.3075960Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:42:11.3076280Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3076578Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3076864Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3077132Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:42:11.3077427Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:42:11.3077726Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3078015Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:42:11.3078366Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3078663Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3078947Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3079268Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3079558Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:42:11.3079877Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:42:11.3080210Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:42:11.3080562Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:42:11.3080926Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:42:11.3081286Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:42:11.3081637Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:42:11.3081970Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.060s) 2022-12-01T10:42:11.3082276Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.062s) 2022-12-01T10:42:11.3082445Z 2022-12-01T10:42:11.3082714Z ---------------------------------------------------------------------- 2022-12-01T10:42:11.3082944Z Ran 918 tests in 130.004s 2022-12-01T10:42:11.3083060Z 2022-12-01T10:42:11.3083156Z OK (skipped=214, expected failures=17) 2022-12-01T10:42:11.3083288Z 2022-12-01T10:42:11.3083371Z Generating XML reports... 2022-12-01T10:42:11.3083763Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201104000.xml 2022-12-01T10:42:11.3083990Z 2022-12-01T10:42:11.3084361Z ##[endgroup] 2022-12-01T10:42:11.3084738Z FINISHED PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_cs9t9skr) 2022-12-01T10:42:11.3084951Z 2022-12-01T10:42:11.3085092Z Running test_linalg ... [2022-12-01 10:42:11.261954] 2022-12-01T10:42:11.3085552Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:42:11.262276] 2022-12-01T10:43:57.8741775Z 2022-12-01T10:43:57.8742215Z Expand the folded group to see the log file of test_linalg 2022-12-01T10:43:57.8743150Z ##[group]PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_ksbmx4f3) 2022-12-01T10:43:57.8758276Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-12-01T10:43:57.8787039Z 2022-12-01T10:43:57.8787263Z Running tests... 2022-12-01T10:43:57.8787689Z ---------------------------------------------------------------------- 2022-12-01T10:43:57.8788026Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.495s) 2022-12-01T10:43:57.8789062Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.387s) 2022-12-01T10:43:57.8789540Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.408s) 2022-12-01T10:43:57.8789926Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.346s) 2022-12-01T10:43:57.8790462Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.328s) 2022-12-01T10:43:57.8790955Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8791423Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8791821Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8792436Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:57.8793111Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8793912Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8794252Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8794560Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8795072Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8795595Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.231s) 2022-12-01T10:43:57.8795935Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.228s) 2022-12-01T10:43:57.8796201Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:43:57.8796481Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8796773Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8797047Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8797305Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8797614Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:43:57.8797957Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:43:57.8798254Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.8798548Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.8798868Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8799188Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8799489Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:43:57.8799800Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8800114Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8800397Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8800687Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8800974Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8806045Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8806509Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8807021Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.351s) 2022-12-01T10:43:57.8811736Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.203s) 2022-12-01T10:43:57.8812158Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.505s) 2022-12-01T10:43:57.8812547Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.519s) 2022-12-01T10:43:57.8812843Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.230s) 2022-12-01T10:43:57.8813126Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.194s) 2022-12-01T10:43:57.8813412Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8813731Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8814052Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8814352Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8814654Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8814954Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8815256Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8815538Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8815909Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8816213Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8816533Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8817315Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... test_linalg.py:4699: 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-12-01T10:43:57.8818067Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T10:43:57.8818291Z ok (0.006s) 2022-12-01T10:43:57.8818955Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:4674: 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-12-01T10:43:57.8819650Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T10:43:57.8819873Z ok (0.003s) 2022-12-01T10:43:57.8820107Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8820389Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8820689Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8820977Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8821247Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8825403Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:5761: 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-12-01T10:43:57.8826327Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8827364Z test_linalg.py:5761: 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-12-01T10:43:57.8828318Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8829341Z test_linalg.py:5761: 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-12-01T10:43:57.8830307Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8831400Z test_linalg.py:5761: 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-12-01T10:43:57.8832408Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8833704Z test_linalg.py:5761: 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-12-01T10:43:57.8834478Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8835131Z test_linalg.py:5761: 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-12-01T10:43:57.8835714Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8836342Z test_linalg.py:5761: 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-12-01T10:43:57.8836907Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8837538Z test_linalg.py:5761: 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-12-01T10:43:57.8838133Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8838769Z test_linalg.py:5761: 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-12-01T10:43:57.8839351Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8839982Z test_linalg.py:5761: 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-12-01T10:43:57.8840566Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8841261Z test_linalg.py:5761: 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-12-01T10:43:57.8841895Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8842526Z test_linalg.py:5761: 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-12-01T10:43:57.8843117Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8843753Z test_linalg.py:5761: 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-12-01T10:43:57.8844343Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8844954Z test_linalg.py:5761: 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-12-01T10:43:57.8845548Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:43:57.8845730Z ok (0.814s) 2022-12-01T10:43:57.8845956Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.850s) 2022-12-01T10:43:57.8846221Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.880s) 2022-12-01T10:43:57.8846492Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.734s) 2022-12-01T10:43:57.8846758Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.681s) 2022-12-01T10:43:57.8847490Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... test_linalg.py:6878: 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-12-01T10:43:57.8848133Z torch.matmul(l, r, out=out) 2022-12-01T10:43:57.8848764Z test_linalg.py:6878: 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-12-01T10:43:57.8849353Z torch.matmul(l, r, out=out) 2022-12-01T10:43:57.8849534Z ok (0.015s) 2022-12-01T10:43:57.8849769Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8850804Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1580: 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:971.) 2022-12-01T10:43:57.8851502Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-12-01T10:43:57.8851757Z ok (0.006s) 2022-12-01T10:43:57.8851988Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.8852266Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8852647Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8852930Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8853237Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:43:57.8853556Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T10:43:57.8853887Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T10:43:57.8854215Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T10:43:57.8854507Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8854803Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:43:57.8855095Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:43:57.8855382Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8855664Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8855969Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8856274Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8856572Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8856858Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.8857155Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.8857449Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.8857744Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.8858052Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8858404Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8858745Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8859066Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8859407Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.8859763Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.8860415Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.8860742Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:43:57.8861215Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:2507: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:43:57.8861604Z L = torch.cholesky(A) 2022-12-01T10:43:57.8861798Z should be replaced with 2022-12-01T10:43:57.8861987Z L = torch.linalg.cholesky(A) 2022-12-01T10:43:57.8862172Z and 2022-12-01T10:43:57.8862351Z U = torch.cholesky(A, upper=True) 2022-12-01T10:43:57.8862539Z should be replaced with 2022-12-01T10:43:57.8862792Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:43:57.8863205Z 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-12-01T10:43:57.8863590Z L = torch.cholesky(A, upper=upper) 2022-12-01T10:43:57.8863811Z ok (0.006s) 2022-12-01T10:43:57.8864058Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:43:57.8864358Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8864667Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8865063Z 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-12-01T10:43:57.8865533Z 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-12-01T10:43:57.8865980Z 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-12-01T10:43:57.8866425Z 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-12-01T10:43:57.8866791Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8867096Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8867379Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8867664Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8867979Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8868329Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8868657Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8868993Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8869302Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-12-01T10:43:57.8869567Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T10:43:57.8869838Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T10:43:57.8870103Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:43:57.8870398Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T10:43:57.8870704Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T10:43:57.8871020Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T10:43:57.8871331Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T10:43:57.8871701Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.553s) 2022-12-01T10:43:57.8872242Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.751s) 2022-12-01T10:43:57.8872835Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.614s) 2022-12-01T10:43:57.8873461Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.492s) 2022-12-01T10:43:57.8873789Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.587s) 2022-12-01T10:43:57.8874112Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (1.333s) 2022-12-01T10:43:57.8874430Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.919s) 2022-12-01T10:43:57.8874817Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.876s) 2022-12-01T10:43:57.8875146Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (1.582s) 2022-12-01T10:43:57.8875462Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.605s) 2022-12-01T10:43:57.8875802Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:43:57.8876064Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8876359Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8876674Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8877003Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8877363Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8877719Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8878070Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8878418Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8878765Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8879114Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8879468Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8879810Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:43:57.8880119Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:43:57.8880389Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.8880681Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T10:43:57.8881114Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:6479: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:43:57.8881634Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:43:57.8881884Z Q, R = torch.qr(A, some) 2022-12-01T10:43:57.8882062Z should be replaced with 2022-12-01T10:43:57.8882673Z 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-12-01T10:43:57.8883015Z q, _ = torch.qr(mat) 2022-12-01T10:43:57.8883192Z ok (1.010s) 2022-12-01T10:43:57.8883405Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:43:57.8883693Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8883983Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8884260Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8884621Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:57.8885013Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8885371Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8885713Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8886105Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8886467Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:43:57.8886802Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:43:57.8887149Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:43:57.8887508Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:43:57.8887805Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8888076Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8888357Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8888642Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8888920Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8889206Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8889490Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8889771Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8890036Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:43:57.8890308Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8890574Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8890859Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:43:57.8891178Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T10:43:57.8891492Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T10:43:57.8891806Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T10:43:57.8892099Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8892394Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8892772Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8893049Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8893381Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:57.8893745Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:57.8894103Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:57.8894443Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:57.8894777Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8895105Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8895412Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8895728Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8896035Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:43:57.8896327Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.8896600Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8896886Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8897168Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8897472Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8897958Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1043: 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-12-01T10:43:57.8898433Z out = torch.empty_like(t).to(real_dtype) 2022-12-01T10:43:57.8898630Z ok (0.025s) 2022-12-01T10:43:57.8898865Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:43:57.8899189Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:43:57.8899509Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:43:57.8899799Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.8900081Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:43:57.8900354Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:43:57.8900632Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.043s) 2022-12-01T10:43:57.8900907Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (3.314s) 2022-12-01T10:43:57.8901197Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (2.822s) 2022-12-01T10:43:57.8901495Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.8901793Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8902084Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:43:57.8902363Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:43:57.8902636Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8902890Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8903186Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8903498Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8903793Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.8904097Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.8904415Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:43:57.8904721Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8904976Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8905270Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T10:43:57.8905585Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T10:43:57.8905886Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T10:43:57.8906193Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-12-01T10:43:57.8906494Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8906806Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8907095Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8907388Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8907679Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8907960Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8908251Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8908568Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8908899Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:43:57.8909209Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-12-01T10:43:57.8909494Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-12-01T10:43:57.8909802Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-12-01T10:43:57.8910066Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-12-01T10:43:57.8910352Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:43:57.8910651Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:43:57.8910945Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:43:57.8911218Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:43:57.8911523Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.241s) 2022-12-01T10:43:57.8911835Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.612s) 2022-12-01T10:43:57.8912127Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.283s) 2022-12-01T10:43:57.8912428Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.457s) 2022-12-01T10:43:57.8912950Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:43:57.8913387Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:57.8913803Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:57.8914226Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:57.8914570Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8914845Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8915105Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.8915371Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:43:57.8915652Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8915927Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8916211Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8916491Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8917239Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1118: 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-12-01T10:43:57.8917892Z torch.kron(a, b, out=out) 2022-12-01T10:43:57.8918058Z ok (0.006s) 2022-12-01T10:43:57.8918795Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:1118: 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-12-01T10:43:57.8919450Z torch.kron(a, b, out=out) 2022-12-01T10:43:57.8919629Z ok (0.006s) 2022-12-01T10:43:57.8920295Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:1118: 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-12-01T10:43:57.8920986Z torch.kron(a, b, out=out) 2022-12-01T10:43:57.8921174Z ok (0.006s) 2022-12-01T10:43:57.8921849Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:1118: 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-12-01T10:43:57.8922503Z torch.kron(a, b, out=out) 2022-12-01T10:43:57.8922666Z ok (0.006s) 2022-12-01T10:43:57.8922885Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8923224Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7312: ComplexWarning: scipy.linalg.ldl(): 2022-12-01T10:43:57.8923624Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-12-01T10:43:57.8923948Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-12-01T10:43:57.8924161Z ok (0.043s) 2022-12-01T10:43:57.8924392Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.8924667Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8924946Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.8925231Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:43:57.8925502Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:43:57.8925781Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8926055Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8926334Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8926609Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8926920Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8927255Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8927577Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-12-01T10:43:57.8927912Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T10:43:57.8928246Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:43:57.8928571Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:43:57.8928861Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.519s) 2022-12-01T10:43:57.8929150Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.570s) 2022-12-01T10:43:57.8929435Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.447s) 2022-12-01T10:43:57.8929710Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.383s) 2022-12-01T10:43:57.8930054Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T10:43:57.8930377Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:43:57.8930690Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:43:57.8931017Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:43:57.8931328Z test_linalg_lu_cpu_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T10:43:57.8931638Z test_linalg_lu_cpu_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T10:43:57.8931929Z test_linalg_lu_cpu_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T10:43:57.8932226Z test_linalg_lu_cpu_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T10:43:57.8933024Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: 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-12-01T10:43:57.8933485Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:43:57.8933682Z should be replaced with 2022-12-01T10:43:57.8933918Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:43:57.8934124Z and 2022-12-01T10:43:57.8934322Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:43:57.8934546Z should be replaced with 2022-12-01T10:43:57.8934908Z 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-12-01T10:43:57.8935306Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:43:57.8935520Z ok (0.337s) 2022-12-01T10:43:57.8935755Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.343s) 2022-12-01T10:43:57.8936054Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.298s) 2022-12-01T10:43:57.8936336Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.454s) 2022-12-01T10:43:57.8936630Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:43:57.8936930Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:43:57.8937225Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8937499Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8937873Z 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-12-01T10:43:57.8938317Z 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-12-01T10:43:57.8938746Z 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-12-01T10:43:57.8939178Z 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-12-01T10:43:57.8939545Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:43:57.8939855Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8940167Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8940501Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8940829Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8941218Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8941542Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-12-01T10:43:57.8941894Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T10:43:57.8942262Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-12-01T10:43:57.8942597Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T10:43:57.8942913Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8943231Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8943544Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8943864Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.8944256Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:43:57.8944608Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:43:57.8944953Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8945283Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.8945606Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.703s) 2022-12-01T10:43:57.8945921Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.724s) 2022-12-01T10:43:57.8946222Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.348s) 2022-12-01T10:43:57.8946532Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.325s) 2022-12-01T10:43:57.8946876Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:43:57.8947248Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8947603Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8947959Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8948291Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8948734Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:5120: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:43:57.8949210Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:43:57.8949530Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:43:57.8949736Z should be replaced with 2022-12-01T10:43:57.8950030Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:43:57.8950241Z and 2022-12-01T10:43:57.8950426Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:43:57.8950624Z should be replaced with 2022-12-01T10:43:57.8951086Z 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-12-01T10:43:57.8951421Z e = torch.symeig(A)[0] 2022-12-01T10:43:57.8951600Z ok (0.772s) 2022-12-01T10:43:57.8951819Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (6.215s) 2022-12-01T10:43:57.8952093Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.8952384Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-12-01T10:43:57.8952807Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T10:43:57.8953208Z ------------------------------------------------------- 2022-12-01T10:43:57.8953453Z | standard | generalized | method 2022-12-01T10:43:57.8953669Z torch.lobpcg | 188.76 | 211.05 | ortho 2022-12-01T10:43:57.8953888Z scipy_lobpcg | 133.17 | 139.79 | N/A 2022-12-01T10:43:57.8954218Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-12-01T10:43:57.8954422Z 2022-12-01T10:43:57.8954710Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T10:43:57.8955096Z ---------------------------------------------------------------------------- 2022-12-01T10:43:57.8955380Z | standard | generalized | niter | method 2022-12-01T10:43:57.8955668Z torch.lobpcg | 1.45e-13 | 8.28e-15 | 1000 | ortho 2022-12-01T10:43:57.8955952Z scipy_lobpcg | 2.66e-09 | 1.14e-07 | 1002 | N/A 2022-12-01T10:43:57.8956281Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-12-01T10:43:57.8956456Z 2022-12-01T10:43:57.8956512Z ok (17.243s) 2022-12-01T10:43:57.8956754Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.848s) 2022-12-01T10:43:57.8957060Z test_lstsq_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8957522Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:6975: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:43:57.8957947Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:43:57.8958187Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:43:57.8958385Z should be replaced with 2022-12-01T10:43:57.8958717Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:43:57.8959060Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-12-01T10:43:57.8959258Z ok (0.005s) 2022-12-01T10:43:57.8959516Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8959829Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.8960164Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.8960477Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8960764Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8961055Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8961350Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8961728Z 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-12-01T10:43:57.8962171Z 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-12-01T10:43:57.8962620Z 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-12-01T10:43:57.8963063Z 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-12-01T10:43:57.8963521Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8963793Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8964075Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8964350Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8964657Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8965059Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8965413Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8965764Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8966107Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:43:57.8966410Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8967178Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4309: 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-12-01T10:43:57.8967849Z ans = torch.matmul(x, y, out=out) 2022-12-01T10:43:57.8968494Z test_linalg.py:4309: 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-12-01T10:43:57.8969098Z ans = torch.matmul(x, y, out=out) 2022-12-01T10:43:57.8969725Z test_linalg.py:4309: 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-12-01T10:43:57.8970323Z ans = torch.matmul(x, y, out=out) 2022-12-01T10:43:57.8970508Z ok (0.472s) 2022-12-01T10:43:57.8970752Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.397s) 2022-12-01T10:43:57.8971060Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.245s) 2022-12-01T10:43:57.8971378Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.912s) 2022-12-01T10:43:57.8971696Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.596s) 2022-12-01T10:43:57.8971993Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.038s) 2022-12-01T10:43:57.8972312Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.188s) 2022-12-01T10:43:57.8972692Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.820s) 2022-12-01T10:43:57.8973004Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.107s) 2022-12-01T10:43:57.8973288Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8973574Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:43:57.8973875Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8974172Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.8974484Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.8974801Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:43:57.8975140Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8975429Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.8975721Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.8976015Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:43:57.8976328Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8976631Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8976931Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8977224Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8977506Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.8977799Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.8978087Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8978358Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.8978638Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.8978935Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.8979234Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.8979517Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.8979807Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8980125Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.8980455Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.8980796Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8981125Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8981436Z test_matrix_rank_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.8981717Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.8982065Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:43:57.8982464Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:43:57.8982857Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:43:57.8983226Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:43:57.8983605Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:43:57.8983987Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:43:57.8984321Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.8984592Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.8984881Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:43:57.8985173Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:43:57.8985451Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:43:57.8985738Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.8986048Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-12-01T10:43:57.8986324Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:43:57.8986609Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-12-01T10:43:57.8986891Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:43:57.8987203Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-12-01T10:43:57.8987471Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:43:57.8987748Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.157s) 2022-12-01T10:43:57.8988034Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.154s) 2022-12-01T10:43:57.8988576Z 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-12-01T10:43:57.8988912Z ret **= (1 / ord) 2022-12-01T10:43:57.8989307Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T10:43:57.8989595Z absx **= ord 2022-12-01T10:43:57.8989966Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:43:57.8990255Z absx **= ord 2022-12-01T10:43:57.8990420Z ok (0.039s) 2022-12-01T10:43:57.8990631Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8990925Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.093s) 2022-12-01T10:43:57.8991265Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:57.8991619Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8991921Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.170s) 2022-12-01T10:43:57.8992205Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.177s) 2022-12-01T10:43:57.8992627Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.534s) 2022-12-01T10:43:57.8992955Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.536s) 2022-12-01T10:43:57.8993282Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.539s) 2022-12-01T10:43:57.8993603Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.538s) 2022-12-01T10:43:57.8993895Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.043s) 2022-12-01T10:43:57.8994166Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.8994461Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-12-01T10:43:57.8994744Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.439s) 2022-12-01T10:43:57.8995045Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.205s) 2022-12-01T10:43:57.8995376Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.205s) 2022-12-01T10:43:57.8995698Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.205s) 2022-12-01T10:43:57.8996020Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.205s) 2022-12-01T10:43:57.8996329Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (0.701s) 2022-12-01T10:43:57.8996641Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:43:57.8996937Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.8997217Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.8997516Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8997887Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.8998195Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.8998483Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.8998866Z 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-12-01T10:43:57.8999313Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.8999665Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.9000025Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.9000382Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.9000703Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9000985Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9001272Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9001558Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9001853Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9002143Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9002448Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9002743Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9003015Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-12-01T10:43:57.9003297Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-12-01T10:43:57.9003570Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-12-01T10:43:57.9003825Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T10:43:57.9004118Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:43:57.9004440Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:43:57.9004751Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:43:57.9005050Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:43:57.9005580Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:133: 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:1136.) 2022-12-01T10:43:57.9006030Z torch.ger(a, b, out=out) 2022-12-01T10:43:57.9006208Z ok (0.007s) 2022-12-01T10:43:57.9006407Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9006683Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.9006965Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.9007228Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.9007496Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:43:57.9007764Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:43:57.9008016Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.9008278Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9008531Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9008789Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9009084Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9009369Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:43:57.9009694Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9010032Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9010359Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9010688Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9011009Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9011314Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9011626Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9011951Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9012254Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9012632Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9012948Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9013260Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9013562Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9013872Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9014187Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9014495Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9014809Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9015120Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9015426Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9015720Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9016027Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9016334Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9016641Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9016933Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9017254Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9017577Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9017894Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9018222Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9018548Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9018866Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9019171Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9019486Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9019798Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9020132Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9020453Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9020762Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9034880Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9035226Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9035560Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9035887Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9036218Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9036549Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9036852Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9037175Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9037498Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9037818Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9038126Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9038443Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9038760Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9039060Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9039383Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9039706Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9040022Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9040324Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9040635Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9040946Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9041245Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9041554Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9041861Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9042172Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9042472Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9042786Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9043107Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9043431Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9043736Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9044053Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9044366Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9044782Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9045096Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9045406Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9045714Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9046052Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9046367Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9046681Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9046986Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9047308Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9047628Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9047943Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9048243Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9048556Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9048867Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9049162Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9049470Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9049779Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9050089Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9050390Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9050702Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9051020Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9051333Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9051629Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9051940Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9052248Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9052641Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9052947Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9053252Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9053556Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9053849Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9054160Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9054472Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9054778Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9055089Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9055398Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9055705Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9056037Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9056344Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9056646Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9056966Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9057269Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9057578Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9057887Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9058185Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9058503Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9058818Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9059113Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9059426Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9059736Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9060036Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9060322Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9060628Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9060928Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9061221Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9061531Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9061843Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9062159Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9062462Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9062766Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9063069Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9063357Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9063658Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9063960Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9064264Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9064552Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9064859Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9065167Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9065477Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9065782Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9066097Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9066403Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9066728Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9067038Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9067342Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9067642Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9067962Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9068269Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9068555Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.210s) 2022-12-01T10:43:57.9068816Z test_permute_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.9069090Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.128s) 2022-12-01T10:43:57.9069366Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.145s) 2022-12-01T10:43:57.9069624Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.114s) 2022-12-01T10:43:57.9069892Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.109s) 2022-12-01T10:43:57.9070183Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:43:57.9070500Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.9070804Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.9071109Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:43:57.9071407Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.9071679Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.9071959Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9072235Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9072691Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:57.9072990Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.9073291Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-12-01T10:43:57.9073590Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.9073873Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-12-01T10:43:57.9074160Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.9074450Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-12-01T10:43:57.9074732Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.9075004Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-12-01T10:43:57.9075435Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3540: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:43:57.9075948Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:43:57.9076185Z Q, R = torch.qr(A, some) 2022-12-01T10:43:57.9076374Z should be replaced with 2022-12-01T10:43:57.9076852Z 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-12-01T10:43:57.9077210Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-12-01T10:43:57.9077393Z ok (0.042s) 2022-12-01T10:43:57.9077613Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-12-01T10:43:57.9077883Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-12-01T10:43:57.9078133Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:43:57.9078404Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.9078742Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.9078994Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-12-01T10:43:57.9079258Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.9079519Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-12-01T10:43:57.9079821Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.9080063Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-12-01T10:43:57.9080318Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:43:57.9080569Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-12-01T10:43:57.9080812Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.9081073Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9081345Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T10:43:57.9081622Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-12-01T10:43:57.9081899Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-12-01T10:43:57.9082172Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-12-01T10:43:57.9082475Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.9082792Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:43:57.9083113Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:43:57.9083431Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:43:57.9083741Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.9084069Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.9084393Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9084713Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9084999Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:43:57.9085284Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T10:43:57.9085621Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-12-01T10:43:57.9085880Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T10:43:57.9086153Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9086440Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9086725Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9086989Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.140s) 2022-12-01T10:43:57.9087261Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.144s) 2022-12-01T10:43:57.9087529Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.126s) 2022-12-01T10:43:57.9087781Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.121s) 2022-12-01T10:43:57.9088051Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.319s) 2022-12-01T10:43:57.9088353Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.413s) 2022-12-01T10:43:57.9088656Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.200s) 2022-12-01T10:43:57.9088965Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.120s) 2022-12-01T10:43:57.9089268Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.139s) 2022-12-01T10:43:57.9089566Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:43:57.9089846Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:43:57.9090192Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:43:57.9090478Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:43:57.9090897Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7012: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:43:57.9091425Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:43:57.9091742Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:43:57.9091947Z should be replaced with 2022-12-01T10:43:57.9092235Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:43:57.9092535Z and 2022-12-01T10:43:57.9092725Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:43:57.9092920Z should be replaced with 2022-12-01T10:43:57.9093392Z 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-12-01T10:43:57.9093794Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:43:57.9094484Z test_linalg.py:7012: 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-12-01T10:43:57.9095143Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:43:57.9095818Z test_linalg.py:7012: 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-12-01T10:43:57.9096638Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:43:57.9097341Z test_linalg.py:7012: 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-12-01T10:43:57.9097998Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:43:57.9098698Z test_linalg.py:7012: 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-12-01T10:43:57.9099365Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:43:57.9099586Z ok (0.029s) 2022-12-01T10:43:57.9099813Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:43:57.9100096Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:43:57.9100355Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:43:57.9100657Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9101033Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9101363Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9101671Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9101999Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9102278Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.9102551Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.9102836Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.9103116Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:43:57.9103407Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9103693Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9103989Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9104279Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9104576Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.9104908Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:43:57.9105236Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.9105557Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.9105865Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.9106189Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.9106510Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.9106808Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:43:57.9107171Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:43:57.9107468Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9107759Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9108030Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:43:57.9108327Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9108636Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9108922Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9109217Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:43:57.9109528Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:43:57.9110031Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:4234: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:43:57.9110537Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:43:57.9110836Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:43:57.9111049Z should be replaced with 2022-12-01T10:43:57.9111388Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:43:57.9111795Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-12-01T10:43:57.9112058Z ok (0.024s) 2022-12-01T10:43:57.9112363Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:43:57.9112855Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.9113204Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:43:57.9113603Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.9113928Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:43:57.9114233Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9114546Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9114950Z 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-12-01T10:43:57.9115422Z 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-12-01T10:43:57.9115872Z 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-12-01T10:43:57.9116331Z 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-12-01T10:43:57.9116707Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.9117011Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:43:57.9117297Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.9117635Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:43:57.9118025Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:43:57.9118367Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.9118716Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.9119063Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:43:57.9119377Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:43:57.9119651Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:43:57.9119940Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:43:57.9120226Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.161s) 2022-12-01T10:43:57.9120505Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.769s) 2022-12-01T10:43:57.9120798Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.177s) 2022-12-01T10:43:57.9121083Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (1.172s) 2022-12-01T10:43:57.9121365Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.159s) 2022-12-01T10:43:57.9121634Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.757s) 2022-12-01T10:43:57.9121925Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:43:57.9122504Z 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-12-01T10:43:57.9122832Z ret **= (1 / ord) 2022-12-01T10:43:57.9123227Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T10:43:57.9123518Z absx **= ord 2022-12-01T10:43:57.9123944Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:43:57.9124217Z absx **= ord 2022-12-01T10:43:57.9124383Z ok (0.018s) 2022-12-01T10:43:57.9124488Z 2022-12-01T10:43:57.9124690Z ---------------------------------------------------------------------- 2022-12-01T10:43:57.9124921Z Ran 741 tests in 104.996s 2022-12-01T10:43:57.9125061Z 2022-12-01T10:43:57.9125133Z OK (skipped=62) 2022-12-01T10:43:57.9125241Z 2022-12-01T10:43:57.9125325Z Generating XML reports... 2022-12-01T10:43:57.9125705Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221201104212.xml 2022-12-01T10:43:57.9125926Z 2022-12-01T10:43:57.9126262Z ##[endgroup] 2022-12-01T10:43:57.9126631Z FINISHED PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_ksbmx4f3) 2022-12-01T10:43:57.9126838Z 2022-12-01T10:43:57.9127000Z Running test_tensorexpr ... [2022-12-01 10:43:57.875653] 2022-12-01T10:43:57.9127461Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:43:57.875976] 2022-12-01T10:44:43.7052135Z 2022-12-01T10:44:43.7052728Z Expand the folded group to see the log file of test_tensorexpr 2022-12-01T10:44:43.7053660Z ##[group]PRINTING LOG FILE of test_tensorexpr (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_9rroswnk) 2022-12-01T10:44:43.7054553Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-12-01T10:44:43.7054834Z 2022-12-01T10:44:43.7054915Z Running tests... 2022-12-01T10:44:43.7056892Z ---------------------------------------------------------------------- 2022-12-01T10:44:43.7057475Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.271s) 2022-12-01T10:44:43.7057800Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:44:43.7058110Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-12-01T10:44:43.7058535Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-12-01T10:44:43.7091926Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.129s) 2022-12-01T10:44:43.7092429Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-12-01T10:44:43.7092827Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-12-01T10:44:43.7093122Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (1.490s) 2022-12-01T10:44:43.7093393Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.167s) 2022-12-01T10:44:43.7093839Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-12-01T10:44:43.7094265Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.152s) 2022-12-01T10:44:43.7094711Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-12-01T10:44:43.7095249Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-12-01T10:44:43.7095761Z test_cat (__main__.TestTensorExprFuser) ... ok (3.274s) 2022-12-01T10:44:43.7096108Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.117s) 2022-12-01T10:44:43.7096394Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.070s) 2022-12-01T10:44:43.7096741Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-12-01T10:44:43.7097102Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.131s) 2022-12-01T10:44:43.7097476Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-12-01T10:44:43.7097839Z test_char (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:44:43.7098106Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.205s) 2022-12-01T10:44:43.7098376Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-12-01T10:44:43.7098669Z test_constant (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:44:43.7099155Z test_double (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-12-01T10:44:43.7099827Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-12-01T10:44:43.7100373Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-12-01T10:44:43.7100686Z test_easy (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:44:43.7100949Z test_eq (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T10:44:43.7101407Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-12-01T10:44:43.7101676Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-12-01T10:44:43.7101945Z test_ge (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T10:44:43.7102284Z test_gt (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-12-01T10:44:43.7102624Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:44:43.7102929Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.001s) 2022-12-01T10:44:43.7103211Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-12-01T10:44:43.7103499Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:44:43.7103771Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:44:43.7104039Z test_le (__main__.TestTensorExprFuser) ... ok (0.067s) 2022-12-01T10:44:43.7104326Z test_loop (__main__.TestTensorExprFuser) ... ok (0.079s) 2022-12-01T10:44:43.7104593Z test_lt (__main__.TestTensorExprFuser) ... ok (0.067s) 2022-12-01T10:44:43.7104840Z test_mask (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-12-01T10:44:43.7105105Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-12-01T10:44:43.7105389Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:44:43.7105673Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-12-01T10:44:43.7105974Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-12-01T10:44:43.7106284Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-12-01T10:44:43.7106565Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.053s) 2022-12-01T10:44:43.7106846Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-12-01T10:44:43.7107136Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.184s) 2022-12-01T10:44:43.7107415Z test_nans (__main__.TestTensorExprFuser) ... ok (0.103s) 2022-12-01T10:44:43.7107663Z test_ne (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T10:44:43.7107933Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-12-01T10:44:43.7108230Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (31.207s) 2022-12-01T10:44:43.7108513Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.067s) 2022-12-01T10:44:43.7108787Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-12-01T10:44:43.7109055Z test_relu (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:44:43.7109323Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.285s) 2022-12-01T10:44:43.7109585Z test_reps (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-12-01T10:44:43.7109853Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.114s) 2022-12-01T10:44:43.7110119Z test_short (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:44:43.7110377Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-12-01T10:44:43.7110655Z test_slice (__main__.TestTensorExprFuser) ... ok (0.060s) 2022-12-01T10:44:43.7110931Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.109s) 2022-12-01T10:44:43.7111202Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.667s) 2022-12-01T10:44:43.7111582Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:44:43.7111905Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.113s) 2022-12-01T10:44:43.7112198Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:44:43.7112691Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-12-01T10:44:43.7113098Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.164s) 2022-12-01T10:44:43.7113586Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (3.239s) 2022-12-01T10:44:43.7114003Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.063s) 2022-12-01T10:44:43.7114348Z test_where (__main__.TestTensorExprFuser) ... ok (0.162s) 2022-12-01T10:44:43.7114499Z 2022-12-01T10:44:43.7114763Z ---------------------------------------------------------------------- 2022-12-01T10:44:43.7115001Z Ran 72 tests in 44.288s 2022-12-01T10:44:43.7115116Z 2022-12-01T10:44:43.7115189Z OK (skipped=4) 2022-12-01T10:44:43.7115298Z 2022-12-01T10:44:43.7115384Z Generating XML reports... 2022-12-01T10:44:43.7115824Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20221201104358.xml 2022-12-01T10:44:43.7116069Z 2022-12-01T10:44:43.7116420Z ##[endgroup] 2022-12-01T10:44:43.7116814Z FINISHED PRINTING LOG FILE of test_tensorexpr (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_9rroswnk) 2022-12-01T10:44:43.7117038Z 2022-12-01T10:44:43.7117243Z Running distributions/test_distributions ... [2022-12-01 10:44:43.705522] 2022-12-01T10:44:43.7117765Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:44:43.705939] 2022-12-01T10:45:25.4655703Z 2022-12-01T10:45:25.4656297Z Expand the folded group to see the log file of distributions/test_distributions 2022-12-01T10:45:25.4657310Z ##[group]PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_d8injso5) 2022-12-01T10:45:25.4659907Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-12-01T10:45:25.4660158Z 2022-12-01T10:45:25.4660221Z Running tests... 2022-12-01T10:45:25.4660598Z ---------------------------------------------------------------------- 2022-12-01T10:45:25.4661147Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4661556Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4661751Z ok (0.038s) 2022-12-01T10:45:25.4661985Z test_icdf (__main__.TestAgainstScipy) ... ok (0.022s) 2022-12-01T10:45:25.4664153Z test_mean (__main__.TestAgainstScipy) ... ok (1.096s) 2022-12-01T10:45:25.4665969Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:45:25.4667020Z return torch.as_tensor(tensor_like) 2022-12-01T10:45:25.4667306Z ok (0.033s) 2022-12-01T10:45:25.4667528Z test_params_constraints (__main__.TestConstraints) ... ok (0.051s) 2022-12-01T10:45:25.4667830Z test_support_constraints (__main__.TestConstraints) ... ok (0.070s) 2022-12-01T10:45:25.4668196Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4668521Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4671292Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4671861Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:45:25.4672314Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4672832Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4673318Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:45:25.4673649Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4673983Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4674368Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4674670Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4697441Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:45:25.4703759Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:45:25.4704222Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4704800Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.022s) 2022-12-01T10:45:25.4705451Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4709895Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4710219Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4710555Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4710889Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4711231Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4711551Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4711883Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4712219Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4712716Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4713057Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4713389Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4713720Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4714023Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:45:25.4714345Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4714674Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4714991Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-12-01T10:45:25.4715321Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4715654Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4715983Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4716295Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4716626Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4716951Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4717276Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:45:25.4717588Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:45:25.4717910Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:45:25.4718237Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:45:25.4718652Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.019s) 2022-12-01T10:45:25.4718949Z test_bernoulli (__main__.TestDistributions) ... ok (0.055s) 2022-12-01T10:45:25.4719220Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4719503Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4719855Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.061s) 2022-12-01T10:45:25.4720130Z test_beta_sample (__main__.TestDistributions) ... ok (0.342s) 2022-12-01T10:45:25.4720402Z test_beta_shape (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:45:25.4720664Z test_beta_underflow (__main__.TestDistributions) ... ok (0.022s) 2022-12-01T10:45:25.4720971Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:45:25.4721267Z test_binomial (__main__.TestDistributions) ... ok (0.022s) 2022-12-01T10:45:25.4721547Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4721854Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:45:25.4722161Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.050s) 2022-12-01T10:45:25.4722479Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:45:25.4722770Z test_binomial_sample (__main__.TestDistributions) ... ok (0.045s) 2022-12-01T10:45:25.4723055Z test_binomial_stable (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4723346Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.050s) 2022-12-01T10:45:25.4723623Z test_categorical_1d (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:45:25.4723901Z test_categorical_2d (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T10:45:25.4724201Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4724490Z test_cauchy (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T10:45:25.4725073Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4725446Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4725656Z ok (0.192s) 2022-12-01T10:45:25.4725867Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.078s) 2022-12-01T10:45:25.4726141Z test_chi2_sample (__main__.TestDistributions) ... ok (0.096s) 2022-12-01T10:45:25.4726415Z test_chi2_shape (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:45:25.4726685Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.013s) 2022-12-01T10:45:25.4726983Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4727278Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:45:25.4727566Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4727837Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.035s) 2022-12-01T10:45:25.4728119Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4728648Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4729014Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4729220Z ok (0.554s) 2022-12-01T10:45:25.4729463Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.143s) 2022-12-01T10:45:25.4729770Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.025s) 2022-12-01T10:45:25.4730043Z test_exponential (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:45:25.4730327Z test_exponential_sample (__main__.TestDistributions) ... ok (0.093s) 2022-12-01T10:45:25.4730649Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:45:25.4730931Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.810s) 2022-12-01T10:45:25.4731244Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:45:25.4731565Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-12-01T10:45:25.4731908Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:45:25.4732279Z test_gamma_sample (__main__.TestDistributions) ... ok (0.277s) 2022-12-01T10:45:25.4732559Z test_gamma_shape (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:45:25.4732834Z test_geometric (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:45:25.4733115Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:45:25.4733421Z test_geometric_sample (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:45:25.4733696Z test_gumbel (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:45:25.4733951Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.548s) 2022-12-01T10:45:25.4734223Z test_halfcauchy (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T10:45:25.4734504Z test_halfnormal (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:45:25.4734768Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:45:25.4735057Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.091s) 2022-12-01T10:45:25.4735340Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T10:45:25.4735858Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4736229Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4736432Z ok (0.672s) 2022-12-01T10:45:25.4736664Z test_independent_shape (__main__.TestDistributions) ... ok (0.266s) 2022-12-01T10:45:25.4736964Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.033s) 2022-12-01T10:45:25.4737277Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.020s) 2022-12-01T10:45:25.4737575Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:45:25.4737845Z test_laplace (__main__.TestDistributions) ... ok (0.019s) 2022-12-01T10:45:25.4738124Z test_laplace_sample (__main__.TestDistributions) ... ok (0.273s) 2022-12-01T10:45:25.4738417Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:45:25.4738708Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T10:45:25.4738984Z test_logisticnormal (__main__.TestDistributions) ... ok (0.022s) 2022-12-01T10:45:25.4739279Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4739585Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.450s) 2022-12-01T10:45:25.4739860Z test_lognormal (__main__.TestDistributions) ... ok (0.017s) 2022-12-01T10:45:25.4740141Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:45:25.4740436Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.271s) 2022-12-01T10:45:25.4740732Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:45:25.4741064Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.027s) 2022-12-01T10:45:25.4741397Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:45:25.4741732Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.037s) 2022-12-01T10:45:25.4742045Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.044s) 2022-12-01T10:45:25.4742366Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:45:25.4742737Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.047s) 2022-12-01T10:45:25.4743028Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T10:45:25.4743543Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4743937Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4744144Z ok (0.100s) 2022-12-01T10:45:25.4744355Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:45:25.4744662Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:45:25.4744967Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T10:45:25.4745252Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:45:25.4745562Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.019s) 2022-12-01T10:45:25.4745879Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4746188Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.101s) 2022-12-01T10:45:25.4746478Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.064s) 2022-12-01T10:45:25.4746807Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T10:45:25.4747125Z test_negative_binomial (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T10:45:25.4747407Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.045s) 2022-12-01T10:45:25.4747728Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:45:25.4748028Z test_normal (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T10:45:25.4748295Z test_normal_sample (__main__.TestDistributions) ... ok (0.280s) 2022-12-01T10:45:25.4748570Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:45:25.4748865Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:45:25.4749181Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4749463Z test_pareto (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:45:25.4749733Z test_pareto_sample (__main__.TestDistributions) ... ok (0.277s) 2022-12-01T10:45:25.4750013Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T10:45:25.4750320Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:45:25.4751172Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:45:25.4751772Z warnings.warn(msg, FutureWarning) 2022-12-01T10:45:25.4751972Z ok (0.008s) 2022-12-01T10:45:25.4752196Z test_poisson_sample (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:45:25.4752603Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4752921Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T10:45:25.4753225Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T10:45:25.4753541Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.014s) 2022-12-01T10:45:25.4753809Z test_repr (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T10:45:25.4754093Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T10:45:25.4754634Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4755076Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4755284Z ok (0.016s) 2022-12-01T10:45:25.4755509Z test_sample_detached (__main__.TestDistributions) ... ok (0.017s) 2022-12-01T10:45:25.4755788Z test_studentT (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:45:25.4756053Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.087s) 2022-12-01T10:45:25.4756383Z test_studentT_sample (__main__.TestDistributions) ... ok (1.124s) 2022-12-01T10:45:25.4756670Z test_support_attributes (__main__.TestDistributions) ... ok (0.024s) 2022-12-01T10:45:25.4756936Z test_uniform (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T10:45:25.4757225Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.029s) 2022-12-01T10:45:25.4757524Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.014s) 2022-12-01T10:45:25.4757793Z test_vonmises_sample (__main__.TestDistributions) ... ok (7.459s) 2022-12-01T10:45:25.4758309Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4758676Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4758875Z ok (0.075s) 2022-12-01T10:45:25.4759414Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T10:45:25.4759996Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T10:45:25.4760262Z ok (1.190s) 2022-12-01T10:45:25.4760480Z test_wishart_properties (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:45:25.4760767Z test_wishart_sample (__main__.TestDistributions) ... ok (0.275s) 2022-12-01T10:45:25.4761325Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4761691Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4762101Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4762409Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4762816Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4763131Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4763535Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4763835Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4764244Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4764555Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4764953Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4765259Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4765460Z ok (0.121s) 2022-12-01T10:45:25.4765697Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:45:25.4766031Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:45:25.4766325Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-12-01T10:45:25.4766584Z test_cat_transform (__main__.TestFunctors) ... ok (0.004s) 2022-12-01T10:45:25.4766840Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.004s) 2022-12-01T10:45:25.4767113Z test_stack_transform (__main__.TestFunctors) ... ok (0.003s) 2022-12-01T10:45:25.4767615Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:45:25.4767943Z warnings.warn("Singular sample detected.") 2022-12-01T10:45:25.4768144Z ok (2.498s) 2022-12-01T10:45:25.4768666Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T10:45:25.4769250Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T10:45:25.4769503Z ok (3.353s) 2022-12-01T10:45:25.4769718Z test_enumerate_support (__main__.TestJit) ... ok (0.225s) 2022-12-01T10:45:25.4769965Z test_log_prob (__main__.TestJit) ... ok (5.726s) 2022-12-01T10:45:25.4770182Z test_mean (__main__.TestJit) ... ok (1.533s) 2022-12-01T10:45:25.4770407Z test_rsample (__main__.TestJit) ... ok (0.361s) 2022-12-01T10:45:25.4770637Z test_sample (__main__.TestJit) ... ok (0.491s) 2022-12-01T10:45:25.4770858Z test_variance (__main__.TestJit) ... ok (2.625s) 2022-12-01T10:45:25.4771115Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.037s) 2022-12-01T10:45:25.4771383Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.188s) 2022-12-01T10:45:25.4771630Z test_kl_edgecases (__main__.TestKL) ... ok (0.011s) 2022-12-01T10:45:25.4771871Z test_kl_exponential_family (__main__.TestKL) ... ok (0.021s) 2022-12-01T10:45:25.4772216Z test_kl_infinite (__main__.TestKL) ... ok (0.015s) 2022-12-01T10:45:25.4772480Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.021s) 2022-12-01T10:45:25.4772758Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.016s) 2022-12-01T10:45:25.4773025Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.552s) 2022-12-01T10:45:25.4773277Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.029s) 2022-12-01T10:45:25.4773536Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.015s) 2022-12-01T10:45:25.4773835Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.014s) 2022-12-01T10:45:25.4774104Z test_kl_shape (__main__.TestKL) ... ok (0.045s) 2022-12-01T10:45:25.4774339Z test_kl_transformed (__main__.TestKL) ... ok (0.010s) 2022-12-01T10:45:25.4774629Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-12-01T10:45:25.4774984Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.002s) 2022-12-01T10:45:25.4775313Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.014s) 2022-12-01T10:45:25.4775620Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T10:45:25.4775948Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T10:45:25.4776269Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-12-01T10:45:25.4776596Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.002s) 2022-12-01T10:45:25.4776921Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.027s) 2022-12-01T10:45:25.4777265Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T10:45:25.4777619Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T10:45:25.4777941Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-12-01T10:45:25.4778262Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T10:45:25.4778555Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.045s) 2022-12-01T10:45:25.4778812Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.045s) 2022-12-01T10:45:25.4779041Z test_chi2 (__main__.TestRsample) ... ok (0.026s) 2022-12-01T10:45:25.4779304Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.405s) 2022-12-01T10:45:25.4779627Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.047s) 2022-12-01T10:45:25.4779898Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.078s) 2022-12-01T10:45:25.4780153Z test_gamma (__main__.TestRsample) ... ok (0.027s) 2022-12-01T10:45:25.4780398Z test_invalid (__main__.TestValidation) ... ok (0.019s) 2022-12-01T10:45:25.4780667Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.262s) 2022-12-01T10:45:25.4780950Z test_valid (__main__.TestValidation) ... ok (0.012s) 2022-12-01T10:45:25.4781237Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.005s) 2022-12-01T10:45:25.4781414Z 2022-12-01T10:45:25.4781623Z ---------------------------------------------------------------------- 2022-12-01T10:45:25.4781855Z Ran 219 tests in 39.822s 2022-12-01T10:45:25.4781970Z 2022-12-01T10:45:25.4782040Z OK (skipped=5) 2022-12-01T10:45:25.4782144Z 2022-12-01T10:45:25.4782226Z Generating XML reports... 2022-12-01T10:45:25.4782662Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201104445.xml 2022-12-01T10:45:25.4783232Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201104445.xml 2022-12-01T10:45:25.4783816Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201104445.xml 2022-12-01T10:45:25.4784400Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201104445.xml 2022-12-01T10:45:25.4784938Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201104445.xml 2022-12-01T10:45:25.4785473Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201104445.xml 2022-12-01T10:45:25.4785991Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201104445.xml 2022-12-01T10:45:25.4786580Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201104445.xml 2022-12-01T10:45:25.4787181Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201104445.xml 2022-12-01T10:45:25.4787749Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201104445.xml 2022-12-01T10:45:25.4788300Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201104445.xml 2022-12-01T10:45:25.4788545Z 2022-12-01T10:45:25.4788874Z ##[endgroup] 2022-12-01T10:45:25.4789316Z FINISHED PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_d8injso5) 2022-12-01T10:45:25.4789572Z 2022-12-01T10:45:25.4789752Z Running test_cpp_extensions_jit ... [2022-12-01 10:45:25.466194] 2022-12-01T10:45:25.4790242Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:45:25.466579] 2022-12-01T10:45:56.4481420Z 2022-12-01T10:45:56.4482151Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-12-01T10:45:56.4483191Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_r_38_h1p) 2022-12-01T10:45:56.4484051Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-12-01T10:45:56.4485825Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:45:56.4486059Z 2022-12-01T10:45:56.4486183Z Running tests... 2022-12-01T10:45:56.4486758Z ---------------------------------------------------------------------- 2022-12-01T10:45:56.4487326Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (1.468s) 2022-12-01T10:45:56.4487914Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (14.057s) 2022-12-01T10:45:56.4488632Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4489083Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-12-01T10:45:56.4489526Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-12-01T10:45:56.4489849Z Building extension module cpp_frontend_extension... 2022-12-01T10:45:56.4490099Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4491489Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-12-01T10:45:56.4493175Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-12-01T10:45:56.4493551Z Loading extension module cpp_frontend_extension... 2022-12-01T10:45:56.4493762Z ok (1.324s) 2022-12-01T10:45:56.4494105Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4494612Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:45:56.4494941Z Loading extension module cpp_frontend_extension... 2022-12-01T10:45:56.4495150Z ok (0.003s) 2022-12-01T10:45:56.4495470Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4495974Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:45:56.4496297Z Loading extension module cpp_frontend_extension... 2022-12-01T10:45:56.4496504Z ok (0.010s) 2022-12-01T10:45:56.4496774Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:45:56.4497202Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4497609Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-12-01T10:45:56.4497964Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T10:45:56.4498266Z Building extension module is_python_module... 2022-12-01T10:45:56.4498517Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4499802Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-12-01T10:45:56.4500894Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-12-01T10:45:56.4501222Z Loading extension module is_python_module... 2022-12-01T10:45:56.4501875Z /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-12-01T10:45:56.4502406Z f'Input #{idx} requires gradient and ' 2022-12-01T10:45:56.4503037Z /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-12-01T10:45:56.4503522Z f'Input #{idx} requires gradient and ' 2022-12-01T10:45:56.4504145Z /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-12-01T10:45:56.4504625Z f'Input #{idx} requires gradient and ' 2022-12-01T10:45:56.4505253Z /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-12-01T10:45:56.4505732Z f'Input #{idx} requires gradient and ' 2022-12-01T10:45:56.4505913Z ok (1.217s) 2022-12-01T10:45:56.4506126Z test_half_support (__main__.TestCppExtensionJIT) 2022-12-01T10:45:56.4506449Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-12-01T10:45:56.4506828Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:45:56.4507198Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:45:56.4507656Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4508109Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-12-01T10:45:56.4508480Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-12-01T10:45:56.4508778Z Building extension module inline_jit_extension... 2022-12-01T10:45:56.4509039Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4510337Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/main.cpp -o main.o 2022-12-01T10:45:56.4511402Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-12-01T10:45:56.4511748Z Loading extension module inline_jit_extension... 2022-12-01T10:45:56.4511944Z ok (1.237s) 2022-12-01T10:45:56.4512227Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.001s) 2022-12-01T10:45:56.4512951Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4513407Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-12-01T10:45:56.4513823Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-12-01T10:45:56.4514229Z Building extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:45:56.4514509Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4515845Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-12-01T10:45:56.4516990Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-12-01T10:45:56.4517374Z Loading extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:45:56.4517607Z ok (1.198s) 2022-12-01T10:45:56.4517960Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4518405Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-12-01T10:45:56.4518820Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-12-01T10:45:56.4519179Z Building extension module inline_jit_extension_with_functions_list... 2022-12-01T10:45:56.4519459Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4520805Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-12-01T10:45:56.4521945Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-12-01T10:45:56.4522322Z Loading extension module inline_jit_extension_with_functions_list... 2022-12-01T10:45:56.4522558Z ok (1.221s) 2022-12-01T10:45:56.4522886Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4523283Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-12-01T10:45:56.4523650Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-12-01T10:45:56.4523954Z Building extension module jit_extension... 2022-12-01T10:45:56.4524202Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4525601Z [1/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-12-01T10:45:56.4527669Z [2/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-12-01T10:45:56.4528816Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-12-01T10:45:56.4529158Z Loading extension module jit_extension... 2022-12-01T10:45:56.4529356Z ok (1.492s) 2022-12-01T10:45:56.4529614Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:45:56.4529939Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:45:56.4530270Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-12-01T10:45:56.4530694Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4531136Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-12-01T10:45:56.4531524Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-12-01T10:45:56.4531858Z Building extension module lenient_flag_handling_extension... 2022-12-01T10:45:56.4532197Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4533643Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-12-01T10:45:56.4534792Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-12-01T10:45:56.4535162Z Loading extension module lenient_flag_handling_extension... 2022-12-01T10:45:56.4535368Z ok (1.352s) 2022-12-01T10:45:56.4536189Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80933 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:45:56.4536890Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4537536Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-12-01T10:45:56.4537942Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T10:45:56.4538239Z Building extension module is_python_module_v1... 2022-12-01T10:45:56.4538496Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4539782Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-12-01T10:45:56.4540828Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-12-01T10:45:56.4541171Z Loading extension module is_python_module_v1... 2022-12-01T10:45:56.4541368Z ok (1.179s) 2022-12-01T10:45:56.4541715Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:45:56.4542152Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-12-01T10:45:56.4542520Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-12-01T10:45:56.4542832Z Building extension module test_set_default_type... 2022-12-01T10:45:56.4543087Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:45:56.4544387Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/main.cpp -o main.o 2022-12-01T10:45:56.4545440Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-12-01T10:45:56.4545775Z Loading extension module test_set_default_type... 2022-12-01T10:45:56.4545978Z ok (1.222s) 2022-12-01T10:45:56.4546267Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:45:56.4546602Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:45:56.4546868Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:45:56.4547142Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:45:56.4547512Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-12-01T10:45:56.4547859Z ok (2.455s) 2022-12-01T10:45:56.4547978Z 2022-12-01T10:45:56.4548218Z ---------------------------------------------------------------------- 2022-12-01T10:45:56.4548462Z Ran 23 tests in 29.455s 2022-12-01T10:45:56.4548575Z 2022-12-01T10:45:56.4548645Z OK (skipped=8) 2022-12-01T10:45:56.4548738Z 2022-12-01T10:45:56.4548821Z Generating XML reports... 2022-12-01T10:45:56.4549257Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201104526.xml 2022-12-01T10:45:56.4549538Z 2022-12-01T10:45:56.4549853Z ##[endgroup] 2022-12-01T10:45:56.4550247Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_r_38_h1p) 2022-12-01T10:45:56.4550481Z 2022-12-01T10:45:56.4550641Z Running test_autograd ... [2022-12-01 10:45:56.448582] 2022-12-01T10:45:56.4551099Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:45:56.449011] 2022-12-01T10:46:14.6024261Z 2022-12-01T10:46:14.6025355Z Expand the folded group to see the log file of test_autograd 2022-12-01T10:46:14.6026286Z ##[group]PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_6fe5212o) 2022-12-01T10:46:14.6027057Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-12-01T10:46:14.6027322Z 2022-12-01T10:46:14.6027441Z Running tests... 2022-12-01T10:46:14.6027922Z ---------------------------------------------------------------------- 2022-12-01T10:46:14.6028429Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6030350Z 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:1064.) 2022-12-01T10:46:14.6031574Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-12-01T10:46:14.6031964Z ok (0.003s) 2022-12-01T10:46:14.6032280Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6032951Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6068777Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3713: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-12-01T10:46:14.6069380Z with detect_anomaly(): 2022-12-01T10:46:14.6069593Z ok (0.002s) 2022-12-01T10:46:14.6069929Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6070448Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.014s) 2022-12-01T10:46:14.6070945Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6071372Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6072836Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.223s) 2022-12-01T10:46:14.6073328Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6073826Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6074406Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:46:14.6074971Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.068s) 2022-12-01T10:46:14.6075480Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T10:46:14.6075963Z test_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6076478Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6076737Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6077018Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6077303Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6077666Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6077996Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6078321Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6078628Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6078910Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6079197Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6080043Z test_calculate_shape_util (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:84: 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-12-01T10:46:14.6080666Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-12-01T10:46:14.6080906Z ok (0.002s) 2022-12-01T10:46:14.6081121Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6081407Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6081703Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6082044Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:46:14.6082396Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-12-01T10:46:14.6082806Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.002s) 2022-12-01T10:46:14.6083129Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-12-01T10:46:14.6083468Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-12-01T10:46:14.6083835Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-12-01T10:46:14.6084167Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-12-01T10:46:14.6084485Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-12-01T10:46:14.6084787Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-12-01T10:46:14.6085125Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6085459Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-12-01T10:46:14.6085772Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.003s) 2022-12-01T10:46:14.6086140Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6086521Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6088570Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-12-01T10:46:14.6089204Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:46:14.6089891Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-12-01T10:46:14.6090683Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:46:14.6091111Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.002s) 2022-12-01T10:46:14.6091455Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-12-01T10:46:14.6091781Z Ensures that gradient hooks are only called once per tensor. ... ok (0.001s) 2022-12-01T10:46:14.6092222Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.329s) 2022-12-01T10:46:14.6092537Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:46:14.6092876Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6093243Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.110s) 2022-12-01T10:46:14.6093590Z test_custom_function_error (__main__.TestAutograd) ... ok (0.050s) 2022-12-01T10:46:14.6093861Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6094175Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.022s) 2022-12-01T10:46:14.6094506Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:46:14.6094845Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6095168Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T10:46:14.6095488Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:46:14.6095794Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6096071Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6096375Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T10:46:14.6096690Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6096995Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T10:46:14.6097283Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6097566Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.196s) 2022-12-01T10:46:14.6097879Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6098157Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6098423Z test_dependent_backward (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6098685Z test_detach (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6098920Z test_detach_base (__main__.TestAutograd) 2022-12-01T10:46:14.6099148Z detaching base does not detach view ... ok (0.001s) 2022-12-01T10:46:14.6099432Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6099747Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6100250Z test_diagonal_expanded_v (__main__.TestAutograd) ... test_autograd.py:2294: 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-12-01T10:46:14.6104913Z v_expanded = torch.tensor(value).expand(10) 2022-12-01T10:46:14.6105243Z ok (0.001s) 2022-12-01T10:46:14.6105632Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6126507Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6127074Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6127565Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6128085Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6128760Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6129261Z test_free_deep_graph (__main__.TestAutograd) ... ok (1.780s) 2022-12-01T10:46:14.6129744Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.207s) 2022-12-01T10:46:14.6130242Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.217s) 2022-12-01T10:46:14.6130784Z test_function (__main__.TestAutograd) ... ok (0.060s) 2022-12-01T10:46:14.6131229Z test_function_returns_input (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6131728Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6132320Z test_gc_in_destructor (__main__.TestAutograd) 2022-12-01T10:46:14.6132810Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.542s) 2022-12-01T10:46:14.6133305Z test_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6133743Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6134200Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6134667Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6135149Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.014s) 2022-12-01T10:46:14.6135618Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6136062Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6136569Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6137115Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6137631Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6139999Z test_grad_nonleaf (__main__.TestAutograd) ... test_autograd.py:601: 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:485.) 2022-12-01T10:46:14.6141359Z self.assertIsNone(x.grad) 2022-12-01T10:46:14.6141686Z ok (0.003s) 2022-12-01T10:46:14.6142078Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6144205Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... test_autograd.py:653: 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:485.) 2022-12-01T10:46:14.6145485Z self.assertIsNone(x_list[0].grad) 2022-12-01T10:46:14.6147325Z test_autograd.py:660: 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:485.) 2022-12-01T10:46:14.6148460Z self.assertIsNone(x_list[i].grad) 2022-12-01T10:46:14.6148809Z ok (0.003s) 2022-12-01T10:46:14.6149276Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6149775Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6150307Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.020s) 2022-12-01T10:46:14.6150828Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.049s) 2022-12-01T10:46:14.6151414Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-12-01T10:46:14.6152020Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.020s) 2022-12-01T10:46:14.6154682Z 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-12-01T10:46:14.6155677Z f'Input #{idx} requires gradient and ' 2022-12-01T10:46:14.6156016Z ok (0.003s) 2022-12-01T10:46:14.6156434Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T10:46:14.6157855Z 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-12-01T10:46:14.6158797Z f'Input #{idx} requires gradient and ' 2022-12-01T10:46:14.6159116Z ok (0.014s) 2022-12-01T10:46:14.6159503Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6160026Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.080s) 2022-12-01T10:46:14.6160539Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:46:14.6161124Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:46:14.6161703Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6163547Z 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-12-01T10:46:14.6164949Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-12-01T10:46:14.6165395Z ok (0.007s) 2022-12-01T10:46:14.6167127Z 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-12-01T10:46:14.6168485Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-12-01T10:46:14.6168925Z ok (0.006s) 2022-12-01T10:46:14.6170225Z 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-12-01T10:46:14.6171198Z f'Input #{idx} requires gradient and ' 2022-12-01T10:46:14.6171510Z ok (0.038s) 2022-12-01T10:46:14.6173056Z 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-12-01T10:46:14.6174061Z f'Input #{idx} requires gradient and ' 2022-12-01T10:46:14.6174482Z ok (0.016s) 2022-12-01T10:46:14.6174881Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.069s) 2022-12-01T10:46:14.6175435Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6176006Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T10:46:14.6177071Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... test_autograd.py:3971: 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-12-01T10:46:14.6178184Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-12-01T10:46:14.6178682Z expected failure (0.008s) 2022-12-01T10:46:14.6179112Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6180524Z 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-12-01T10:46:14.6181495Z f'Input #{idx} requires gradient and ' 2022-12-01T10:46:14.6181838Z ok (0.002s) 2022-12-01T10:46:14.6182240Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:46:14.6182750Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6183279Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6183753Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:46:14.6184278Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-12-01T10:46:14.6184769Z test_hessian_vector (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6185218Z test_hook_none (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6185671Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6186088Z test_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6186520Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6187016Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6187481Z test_indexing (__main__.TestAutograd) ... ok (0.019s) 2022-12-01T10:46:14.6187947Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6188411Z test_inplace (__main__.TestAutograd) ... ok (0.023s) 2022-12-01T10:46:14.6188872Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T10:46:14.6189378Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6189883Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6190391Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6190875Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.071s) 2022-12-01T10:46:14.6191352Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6191822Z test_integer_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6192285Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6192966Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6193359Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6193792Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6195049Z 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-12-01T10:46:14.6195947Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6196445Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6196943Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6197410Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6197878Z test_multi_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6198340Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6199948Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1105: 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:1761.) 2022-12-01T10:46:14.6200918Z return super(Tensor, self).refine_names(names) 2022-12-01T10:46:14.6201283Z ok (0.001s) 2022-12-01T10:46:14.6201724Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.002s) 2022-12-01T10:46:14.6202294Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:46:14.6202879Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6203421Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6203931Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6204422Z test_next_functions (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6204878Z test_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6205342Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6206112Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6207458Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2326: 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-12-01T10:46:14.6208403Z "Argument order of nn.functional.embedding_bag was changed. " 2022-12-01T10:46:14.6208777Z ok (0.006s) 2022-12-01T10:46:14.6209128Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6209585Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6210046Z test_no_grad_python_function (__main__.TestAutograd) 2022-12-01T10:46:14.6210496Z Python Functions should respect grad mode. ... ok (0.001s) 2022-12-01T10:46:14.6210966Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:46:14.6211442Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6212043Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6212532Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6213015Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6213480Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6214051Z test_once_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6214586Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6215156Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:46:14.6215718Z test_pickle (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6216156Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6216623Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6217479Z test_profiler (__main__.TestAutograd) ... STAGE:2022-12-01 10:46:05 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6218292Z STAGE:2022-12-01 10:46:05 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6218730Z ok (0.002s) 2022-12-01T10:46:14.6219124Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6219975Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-12-01 10:46:05 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6220772Z STAGE:2022-12-01 10:46:05 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6221082Z 2022-12-01T10:46:14.6221268Z =================================================================================================================================================================== 2022-12-01T10:46:14.6221584Z TEST 2022-12-01T10:46:14.6222420Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6223152Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:46:14.6224095Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6224823Z aten::lstm 1.09% 223.000us 4.84% 989.000us 989.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6225319Z aten::lstm 1.00% 205.000us 4.89% 998.000us 998.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6225798Z aten::lstm 1.00% 205.000us 4.83% 986.000us 986.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6226236Z aten::lstm 1.00% 204.000us 4.95% 1.010ms 1.010ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6226663Z aten::lstm 0.99% 203.000us 4.88% 997.000us 997.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6227138Z aten::lstm 0.98% 201.000us 4.84% 989.000us 989.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6227605Z aten::lstm 0.96% 197.000us 4.75% 969.000us 969.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6228080Z aten::lstm 0.96% 197.000us 4.81% 983.000us 983.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6228538Z aten::lstm 0.96% 196.000us 4.78% 977.000us 977.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6229112Z aten::lstm 0.94% 192.000us 4.78% 976.000us 976.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6230002Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6230589Z Self CPU time total: 20.420ms 2022-12-01T10:46:14.6230862Z 2022-12-01T10:46:14.6231524Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6232259Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:46:14.6233503Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6234208Z aten::lstm 18.11% 3.698ms 97.71% 19.952ms 997.600us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6234679Z aten::addmm 10.54% 2.153ms 12.91% 2.636ms 13.180us 200 [[80], [3, 20], [20, 80], [], []] 2022-12-01T10:46:14.6235145Z aten::mul 9.55% 1.950ms 9.55% 1.950ms 3.250us 600 [[3, 20], [3, 20]] 2022-12-01T10:46:14.6235628Z aten::sigmoid_ 7.62% 1.557ms 7.62% 1.557ms 2.595us 600 [[3, 20]] 2022-12-01T10:46:14.6236138Z aten::unsafe_split 5.49% 1.121ms 14.76% 3.015ms 15.075us 200 [[3, 80], [], []] 2022-12-01T10:46:14.6236636Z aten::slice 5.03% 1.027ms 5.03% 1.027ms 1.284us 800 [[3, 80], [], [], [], []] 2022-12-01T10:46:14.6237105Z aten::narrow 4.25% 867.000us 9.22% 1.883ms 2.354us 800 [[3, 80], [], [], []] 2022-12-01T10:46:14.6237573Z aten::tanh_ 3.65% 745.000us 3.65% 745.000us 3.725us 200 [[3, 20]] 2022-12-01T10:46:14.6238036Z aten::tanh 3.26% 666.000us 3.26% 666.000us 3.330us 200 [[3, 20]] 2022-12-01T10:46:14.6238513Z aten::linear 3.12% 638.000us 19.30% 3.942ms 19.710us 200 [[3, 20], [80, 20], [80]] 2022-12-01T10:46:14.6239458Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6240082Z Self CPU time total: 20.420ms 2022-12-01T10:46:14.6240294Z 2022-12-01T10:46:14.6240491Z =================================================================================================================================================================== 2022-12-01T10:46:14.6240802Z TEST 2022-12-01T10:46:14.6241148Z =================================================================================================================================================================== 2022-12-01T10:46:14.6241686Z This report only display top-level ops statistics 2022-12-01T10:46:14.6242553Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6243346Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:46:14.6244459Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6245191Z aten::lstm 1.09% 223.000us 4.84% 989.000us 989.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6245746Z aten::lstm 1.00% 205.000us 4.89% 998.000us 998.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6246209Z aten::lstm 1.00% 205.000us 4.83% 986.000us 986.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6246697Z aten::lstm 1.00% 204.000us 4.95% 1.010ms 1.010ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6247197Z aten::lstm 0.99% 203.000us 4.88% 997.000us 997.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6247678Z aten::lstm 0.98% 201.000us 4.84% 989.000us 989.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6248143Z aten::lstm 0.96% 197.000us 4.75% 969.000us 969.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6248616Z aten::lstm 0.96% 197.000us 4.81% 983.000us 983.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6249085Z aten::lstm 0.96% 196.000us 4.78% 977.000us 977.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6249591Z aten::lstm 0.94% 192.000us 4.78% 976.000us 976.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6250528Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6251176Z Self CPU time total: 20.420ms 2022-12-01T10:46:14.6251403Z 2022-12-01T10:46:14.6251592Z =================================================================================================================================================================== 2022-12-01T10:46:14.6252208Z This report only display top-level ops statistics 2022-12-01T10:46:14.6253096Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6253865Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:46:14.6254847Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6255545Z aten::lstm 18.11% 3.698ms 97.71% 19.952ms 997.600us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:46:14.6256047Z aten::randn 1.31% 267.000us 2.26% 462.000us 7.700us 60 [[], [], [], [], []] 2022-12-01T10:46:14.6256540Z aten::normal_ 0.23% 47.000us 0.23% 47.000us 1.175us 40 [[2, 3, 20], [], [], []] 2022-12-01T10:46:14.6257432Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:46:14.6258032Z Self CPU time total: 20.420ms 2022-12-01T10:46:14.6258729Z STAGE:2022-12-01 10:46:06 5602:5602 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:46:14.6259030Z 2022-12-01T10:46:14.6259236Z Total time based on python measurements: 22.069ms 2022-12-01T10:46:14.6259687Z CPU time measurement python side overhead: 8.07% 2022-12-01T10:46:14.6260052Z ok (1.309s) 2022-12-01T10:46:14.6260490Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-12-01T10:46:14.6261326Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-12-01 10:46:06 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6262155Z STAGE:2022-12-01 10:46:06 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6262602Z ok (0.003s) 2022-12-01T10:46:14.6262999Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6263873Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-12-01 10:46:06 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6264767Z STAGE:2022-12-01 10:46:06 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6265249Z ok (0.049s) 2022-12-01T10:46:14.6266584Z 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-12-01T10:46:14.6267930Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-12-01 10:46:06 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6268761Z STAGE:2022-12-01 10:46:06 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6269090Z 2022-12-01T10:46:14.6269702Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T10:46:14.6270423Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:46:14.6271355Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T10:46:14.6272022Z aten::linear 3.66% 6.000us 53.05% 87.000us 87.000us 1 [[128, 20], [30, 20], [30]] 2022-12-01T10:46:14.6272706Z aten::t 9.15% 15.000us 14.02% 23.000us 23.000us 1 [[30, 20]] 2022-12-01T10:46:14.6273211Z aten::transpose 3.66% 6.000us 4.88% 8.000us 8.000us 1 [[30, 20], [], []] 2022-12-01T10:46:14.6273716Z aten::as_strided 1.22% 2.000us 1.22% 2.000us 2.000us 1 [[30, 20], [], [], []] 2022-12-01T10:46:14.6274195Z aten::addmm 29.88% 49.000us 35.37% 58.000us 58.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-12-01T10:46:14.6274674Z aten::expand 1.83% 3.000us 1.83% 3.000us 3.000us 1 [[30], [], []] 2022-12-01T10:46:14.6275122Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-12-01T10:46:14.6275580Z aten::copy_ 3.66% 6.000us 3.66% 6.000us 6.000us 1 [[128, 30], [128, 30], []] 2022-12-01T10:46:14.6276053Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T10:46:14.6276662Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-12-01T10:46:14.6277140Z aten::linear 1.83% 3.000us 46.95% 77.000us 77.000us 1 [[128, 30], [40, 30], [40]] 2022-12-01T10:46:14.6277709Z aten::t 1.83% 3.000us 3.05% 5.000us 5.000us 1 [[40, 30]] 2022-12-01T10:46:14.6278186Z aten::transpose 1.22% 2.000us 1.22% 2.000us 2.000us 1 [[40, 30], [], []] 2022-12-01T10:46:14.6278685Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40, 30], [], [], []] 2022-12-01T10:46:14.6279174Z aten::addmm 39.02% 64.000us 42.07% 69.000us 69.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-12-01T10:46:14.6279643Z aten::expand 0.61% 1.000us 0.61% 1.000us 1.000us 1 [[40], [], []] 2022-12-01T10:46:14.6280138Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-12-01T10:46:14.6280616Z aten::copy_ 2.44% 4.000us 2.44% 4.000us 4.000us 1 [[128, 40], [128, 40], []] 2022-12-01T10:46:14.6281106Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-12-01T10:46:14.6281591Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T10:46:14.6282498Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T10:46:14.6283080Z Self CPU time total: 164.000us 2022-12-01T10:46:14.6283296Z 2022-12-01T10:46:14.6283410Z ok (0.004s) 2022-12-01T10:46:14.6284204Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-12-01 10:46:06 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6285043Z STAGE:2022-12-01 10:46:06 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6285472Z ok (0.001s) 2022-12-01T10:46:14.6285872Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (0.929s) 2022-12-01T10:46:14.6286699Z test_record_function (__main__.TestAutograd) ... STAGE:2022-12-01 10:46:07 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6287556Z STAGE:2022-12-01 10:46:07 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6288321Z STAGE:2022-12-01 10:46:07 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6289082Z STAGE:2022-12-01 10:46:07 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6289514Z ok (0.006s) 2022-12-01T10:46:14.6290251Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-12-01 10:46:07 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6291106Z STAGE:2022-12-01 10:46:07 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6291561Z ok (0.002s) 2022-12-01T10:46:14.6292052Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6292972Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-12-01 10:46:07 5602:5602 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:46:14.6294012Z STAGE:2022-12-01 10:46:07 5602:5602 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:46:14.6294454Z ok (0.002s) 2022-12-01T10:46:14.6294853Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6295344Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6295854Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6296404Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6296924Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6297420Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6297913Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6298397Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6298849Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6299303Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6299761Z test_retain_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6300196Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6300656Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6301144Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6301632Z test_return_duplicate (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6302114Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6302574Z test_return_leaf (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6303028Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6303524Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6303959Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6304289Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6304626Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6305020Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6305394Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6305766Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T10:46:14.6306096Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6306393Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6306671Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6306954Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6307215Z test_select_sum (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6307470Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6307755Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6308045Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6308328Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6308611Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6308929Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6309233Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6309497Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6309858Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6310171Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6310440Z test_setitem (__main__.TestAutograd) ... ok (0.014s) 2022-12-01T10:46:14.6310694Z test_setitem_mask (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6311045Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6311408Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6311690Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6311946Z test_sharded_grad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:46:14.6312211Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6312468Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6313016Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6313412Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6313705Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6313967Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6314257Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6314546Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6314809Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.027s) 2022-12-01T10:46:14.6315240Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... test_autograd.py:3823: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:46:14.6315741Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:46:14.6316066Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:46:14.6316257Z should be replaced with 2022-12-01T10:46:14.6316577Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:46:14.6316787Z and 2022-12-01T10:46:14.6316968Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:46:14.6317206Z should be replaced with 2022-12-01T10:46:14.6317676Z 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-12-01T10:46:14.6318027Z w, v = torch.symeig(A, eigenvectors=False) 2022-12-01T10:46:14.6318224Z ok (0.007s) 2022-12-01T10:46:14.6318449Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6318721Z test_thread_shutdown (__main__.TestAutograd) ... ok (0.917s) 2022-12-01T10:46:14.6318973Z test_too_many_grads (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6319237Z test_type_conversions (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6319506Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:46:14.6319759Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6320035Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:46:14.6320314Z test_variable_traverse (__main__.TestAutograd) ... ok (0.107s) 2022-12-01T10:46:14.6320566Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6320834Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6321114Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:46:14.6321440Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.004s) 2022-12-01T10:46:14.6321785Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.007s) 2022-12-01T10:46:14.6322245Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:14.6322653Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6323033Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:46:14.6323422Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6323756Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6324127Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6324460Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6324822Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:14.6325213Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:14.6325563Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:46:14.6325930Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:14.6326329Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:14.6326689Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6327964Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... test_autograd.py:8397: 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:485.) 2022-12-01T10:46:14.6328728Z self.assertIsNone(a.grad) 2022-12-01T10:46:14.6328902Z ok (0.001s) 2022-12-01T10:46:14.6329173Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6329537Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:46:14.6329890Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:14.6330249Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:14.6330602Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:46:14.6330965Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6331317Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:14.6331670Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6332142Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:14.6332489Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6332830Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:46:14.6333179Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6333571Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:46:14.6333994Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:14.6334344Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:14.6334680Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6335013Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6335380Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:14.6335717Z test_profiler_emit_itt_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6336068Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:14.6336414Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:14.6336784Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:14.6337161Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6337513Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6337887Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:14.6338803Z 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:1615.) 2022-12-01T10:46:14.6339349Z func_out = func(*tupled_inputs) 2022-12-01T10:46:14.6339977Z /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:1008.) 2022-12-01T10:46:14.6340403Z func_out = func(*tupled_inputs) 2022-12-01T10:46:14.6340587Z ok (0.006s) 2022-12-01T10:46:14.6340868Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:46:14.6341251Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:14.6341616Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6341984Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:14.6342352Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:14.6342705Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:14.6343077Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:14.6343460Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:46:14.6343835Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:14.6344171Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:14.6344529Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:14.6344897Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:14.6345245Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6345575Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:14.6345929Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:14.6346298Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:46:14.6346649Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:14.6347010Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:14.6347331Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:14.6347664Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T10:46:14.6347989Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6348321Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:46:14.6348660Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T10:46:14.6348989Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T10:46:14.6349307Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6349615Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6349932Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6350236Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:46:14.6350555Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6350908Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6351241Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:46:14.6351566Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:46:14.6351913Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T10:46:14.6352268Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6352768Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6353152Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6353511Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6353838Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:46:14.6354137Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:46:14.6354444Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-12-01T10:46:14.6354740Z test_print (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:46:14.6355057Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T10:46:14.6355385Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T10:46:14.6355711Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:46:14.6356058Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:46:14.6356392Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T10:46:14.6356766Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T10:46:14.6357146Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T10:46:14.6357528Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-12-01T10:46:14.6357970Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.006s) 2022-12-01T10:46:14.6358348Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T10:46:14.6358751Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6359232Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-12-01T10:46:14.6359710Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T10:46:14.6360161Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T10:46:14.6360596Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.140s) 2022-12-01T10:46:14.6361026Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.929s) 2022-12-01T10:46:14.6361469Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.074s) 2022-12-01T10:46:14.6361904Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.415s) 2022-12-01T10:46:14.6362328Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6362730Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T10:46:14.6363149Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:46:14.6363579Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6364010Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6364426Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T10:46:14.6364854Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6365281Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:46:14.6365693Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6366084Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T10:46:14.6366480Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6366873Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T10:46:14.6367250Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6367643Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-12-01T10:46:14.6368047Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6368462Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T10:46:14.6368869Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6369289Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T10:46:14.6369738Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6370161Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6370583Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T10:46:14.6371082Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.131s) 2022-12-01T10:46:14.6371524Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6372053Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.034s) 2022-12-01T10:46:14.6372494Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6372959Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.031s) 2022-12-01T10:46:14.6373408Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:46:14.6373845Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6374253Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.089s) 2022-12-01T10:46:14.6374654Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.495s) 2022-12-01T10:46:14.6375053Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6375440Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T10:46:14.6375824Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6376226Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6376616Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6376987Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T10:46:14.6377374Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6377755Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6378137Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6378507Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6378923Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.061s) 2022-12-01T10:46:14.6379361Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.357s) 2022-12-01T10:46:14.6379797Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.048s) 2022-12-01T10:46:14.6380227Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.254s) 2022-12-01T10:46:14.6380649Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6381058Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:46:14.6381479Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:46:14.6381938Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:46:14.6382368Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6382800Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:46:14.6383258Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6383672Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6384087Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6384495Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:46:14.6384882Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6385279Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6385673Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6386066Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T10:46:14.6386459Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6386874Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T10:46:14.6387276Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6387669Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6388060Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6388474Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6388938Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T10:46:14.6389456Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T10:46:14.6389925Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6390386Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T10:46:14.6390834Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6391282Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-12-01T10:46:14.6391727Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T10:46:14.6392199Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.065s) 2022-12-01T10:46:14.6392784Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6393231Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-12-01T10:46:14.6393724Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6394188Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-12-01T10:46:14.6394639Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6395124Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.037s) 2022-12-01T10:46:14.6395548Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:46:14.6395982Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6396397Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.063s) 2022-12-01T10:46:14.6396797Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.350s) 2022-12-01T10:46:14.6397172Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6397556Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6397948Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6398352Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6398733Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6399112Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6399491Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6399863Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6400248Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6400628Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6401018Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.080s) 2022-12-01T10:46:14.6401400Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.458s) 2022-12-01T10:46:14.6401787Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6402167Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6402557Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6402949Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6403341Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6403724Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T10:46:14.6404096Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6404474Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6404853Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6405234Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:46:14.6405610Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.057s) 2022-12-01T10:46:14.6406036Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.312s) 2022-12-01T10:46:14.6406426Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6406808Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6407217Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6407613Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6408000Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6408370Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:46:14.6408747Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6409129Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:46:14.6409507Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:46:14.6409874Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:46:14.6410241Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6410581Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6410932Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T10:46:14.6411296Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-12-01T10:46:14.6411669Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T10:46:14.6412120Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6412495Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6412874Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6413263Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6413660Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-12-01T10:46:14.6414027Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6414393Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6414763Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-12-01T10:46:14.6415136Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-12-01T10:46:14.6415486Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6415858Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T10:46:14.6416234Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:46:14.6416592Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T10:46:14.6416957Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-12-01T10:46:14.6417359Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T10:46:14.6417826Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T10:46:14.6418192Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-12-01T10:46:14.6418560Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.006s) 2022-12-01T10:46:14.6418953Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T10:46:14.6419273Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.074s) 2022-12-01T10:46:14.6419586Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6419912Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.019s) 2022-12-01T10:46:14.6420236Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6420573Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T10:46:14.6420909Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T10:46:14.6421231Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.022s) 2022-12-01T10:46:14.6421546Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-12-01T10:46:14.6421856Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-12-01T10:46:14.6422040Z 2022-12-01T10:46:14.6422274Z ---------------------------------------------------------------------- 2022-12-01T10:46:14.6422517Z Ran 507 tests in 15.802s 2022-12-01T10:46:14.6422633Z 2022-12-01T10:46:14.6422714Z OK (skipped=24, expected failures=2) 2022-12-01T10:46:14.6422846Z 2022-12-01T10:46:14.6422932Z Generating XML reports... 2022-12-01T10:46:14.6423338Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201104558.xml 2022-12-01T10:46:14.6423907Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201104558.xml 2022-12-01T10:46:14.6424481Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221201104558.xml 2022-12-01T10:46:14.6425034Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201104558.xml 2022-12-01T10:46:14.6425615Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201104558.xml 2022-12-01T10:46:14.6426249Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201104558.xml 2022-12-01T10:46:14.6426826Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201104558.xml 2022-12-01T10:46:14.6427410Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221201104558.xml 2022-12-01T10:46:14.6427973Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201104558.xml 2022-12-01T10:46:14.6428217Z 2022-12-01T10:46:14.6428584Z ##[endgroup] 2022-12-01T10:46:14.6428962Z FINISHED PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_6fe5212o) 2022-12-01T10:46:14.6429177Z 2022-12-01T10:46:14.6429334Z Running test_torch ... [2022-12-01 10:46:14.603671] 2022-12-01T10:46:14.6429788Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:14.603983] 2022-12-01T10:46:29.3167300Z 2022-12-01T10:46:29.3167826Z Expand the folded group to see the log file of test_torch 2022-12-01T10:46:29.3169122Z ##[group]PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_c01umoq4) 2022-12-01T10:46:29.3169773Z Test results will be stored in test-reports/python-unittest/test_torch 2022-12-01T10:46:29.3169951Z 2022-12-01T10:46:29.3170226Z Running tests... 2022-12-01T10:46:29.3170726Z ---------------------------------------------------------------------- 2022-12-01T10:46:29.3171190Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-12-01T10:46:29.3171658Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-12-01T10:46:29.3172283Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-12-01T10:46:29.3172685Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3173073Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3173485Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:46:29.3173865Z test_Size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3174234Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3174621Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3175000Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3175440Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3175844Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3176212Z test_as_subclass (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:46:29.3176583Z test_assert_async (__main__.TestTorch) ... ok (0.022s) 2022-12-01T10:46:29.3176991Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.047s) 2022-12-01T10:46:29.3177437Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:46:29.3178535Z test_bmm_multithreaded (__main__.TestTorch) ... test_torch.py:8295: 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-12-01T10:46:29.3179604Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3180725Z test_torch.py:8295: 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-12-01T10:46:29.3181787Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3182903Z test_torch.py:8295: 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-12-01T10:46:29.3183919Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3184948Z test_torch.py:8295: 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-12-01T10:46:29.3185920Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3187112Z test_torch.py:8295: 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-12-01T10:46:29.3188103Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3189099Z test_torch.py:8295: 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-12-01T10:46:29.3189956Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3190805Z test_torch.py:8295: 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-12-01T10:46:29.3191593Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3192430Z test_torch.py:8295: 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-12-01T10:46:29.3193436Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3194253Z test_torch.py:8295: 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-12-01T10:46:29.3195043Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3195885Z test_torch.py:8295: 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-12-01T10:46:29.3196677Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3197508Z test_torch.py:8295: 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-12-01T10:46:29.3198285Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3199255Z test_torch.py:8295: 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-12-01T10:46:29.3200021Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3200915Z test_torch.py:8295: 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-12-01T10:46:29.3201691Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3202538Z test_torch.py:8295: 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-12-01T10:46:29.3203320Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:46:29.3203543Z ok (0.652s) 2022-12-01T10:46:29.3203827Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3204225Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-12-01T10:46:29.3204610Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3204924Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:46:29.3205259Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3205595Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3205912Z test_copy_broadcast (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:46:29.3206240Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3206576Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:46:29.3207499Z test_copy_transpose (__main__.TestTorch) ... test_torch.py:7525: 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-12-01T10:46:29.3208113Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-12-01T10:46:29.3208426Z ok (0.004s) 2022-12-01T10:46:29.3208710Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3209045Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3209370Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3210200Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3210555Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3210861Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3211290Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:46:29.3211700Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:46:29.3212143Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:46:29.3212473Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:46:29.3212782Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T10:46:29.3213163Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:46:29.3213464Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:46:29.3214534Z [W python_variable.cpp:327] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-12-01T10:46:29.3215135Z ok (0.004s) 2022-12-01T10:46:29.3215410Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3215764Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3216114Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3216502Z test_device (__main__.TestTorch) ... ok (0.019s) 2022-12-01T10:46:29.3216795Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3217094Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3217392Z test_doc_template (__main__.TestTorch) 2022-12-01T10:46:29.3217749Z Test that all public API doc strings use the same standard template for ... ok (0.019s) 2022-12-01T10:46:29.3218162Z test_dot_data_use (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:46:29.3218490Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:46:29.3218829Z test_element_size (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3219170Z test_empty_meta (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:46:29.3219511Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3219825Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3220173Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:46:29.3220540Z test_fill_diagonal (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3220902Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3221234Z test_from_buffer (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:46:29.3221558Z test_from_file (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:46:29.3221889Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3222206Z test_generator_cpu (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3222549Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3222898Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3223922Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T10:46:29.3224433Z 2022-12-01T10:46:29.3225019Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T10:46:29.3226077Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T10:46:29.3226952Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T10:46:29.3227460Z warnings.warn(msg, FutureWarning) 2022-12-01T10:46:29.3227657Z ok (0.019s) 2022-12-01T10:46:29.3227875Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:46:29.3228125Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3228385Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3228650Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3228899Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3229174Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3229435Z test_is_nonzero (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:46:29.3230204Z test_is_same_size (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: 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-12-01T10:46:29.3230754Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:46:29.3230997Z ok (0.007s) 2022-12-01T10:46:29.3231200Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3231439Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3231744Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3232009Z test_manual_seed (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3232235Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3232465Z test_map2 (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3232879Z test_max_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3233127Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3233361Z test_median_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:46:29.3233613Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3233926Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3234226Z test_memory_format_empty (__main__.TestTorch) ... ok (0.009s) 2022-12-01T10:46:29.3234482Z test_min_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3234733Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3235053Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:46:29.3235387Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3235646Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3235885Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3236102Z test_new (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:46:29.3236360Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:46:29.3236624Z test_newindex (__main__.TestTorch) ... ok (0.007s) 2022-12-01T10:46:29.3236855Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3237097Z test_normal_shape (__main__.TestTorch) ... ok (0.026s) 2022-12-01T10:46:29.3237336Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3237569Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3237817Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3238064Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3238310Z test_parsing_intlist (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3238538Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3238773Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3239013Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3239249Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3239504Z test_pickle_parameter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3239779Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3240033Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3240273Z test_pin_memory (__main__.TestTorch) ... ok (0.007s) 2022-12-01T10:46:29.3240509Z test_print (__main__.TestTorch) ... ok (0.040s) 2022-12-01T10:46:29.3240747Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3240985Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3241255Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (0.792s) 2022-12-01T10:46:29.3241511Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3241740Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3241996Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3242311Z test_reversed (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3242546Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3242795Z test_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3243091Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-12-01T10:46:29.3243444Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3243692Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3243935Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3244170Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3244388Z test_slice (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3244695Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:46:29.3245007Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3245270Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.012s) 2022-12-01T10:46:29.3245548Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3245834Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3246120Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:46:29.3246400Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:46:29.3246679Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3246943Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3247212Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3247500Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3247775Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3248062Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3248337Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3248612Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3248876Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3249124Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3249393Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3249654Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3249887Z test_split_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3250135Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3250379Z test_std_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3250621Z test_storage_casts (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:46:29.3250853Z test_storage_error (__main__.TestTorch) ... ok (0.024s) 2022-12-01T10:46:29.3251114Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3251377Z test_structseq_repr (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3251619Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3251880Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3252219Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3252449Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.009s) 2022-12-01T10:46:29.3252698Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3252952Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3253207Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3253453Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.094s) 2022-12-01T10:46:29.3253718Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.032s) 2022-12-01T10:46:29.3254041Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3254298Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3254556Z test_tensor_set (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3254802Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:46:29.3255157Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3255623Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3256011Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.110s) 2022-12-01T10:46:29.3256269Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3256493Z test_to_with_tensor (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3256741Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3256990Z test_torch_from_file (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:46:29.3257234Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:46:29.3257476Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3257716Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3257971Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3258241Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3258487Z test_unflatten (__main__.TestTorch) ... ok (0.021s) 2022-12-01T10:46:29.3258731Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:46:29.3258970Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3259236Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.012s) 2022-12-01T10:46:29.3259514Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.012s) 2022-12-01T10:46:29.3259757Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:46:29.3260006Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:46:29.3260295Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3260605Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3260916Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3261228Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3261528Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3261820Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3262123Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3262420Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3262708Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3263014Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3263329Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3263637Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3263932Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3264236Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3264532Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3264817Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3265115Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3265413Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3265799Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3266220Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:46:29.3266682Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:46:29.3267102Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:46:29.3267426Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3267732Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3268048Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3268360Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3268667Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3268986Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3269302Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3269612Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3269912Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3270229Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3270538Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3270840Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-12-01T10:46:29.3271168Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3271493Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:46:29.3271815Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:46:29.3272125Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:46:29.3272446Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3272975Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:46:29.3273279Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3273592Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3273905Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3274218Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3274516Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3274828Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3275134Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3275430Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:46:29.3275745Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3276053Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:46:29.3276354Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:46:29.3276677Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:46:29.3277012Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:46:29.3277351Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3277724Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3278039Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3278349Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3278647Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3278998Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3279320Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3279638Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:46:29.3279933Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3280258Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3280595Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3280910Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3281229Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3281549Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3281865Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3282168Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3282483Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3282795Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3283113Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.191s) 2022-12-01T10:46:29.3283420Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3283738Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3284055Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3284427Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:46:29.3284872Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:46:29.3285270Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:46:29.3285597Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3285908Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3286231Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3286617Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:46:29.3286981Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-12-01T10:46:29.3287289Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3287619Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3287935Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.238s) 2022-12-01T10:46:29.3288226Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.102s) 2022-12-01T10:46:29.3288532Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3288855Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3289215Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3289523Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3289864Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3290190Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3290553Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:46:29.3290930Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3291442Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:5209: 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-12-01T10:46:29.3291840Z t.copy_(src) 2022-12-01T10:46:29.3292067Z ok (0.004s) 2022-12-01T10:46:29.3292305Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3292611Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3292910Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3293223Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3293532Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3293833Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3294115Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3294415Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3294712Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3294993Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3295292Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3295584Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3295898Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3296208Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3296525Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:46:29.3296866Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3297201Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3297540Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3298025Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T10:46:29.3298412Z res = torch.corrcoef(x) 2022-12-01T10:46:29.3298815Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-12-01T10:46:29.3299097Z avg = a.mean(axis) 2022-12-01T10:46:29.3299496Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:46:29.3299863Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:46:29.3300285Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:46:29.3300565Z c = cov(x, y, rowvar) 2022-12-01T10:46:29.3300963Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:46:29.3301247Z c *= np.true_divide(1, fact) 2022-12-01T10:46:29.3301684Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:46:29.3301982Z c *= np.true_divide(1, fact) 2022-12-01T10:46:29.3302149Z ok (0.007s) 2022-12-01T10:46:29.3302391Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3302731Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3303194Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T10:46:29.3303638Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-12-01T10:46:29.3303942Z test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:46:29.3304233Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-12-01T10:46:29.3304673Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:46:29.3305012Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-12-01T10:46:29.3305227Z ok (0.051s) 2022-12-01T10:46:29.3305464Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T10:46:29.3305749Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:46:29.3306071Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.127s) 2022-12-01T10:46:29.3306444Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:46:29.3306783Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:46:29.3307100Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3307426Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3307734Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3308014Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3308319Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:46:29.3308634Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:46:29.3308945Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3309275Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3309625Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.003s) 2022-12-01T10:46:29.3309957Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:46:29.3310248Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T10:46:29.3310551Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-12-01T10:46:29.3310851Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:46:29.3311135Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T10:46:29.3311431Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:46:29.3311724Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:46:29.3312016Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:46:29.3312295Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3312739Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:46:29.3313035Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:46:29.3313399Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:46:29.3313731Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:46:29.3314059Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:46:29.3314385Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:46:29.3314742Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:46:29.3315068Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:46:29.3315385Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:46:29.3315687Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:46:29.3315997Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:46:29.3316319Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:46:29.3316631Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:46:29.3316931Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:46:29.3317259Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3317567Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3317857Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:46:29.3318173Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3318496Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3318813Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3319117Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3319434Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3319765Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3320090Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3320426Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3320760Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3321119Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3321481Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3321850Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.480s) 2022-12-01T10:46:29.3322200Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.477s) 2022-12-01T10:46:29.3322513Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3322830Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3323143Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3323456Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3323756Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3324066Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3324373Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3324661Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3324970Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3325347Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3325678Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3325994Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3326349Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3326672Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3326984Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3327305Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3327630Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3327950Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3328260Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.149s) 2022-12-01T10:46:29.3328584Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.115s) 2022-12-01T10:46:29.3329188Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:46:29.3329593Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T10:46:29.3329992Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:46:29.3330328Z b = (dx2 - dx1) / (dx1 * dx2) 2022-12-01T10:46:29.3330729Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:46:29.3331007Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T10:46:29.3331399Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-12-01T10:46:29.3331756Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3332278Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:46:29.3332575Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-12-01T10:46:29.3332981Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:46:29.3333315Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-12-01T10:46:29.3333710Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T10:46:29.3334071Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3334529Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:46:29.3334884Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T10:46:29.3335282Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:46:29.3335582Z b = (dx1 + dx2) / (dx1 * dx2) 2022-12-01T10:46:29.3335972Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-12-01T10:46:29.3336322Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3336746Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-12-01T10:46:29.3337096Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3337594Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:46:29.3337981Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:46:29.3338424Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:46:29.3338823Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:46:29.3339291Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:46:29.3339632Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3340086Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:46:29.3340422Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T10:46:29.3340816Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:46:29.3341158Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3341602Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:46:29.3341956Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3342401Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:46:29.3342709Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-12-01T10:46:29.3343116Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:46:29.3343510Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:46:29.3343939Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:46:29.3344335Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:46:29.3344551Z ok (0.113s) 2022-12-01T10:46:29.3344802Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-12-01T10:46:29.3345153Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T10:46:29.3345492Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T10:46:29.3346110Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:46:29.3346593Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-12-01T10:46:29.3347065Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:46:29.3347475Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:46:29.3347941Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:46:29.3348335Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:46:29.3349352Z /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-12-01T10:46:29.3350016Z return torch.as_tensor(tensor_like) 2022-12-01T10:46:29.3350490Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:46:29.3350864Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3351332Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:46:29.3351731Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3352213Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:46:29.3352707Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:46:29.3352924Z ok (0.044s) 2022-12-01T10:46:29.3353162Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3353490Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-12-01T10:46:29.3353809Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:46:29.3354129Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3354443Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3354746Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:46:29.3355068Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:46:29.3355384Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3355694Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3355992Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3356298Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3356607Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3356901Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3357207Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3357513Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3357833Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.262s) 2022-12-01T10:46:29.3358149Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:46:29.3358480Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3358813Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3359136Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3359475Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3359812Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3360142Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3360460Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3360784Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3361104Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3361409Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3361726Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3362105Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3362425Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3362725Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3363039Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3363409Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3363711Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3364021Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3364323Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3364631Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3364924Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3365225Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3365530Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3365825Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3366141Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3366464Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:46:29.3366806Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3367616Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T10:46:29.3368029Z 2022-12-01T10:46:29.3368425Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T10:46:29.3369129Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T10:46:29.3369665Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T10:46:29.3369991Z warnings.warn(msg, FutureWarning) 2022-12-01T10:46:29.3370392Z test_torch.py:2967: 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:1008.) 2022-12-01T10:46:29.3370823Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-12-01T10:46:29.3371054Z ok (0.043s) 2022-12-01T10:46:29.3371302Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3371652Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3372064Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:46:29.3372404Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3372728Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3373061Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:46:29.3373394Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3373730Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3374095Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3374443Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:46:29.3374785Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3375140Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:46:29.3375480Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3375816Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3376150Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:46:29.3376468Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3376805Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3377147Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-12-01T10:46:29.3377479Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.049s) 2022-12-01T10:46:29.3377825Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-12-01T10:46:29.3378167Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.049s) 2022-12-01T10:46:29.3378505Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:46:29.3378828Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:46:29.3379163Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:46:29.3379501Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:46:29.3379838Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:46:29.3380162Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3380507Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3380852Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3381179Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:46:29.3381515Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3381852Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3382188Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:46:29.3382505Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3382835Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:46:29.3383166Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3383473Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3383789Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3384113Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3384431Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3384732Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3385040Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3385383Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3385681Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3385986Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3386319Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3386624Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3386935Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:46:29.3387251Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3387545Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3387830Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3388126Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3388428Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3388730Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3389023Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3389330Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3389626Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3389908Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3390194Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3390488Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3390778Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3391060Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3391354Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3391686Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3392037Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3392378Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3392839Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3406787Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3407217Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3407538Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3407868Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3408198Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:46:29.3408526Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3408848Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3409176Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3409494Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3409833Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3410162Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3410472Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3410905Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3411246Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3411581Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3411992Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3412376Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3412701Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3413015Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3413344Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3413672Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3414000Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3414312Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3414633Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3414956Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3415262Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3415583Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3415903Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3416224Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3416530Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3416848Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3417171Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3417481Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3417812Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3418142Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3418464Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3418781Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3419114Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3419442Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3419765Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3420069Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3420388Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3420708Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3421016Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3421334Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3421650Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3422001Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3422345Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3423014Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3423585Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3423786Z ok (0.004s) 2022-12-01T10:46:29.3424292Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3424824Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3425023Z ok (0.004s) 2022-12-01T10:46:29.3425559Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3426084Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3426284Z ok (0.004s) 2022-12-01T10:46:29.3426814Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3427350Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3427535Z ok (0.004s) 2022-12-01T10:46:29.3428068Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3428598Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3428796Z ok (0.003s) 2022-12-01T10:46:29.3429303Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3429828Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3430024Z ok (0.004s) 2022-12-01T10:46:29.3430535Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3431036Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3431229Z ok (0.004s) 2022-12-01T10:46:29.3431750Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3432281Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3432464Z ok (0.004s) 2022-12-01T10:46:29.3433176Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3433710Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3433909Z ok (0.004s) 2022-12-01T10:46:29.3434412Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3434968Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3435167Z ok (0.004s) 2022-12-01T10:46:29.3435693Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3436212Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3436408Z ok (0.004s) 2022-12-01T10:46:29.3436928Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:46:29.3437458Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:46:29.3437640Z ok (0.004s) 2022-12-01T10:46:29.3437903Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3438238Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:46:29.3438557Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3438923Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3439279Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3439635Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.267s) 2022-12-01T10:46:29.3439978Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.150s) 2022-12-01T10:46:29.3440328Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3440683Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3441015Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:46:29.3441319Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:46:29.3441651Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.087s) 2022-12-01T10:46:29.3442005Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3442340Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3442669Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3442997Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3443321Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:46:29.3443628Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:46:29.3443991Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3444408Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3444801Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3445171Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3445568Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3445919Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3446292Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:46:29.3446749Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:46:29.3447137Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3447491Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3447867Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3448245Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3448612Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3448965Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3449316Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3449702Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3450091Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3450451Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3450857Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:46:29.3451264Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3451641Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3452130Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:46:29.3452536Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3452913Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3453325Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:46:29.3453720Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3454090Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3454454Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3454822Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3455182Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3455552Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3455930Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3456325Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3456696Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3457059Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3457453Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3457804Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3458170Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3458540Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3458898Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3459246Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3459603Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3459958Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3460300Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3460658Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3461015Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3461376Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3461719Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3462086Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3462469Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3462849Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3463221Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3463597Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3464409Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1628: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:46:29.3465109Z torch.median(a, 0, out=(result, indices)) 2022-12-01T10:46:29.3465295Z ok (0.002s) 2022-12-01T10:46:29.3465568Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3465925Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3466257Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3466567Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3466884Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3467207Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3467553Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3467871Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3468204Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3468942Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-12-01T10:46:29.3469438Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-12-01T10:46:29.3469707Z ok (0.002s) 2022-12-01T10:46:29.3469987Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:46:29.3470342Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3470666Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3471002Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3471334Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3471648Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3471971Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3472293Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3472760Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3473073Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3473398Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3473724Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3474022Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:46:29.3474327Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:46:29.3474639Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:46:29.3474947Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:46:29.3475233Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:46:29.3475532Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:46:29.3475831Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:46:29.3476111Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:46:29.3476402Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:46:29.3476700Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:46:29.3476997Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:46:29.3477277Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3477579Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:46:29.3477898Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3478195Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.097s) 2022-12-01T10:46:29.3478504Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3478829Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3479178Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.496s) 2022-12-01T10:46:29.3479569Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3479887Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3480201Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3480574Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3481051Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3481452Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3481813Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3482164Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3482532Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3482896Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3483250Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3483594Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3483947Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3484299Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3484638Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3484984Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3485345Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3485711Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3486081Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3486464Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3486849Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3487235Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3487601Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3487984Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3488359Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3488734Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3489089Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3489463Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3489833Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3490176Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3490511Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3490883Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3491229Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3491558Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3492010Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3492344Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3492661Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3492993Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3493324Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3493661Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3493985Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3494314Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3494641Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3494987Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3495309Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3495623Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:46:29.3495943Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3496256Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3496578Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3496897Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3497212Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:46:29.3497512Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:46:29.3497824Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:46:29.3498137Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:46:29.3498431Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:46:29.3498741Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:46:29.3499050Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3499354Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3499676Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3500010Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3500322Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3500624Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3500940Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3501250Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:46:29.3501553Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3501841Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3502143Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3502442Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3502777Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3503097Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:46:29.3503430Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3503792Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3504132Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3504467Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3504801Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3505120Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3505451Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3505782Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3506110Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3506427Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3506756Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:46:29.3507091Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3507420Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3507767Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3508117Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3508468Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3508799Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3509139Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3509479Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3509801Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3510128Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3510467Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3510804Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3511117Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3511445Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3511776Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3512105Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3512419Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3512863Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3513187Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3513490Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3513815Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3514137Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3514507Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3514817Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3515143Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3515497Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3515810Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.097s) 2022-12-01T10:46:29.3516151Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:46:29.3516475Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3516778Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3517072Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3517381Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:46:29.3517687Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3517977Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3518272Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:46:29.3518573Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3518867Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3519150Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3519447Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3519746Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:46:29.3520030Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3520351Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3520682Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3521003Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3521345Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3521678Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3522012Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3522328Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3522656Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3522981Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3523312Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3523623Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3523948Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:46:29.3524315Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:46:29.3524660Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3524991Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3525320Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3525655Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3526007Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3526346Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3526681Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3527019Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3527349Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3527676Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3528005Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3528318Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3528643Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3528980Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.116s) 2022-12-01T10:46:29.3529307Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3529637Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3529975Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3530317Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3530640Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3530971Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3531301Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3531630Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3532004Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3532336Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3532660Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3532976Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3533311Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:46:29.3533634Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3533957Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3534267Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3534587Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3534910Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:46:29.3535219Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:46:29.3535541Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:46:29.3535880Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:46:29.3536236Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.3536423Z 2022-12-01T10:46:29.3536653Z ---------------------------------------------------------------------- 2022-12-01T10:46:29.3536904Z Ran 826 tests in 13.067s 2022-12-01T10:46:29.3537021Z 2022-12-01T10:46:29.3537097Z OK (skipped=38) 2022-12-01T10:46:29.3537207Z 2022-12-01T10:46:29.3537277Z Generating XML reports... 2022-12-01T10:46:29.3537729Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201104615.xml 2022-12-01T10:46:29.3538223Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20221201104615.xml 2022-12-01T10:46:29.3538728Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221201104615.xml 2022-12-01T10:46:29.3539274Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221201104615.xml 2022-12-01T10:46:29.3539613Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T10:46:29.3539878Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:46:29.3540105Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:46:29.3540230Z 2022-12-01T10:46:29.3540566Z ##[endgroup] 2022-12-01T10:46:29.3540935Z FINISHED PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_c01umoq4) 2022-12-01T10:46:29.3541140Z 2022-12-01T10:46:29.3541290Z Running test_overrides ... [2022-12-01 10:46:29.318388] 2022-12-01T10:46:29.3541760Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:29.318769] 2022-12-01T10:46:32.1773127Z 2022-12-01T10:46:32.1773630Z Expand the folded group to see the log file of test_overrides 2022-12-01T10:46:32.1774696Z ##[group]PRINTING LOG FILE of test_overrides (/var/lib/jenkins/workspace/test/test-reports/test_overrides_15cz5hg2) 2022-12-01T10:46:32.1775597Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-12-01T10:46:32.1775923Z 2022-12-01T10:46:32.1776045Z Running tests... 2022-12-01T10:46:32.1776573Z ---------------------------------------------------------------------- 2022-12-01T10:46:32.1777123Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.224s) 2022-12-01T10:46:32.1777740Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.001s) 2022-12-01T10:46:32.1778213Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-12-01T10:46:32.1778589Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.016s) 2022-12-01T10:46:32.1778954Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-12-01T10:46:32.1779305Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:46:32.1779628Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:46:32.1779910Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:46:32.1780286Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:46:32.1780606Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:46:32.1780944Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-12-01T10:46:32.1781266Z test_max (__main__.TestNamedTuple) ... ok (0.001s) 2022-12-01T10:46:32.1781510Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-12-01T10:46:32.1781728Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-12-01T10:46:32.1782024Z test_resolve_name (__main__.TestResolveName) ... ok (0.090s) 2022-12-01T10:46:32.1782407Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1782725Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1783024Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1783357Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1783697Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1784024Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1784391Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1784688Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1785017Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1785587Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1786031Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1786445Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1786976Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T10:46:32.1787551Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1788047Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1788466Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1788983Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1789497Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1789958Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1790455Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1790936Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:46:32.1791426Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1791885Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1792389Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1793078Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1793597Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1794136Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1794668Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1795238Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1795781Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1796294Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1796800Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1797337Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1797829Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1798360Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1798926Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1799251Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1799601Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1799916Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1800220Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1801267Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1801579Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1801905Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1802231Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1802552Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1802911Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1803218Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1803558Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1803984Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1804469Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1804891Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1805312Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1805685Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1805993Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1806281Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1806585Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1806887Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1807182Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1807491Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1807799Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1808107Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1808399Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1808701Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1809009Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1809302Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1809609Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1809917Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1810225Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1810523Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1810837Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1811144Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1811451Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1811767Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1812146Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1812444Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1812751Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1813060Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1813367Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1813667Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1813979Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1814295Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1814586Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1814895Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1815210Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1815519Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1815816Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1816174Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1816503Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1816851Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1817194Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1817540Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1817844Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1818143Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1818452Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1818771Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1819075Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1819386Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1819697Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1820019Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1820326Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1820629Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1820928Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1821223Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1821534Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1821843Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1822153Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1822442Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1822747Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1823052Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1823343Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1823648Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1823956Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1824267Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1824564Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1824873Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1825187Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1825481Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1825788Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1826094Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1826386Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1826692Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1826995Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1827303Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1827600Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1827911Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1828247Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1828539Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1828848Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1829147Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1829486Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1829783Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1830085Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1830390Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1830685Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1830991Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1831304Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1831614Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1831907Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1832209Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1832649Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1832957Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1833265Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1833572Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1833864Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1834173Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1834483Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1834792Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1835089Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1835399Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1835709Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1836005Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1836326Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1836646Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1836973Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1837280Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1837589Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1837895Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1838188Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1838497Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1838805Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1839109Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1839399Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1839704Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1840007Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1840304Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1840680Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1840991Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1841301Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1841604Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1841955Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1842268Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1842569Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1842890Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1843219Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1843552Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1843864Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1844180Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1844495Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1844800Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1845126Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1845463Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1845793Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1846095Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1846404Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1846708Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1847011Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1847324Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1847635Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1847936Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1848249Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1848555Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1848861Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1849158Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1849464Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1849770Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1850068Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1850392Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1850725Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1851042Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1851343Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1851652Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1852028Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1852334Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1852688Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1853006Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1853317Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1853611Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1853954Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1854262Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1854567Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1854878Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1855196Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1855525Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1855836Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1856148Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1856460Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1856762Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1857081Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1857390Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1857680Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1857984Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1858292Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1858607Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1858911Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1859214Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1859519Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1859820Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1860135Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1860439Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1860750Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1861050Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1861362Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1861672Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1861966Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1862277Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1862588Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1862896Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1863199Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1863518Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1863829Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1864117Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1864426Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1864731Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1865074Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1865378Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1865692Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1866064Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1866370Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1866681Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1866991Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1867282Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1867585Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1867884Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1868188Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1868480Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1868787Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1869094Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1869382Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1869691Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1870003Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1870311Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1870597Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1870899Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1871204Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1871495Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1871797Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1872103Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1872413Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1872865Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1873169Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1873476Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1873766Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1874069Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1874376Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1874674Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1874990Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1875298Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1875613Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1875915Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1876233Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1876545Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1876833Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1877196Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1877505Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1877812Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1878107Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1878450Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1878762Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1879068Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1879377Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1879681Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1879988Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1880299Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1880610Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1880913Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1881204Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1881510Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1881808Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1882097Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1882401Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1882705Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1883013Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1883306Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1883608Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1883911Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1884209Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1884521Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1884822Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1885130Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1885429Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1885740Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1886058Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1886374Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1886685Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1886985Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1887290Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1887590Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1887908Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1888225Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1888528Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1888837Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1889146Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1889488Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1889781Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1890085Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1890386Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1890701Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1891005Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1891310Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1891616Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1892008Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1892311Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1892625Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1892942Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1893247Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1893567Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1893880Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1894201Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1894505Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1894821Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1895148Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1895457Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1895768Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1896078Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1896383Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1896683Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1896995Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1897300Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1897604Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1897921Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1898233Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1898548Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1898876Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1899206Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1899536Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1899837Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1900148Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1900461Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1900761Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1901074Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1901386Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1901731Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1902025Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1902332Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1902667Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1902955Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1903261Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1903568Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1903871Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1904159Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1904464Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1904766Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1905059Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1905361Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1905661Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1905961Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1906249Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1906550Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1906845Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1907131Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1907432Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1907732Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1908019Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1908324Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1908637Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1908942Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1909236Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1909536Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1909835Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1910122Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1910421Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1910723Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1911025Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1911309Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1911610Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1911916Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1912218Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1912682Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1913048Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1913368Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1913727Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1914039Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1914356Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1914658Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1915008Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1915376Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1915748Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1916046Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1916356Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1916662Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1916955Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1917265Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1917571Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1917857Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1918154Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1918451Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1918749Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1919040Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1919346Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1919652Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1919957Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1920274Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1920596Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1920920Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1921218Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1921525Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1921840Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1922134Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1922436Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1922739Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1923045Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1923335Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1923636Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1923941Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1924226Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1924531Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1924836Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1925140Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1925427Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1925724Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1926123Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1926496Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1926810Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1927152Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1927446Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1927754Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1928065Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1928375Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1928668Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1928981Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1929299Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1929595Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1929905Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1930215Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1930531Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1930824Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1931116Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1931412Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1931697Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1932067Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1932383Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1932694Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1932995Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1933315Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1933627Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1933917Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1934221Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1934528Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1934839Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1935132Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1935434Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1935737Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1936022Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1936320Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1936623Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1936923Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1937233Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1937546Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1937858Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1938190Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1938496Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1938796Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1939085Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1939442Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1939747Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1940049Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1940354Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1940692Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1941038Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1941359Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1941674Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1941984Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1942293Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1942588Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1942906Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1943220Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1943514Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1943823Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1944140Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1944461Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1944769Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1945095Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1945421Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1945721Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1946027Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1946342Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1946661Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1946960Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1947272Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1947579Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1947874Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1948173Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1948496Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1948814Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1949129Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1949441Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1949750Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1950039Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1950376Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1950688Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1950993Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1951362Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1951679Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1951996Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1952291Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1952772Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1953081Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1953375Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1953685Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1953993Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1954294Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1954586Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1954896Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1955210Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1955517Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1955840Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1956167Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1956482Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1956785Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1957095Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1957395Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1957681Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1957990Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1958298Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1958602Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1958896Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1959203Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1959504Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1959799Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1960098Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1960397Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1960683Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1960982Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1961278Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1961573Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1961856Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1962167Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1962545Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1962837Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1963141Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1963479Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1963789Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1964091Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1964410Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1964745Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1965056Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1965374Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1965685Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1965983Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1966272Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1966580Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1966883Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1967173Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1967482Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1967783Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1968083Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1968373Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1968687Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1969009Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1969305Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1969602Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1969904Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1970203Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1970505Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1970807Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1971109Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1971402Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1971716Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1972099Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1972399Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1972708Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1973012Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1973305Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1973590Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1973901Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1974209Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1974533Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1974834Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1975138Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1975448Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1975772Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1976069Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1976374Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1976672Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1976986Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1977292Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1977587Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1977892Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1978201Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1978514Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1978827Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1979144Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1979441Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1979728Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1980027Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1980338Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1980657Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1980951Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1981253Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1981556Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1981849Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1982159Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1982463Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1982766Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1983056Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1983374Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1983702Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1984001Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1984326Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1984653Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1984965Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1985258Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1985561Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1985869Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1986158Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1986499Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1986811Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1987118Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1987408Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1987744Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1988051Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1988341Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1988655Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1988974Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1989301Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1989645Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1989975Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1990307Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1990627Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1990968Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1991302Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1991633Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1991949Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1992279Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1992786Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1993104Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1993431Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1993760Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1994093Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1994407Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1994738Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1995069Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1995390Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1995721Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1996050Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1996379Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1996710Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1997054Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1997389Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1997707Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1998033Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1998401Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1998720Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1999029Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1999386Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.1999710Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2000024Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2000353Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2000686Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2001025Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2001350Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2001680Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2001990Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2002277Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2002551Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T10:46:32.2002841Z Test that a function with one argument can be overrided ... ok (0.001s) 2022-12-01T10:46:32.2003123Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T10:46:32.2003404Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-12-01T10:46:32.2003705Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2004004Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T10:46:32.2004295Z Test semantics for __torch_function__ for functions that take ... ok (0.003s) 2022-12-01T10:46:32.2004599Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-12-01T10:46:32.2004899Z this test exercises the functionality described in ... ok (0.002s) 2022-12-01T10:46:32.2005206Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2005510Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2005826Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2006150Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2006460Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2006774Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2007097Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2007413Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2007716Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2008039Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2008367Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2008678Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2009000Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2009323Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2009641Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2009974Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2010293Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2010613Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2010919Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2011269Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2011599Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2012030Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2012362Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2012695Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2013031Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2013356Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2013692Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2014031Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2014369Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2014698Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2015060Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2015413Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2015743Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2016079Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2016428Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2016779Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2017106Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2017434Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2017770Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2018116Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2018446Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2018785Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2019124Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2019463Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2019812Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2020160Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2020508Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2020834Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2021169Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2021536Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2021874Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2022196Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2022532Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2022909Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2023241Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2023574Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2023914Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2024261Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2024595Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2024935Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2025274Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2025596Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2025917Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2026232Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2026544Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2026853Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2027171Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2027487Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2027795Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2028129Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2028481Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2028826Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2029154Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2029488Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2029854Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2030239Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2030600Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2030979Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2031342Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2031676Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2032013Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2032350Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2032842Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2033227Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2033573Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2033914Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2034299Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2034628Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2034981Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2035334Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2035690Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2036080Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2036439Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2036781Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2037103Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2037443Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2037806Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2038191Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2038536Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2038885Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2039243Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2039580Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2039930Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2040300Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2040675Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2041035Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2041409Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2041777Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2042133Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2042461Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2042811Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2043163Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2043493Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2043857Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2044244Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2044665Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2045056Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2045448Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2045871Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2046235Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2046566Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2046926Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2047286Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2047619Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2047957Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2048287Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2048604Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2048909Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2049229Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2049550Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2049866Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2050196Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2050524Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2050845Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2051158Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2051482Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2051814Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2052247Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2052555Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2052857Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2053163Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2053453Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2053773Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2054110Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2054411Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2054714Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2055022Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2055327Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2055618Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2070917Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2071240Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2071647Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2071970Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2072311Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2072809Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2073168Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2073492Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2073810Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2074098Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2074405Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2074712Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2075017Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2075307Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2075615Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2075923Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2076218Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2076524Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2076830Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2077135Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2077422Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2077725Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2078032Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2078330Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2078651Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2078983Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2079304Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2079591Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2079894Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2080197Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2080484Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2080791Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2081106Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2081416Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2081733Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2082081Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2082421Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2082741Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2083096Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2083439Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2083774Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2084136Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2084447Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2084785Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2085137Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2085446Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2085758Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2086082Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2086388Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2086704Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2087147Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2087460Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2087767Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2088077Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2088395Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2088688Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2089006Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2089320Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2089607Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2089922Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2090244Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2090561Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2090873Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2091213Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2091541Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2091836Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2092226Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2092540Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2092832Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2093142Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2093463Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2093787Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2094093Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2094410Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2094719Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2095021Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2095333Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2095642Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2095967Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2096310Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2096616Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2096920Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2097213Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2097614Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2098023Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2098349Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2098659Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2098973Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2099284Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2099577Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2099876Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2100195Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2100532Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2100845Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2101153Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2101453Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2101759Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2102077Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2102381Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2102688Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2102982Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2103290Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2103616Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2103930Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2104241Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2104548Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2104835Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2105145Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2105456Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2105765Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2106065Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2106372Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2106692Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2107008Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2107324Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2107629Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2107933Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2108216Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2108554Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2108856Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2109146Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2109447Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2109779Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2110083Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2110381Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2110704Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2111025Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2111321Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2111625Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2111924Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2112223Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2112633Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2112976Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2113279Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2113578Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2113891Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2114229Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2114578Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2114935Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2115304Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2115665Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2116013Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2116383Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2116740Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2117095Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2117433Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2117768Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2118079Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2118369Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2118674Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2118980Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2119285Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2119585Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2119894Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2120206Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2120504Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2120854Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2121159Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2121458Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2121749Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2122105Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2122425Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2122738Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2122897Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2123054Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2123209Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2123379Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2123543Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2123698Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2123859Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2124002Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2124150Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2124309Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2124462Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2124620Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2124771Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2124931Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2125088Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2125245Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2125412Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2125556Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2125693Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2125830Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2125970Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2126108Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2126253Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2126382Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2126532Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2126681Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2126834Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2126987Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2127134Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2127273Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2127444Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2127569Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2127716Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2127861Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2128060Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2128200Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2128344Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2128493Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2128631Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2128760Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2128904Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2129043Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2129179Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2129317Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2129464Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2129601Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2129747Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2129881Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2130025Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2130169Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2130321Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2130470Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2130619Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2130760Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2130911Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2131040Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2131182Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2131327Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2131469Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2131622Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2131779Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2132010Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2132156Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2132290Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2132436Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2132580Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2132721Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2132867Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2133005Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2133143Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2133324Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2133455Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2133598Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2133763Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2133901Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2134041Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2134179Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2134323Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2134470Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2134594Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2134737Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2134875Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2135013Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2135153Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2135299Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2135441Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2135576Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2135699Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2135837Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2135975Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2136122Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2136268Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2136416Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2136569Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2136710Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2136843Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2136990Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2137135Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2137280Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2137423Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2137568Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2137707Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2137849Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2137974Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2138115Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2138256Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2138413Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2138559Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2138710Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2138887Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2139029Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2139163Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2139314Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2139476Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2139620Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2139781Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2139926Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2140072Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2140213Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2140341Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2140483Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2140619Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2140763Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2140917Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2141075Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2141242Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2141402Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2141558Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2141730Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2141877Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2142016Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2142162Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2142302Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2142442Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2142578Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2142712Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2142854Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2142991Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2143136Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2143280Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2143422Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2143569Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2143715Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2143844Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2143984Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2144130Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2144283Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2144467Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2144621Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2144779Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2144931Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2145085Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2145221Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2145356Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2145500Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2145646Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2145808Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2145986Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2146158Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2146313Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2146506Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2146682Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2146869Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2147041Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2147229Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2147393Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2147561Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2147721Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2147883Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2148068Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2148224Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2148400Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2148564Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2148723Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2148884Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2149045Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2149208Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2149356Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2149510Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2149668Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2149833Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2150029Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2150186Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2150359Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2150569Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2150733Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2150924Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2151093Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2151247Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2151413Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2151574Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2151740Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2151903Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2152079Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2152227Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2152392Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2152705Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2152878Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2153038Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2153199Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2153358Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2153534Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2153695Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2153841Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2154005Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2154178Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2154340Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2154518Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2154678Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2154858Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2155020Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2155180Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2155345Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2155509Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2155720Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2155875Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2156034Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2156217Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2156414Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2156590Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2156758Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2156916Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2157080Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2157236Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2157404Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2157559Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2157716Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2157868Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2158005Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2158152Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2158343Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2158579Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2158739Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2158896Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2159057Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2159219Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2159391Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2159565Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2159724Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2159878Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2160036Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2160187Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2160337Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2160481Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2160632Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2160763Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2160910Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2161049Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2161191Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2161359Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2161498Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2161636Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2161792Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2161942Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2162085Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2162235Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2162379Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2162529Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2162681Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2162825Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2162976Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2163102Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2163249Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2163394Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2163532Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2163670Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2163810Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2163948Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2164104Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2164251Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2164413Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2164554Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2164702Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2164839Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2164983Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2165140Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2165296Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2165451Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2165610Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2165765Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2165922Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2166081Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2166233Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2166392Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2166551Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2166693Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2166825Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2166994Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2167140Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2167281Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2167452Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2167598Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2167737Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2167883Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2168010Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2168168Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2168309Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2168458Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2168604Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2168747Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2168897Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2169096Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2169287Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2169458Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2169597Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2169731Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2169889Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2170031Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2170173Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2170313Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2170441Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2170583Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2170724Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2170871Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2171023Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2171244Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2171415Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2171557Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2171693Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2171844Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2172055Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2172196Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2172340Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2172478Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2172619Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2172758Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2172927Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2173064Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2173211Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2173361Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2173530Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2173670Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2173810Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2173933Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2174081Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2174235Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2174395Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2174533Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2174678Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2174821Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2174971Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2175112Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2175236Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2175379Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2175516Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2175660Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2175798Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2175937Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2176079Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2176213Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2176354Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2176489Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2176628Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2176767Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2176917Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2177054Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2177192Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2177325Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2177471Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2177611Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2177750Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2177890Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2178034Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2178186Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2178332Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2178460Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2178636Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2178775Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2178933Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2179092Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2179239Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2179378Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2179518Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2179653Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2179797Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2179943Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2180091Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2180239Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2180399Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2180545Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2180694Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2180826Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2180963Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2181106Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2181242Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2181395Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2181552Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2181698Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2181855Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2181986Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2182130Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2182270Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2182408Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2182546Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2182692Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:46:32.2182843Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-12-01T10:46:32.2183002Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-12-01T10:46:32.2183149Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.005s) 2022-12-01T10:46:32.2183293Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-12-01T10:46:32.2183301Z 2022-12-01T10:46:32.2183591Z ---------------------------------------------------------------------- 2022-12-01T10:46:32.2183671Z Ran 1414 tests in 1.438s 2022-12-01T10:46:32.2183676Z 2022-12-01T10:46:32.2183739Z OK 2022-12-01T10:46:32.2183745Z 2022-12-01T10:46:32.2183832Z Generating XML reports... 2022-12-01T10:46:32.2184174Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221201104630.xml 2022-12-01T10:46:32.2184518Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221201104630.xml 2022-12-01T10:46:32.2184811Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221201104630.xml 2022-12-01T10:46:32.2185103Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221201104630.xml 2022-12-01T10:46:32.2185429Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221201104630.xml 2022-12-01T10:46:32.2185702Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221201104630.xml 2022-12-01T10:46:32.2185968Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20221201104630.xml 2022-12-01T10:46:32.2186247Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221201104630.xml 2022-12-01T10:46:32.2186512Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20221201104630.xml 2022-12-01T10:46:32.2186768Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20221201104630.xml 2022-12-01T10:46:32.2187045Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221201104630.xml 2022-12-01T10:46:32.2187346Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221201104630.xml 2022-12-01T10:46:32.2187643Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221201104630.xml 2022-12-01T10:46:32.2187948Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221201104630.xml 2022-12-01T10:46:32.2188246Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221201104630.xml 2022-12-01T10:46:32.2188252Z 2022-12-01T10:46:32.2188590Z ##[endgroup] 2022-12-01T10:46:32.2188892Z FINISHED PRINTING LOG FILE of test_overrides (/var/lib/jenkins/workspace/test/test-reports/test_overrides_15cz5hg2) 2022-12-01T10:46:32.2188900Z 2022-12-01T10:46:32.2189067Z Running test_fake_tensor ... [2022-12-01 10:46:32.179972] 2022-12-01T10:46:32.2189407Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:32.180352] 2022-12-01T10:46:34.2479435Z 2022-12-01T10:46:34.2479947Z Expand the folded group to see the log file of test_fake_tensor 2022-12-01T10:46:34.2481043Z ##[group]PRINTING LOG FILE of test_fake_tensor (/var/lib/jenkins/workspace/test/test-reports/test_fake_tensor_meeddidc) 2022-12-01T10:46:34.2481591Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-12-01T10:46:34.2481776Z 2022-12-01T10:46:34.2481852Z Running tests... 2022-12-01T10:46:34.2482145Z ---------------------------------------------------------------------- 2022-12-01T10:46:34.2482463Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.235s) 2022-12-01T10:46:34.2482838Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:46:34.2483343Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-12-01T10:46:34.2483828Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:46:34.2484340Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:46:34.2484760Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:46:34.2485119Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-12-01T10:46:34.2485420Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-12-01T10:46:34.2485708Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:46:34.2486004Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:46:34.2486310Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:46:34.2486834Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:46:34.2487315Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T10:46:34.2487680Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:46:34.2488022Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:46:34.2488482Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T10:46:34.2488824Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:46:34.2489136Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.015s) 2022-12-01T10:46:34.2489465Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.064s) 2022-12-01T10:46:34.2489809Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.013s) 2022-12-01T10:46:34.2490182Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.111s) 2022-12-01T10:46:34.2490488Z test_basic (__main__.FakeTensorTest) ... ok (0.004s) 2022-12-01T10:46:34.2490762Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:46:34.2491044Z test_constructor (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:46:34.2491319Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:46:34.2491620Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-12-01T10:46:34.2492086Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:46:34.2492369Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.005s) 2022-12-01T10:46:34.2492628Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:46:34.2492906Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:46:34.2493180Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:46:34.2493470Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:46:34.2493763Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:46:34.2494056Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2494377Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2494642Z test_mode (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:46:34.2494895Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.292s) 2022-12-01T10:46:34.2495165Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:46:34.2495447Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2495740Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:46:34.2496035Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2496325Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:46:34.2496604Z test_randperm (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:46:34.2496872Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:46:34.2497151Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:46:34.2497417Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2497725Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2498026Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2498297Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2498585Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:46:34.2498750Z 2022-12-01T10:46:34.2499046Z ---------------------------------------------------------------------- 2022-12-01T10:46:34.2499297Z Ran 50 tests in 0.794s 2022-12-01T10:46:34.2499399Z 2022-12-01T10:46:34.2499496Z OK (skipped=13, expected failures=1) 2022-12-01T10:46:34.2499627Z 2022-12-01T10:46:34.2499713Z Generating XML reports... 2022-12-01T10:46:34.2500169Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221201104633.xml 2022-12-01T10:46:34.2500751Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221201104633.xml 2022-12-01T10:46:34.2501325Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221201104633.xml 2022-12-01T10:46:34.2501860Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221201104633.xml 2022-12-01T10:46:34.2502084Z 2022-12-01T10:46:34.2502370Z ##[endgroup] 2022-12-01T10:46:34.2502748Z FINISHED PRINTING LOG FILE of test_fake_tensor (/var/lib/jenkins/workspace/test/test-reports/test_fake_tensor_meeddidc) 2022-12-01T10:46:34.2502964Z 2022-12-01T10:46:34.2503137Z Running test_jit_cuda_fuser ... [2022-12-01 10:46:34.248236] 2022-12-01T10:46:34.2503614Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:34.248638] 2022-12-01T10:46:36.7829705Z 2022-12-01T10:46:36.7830559Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-12-01T10:46:36.7831904Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_snk1n5xn) 2022-12-01T10:46:36.7832911Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-12-01T10:46:36.7833198Z 2022-12-01T10:46:36.7833315Z Running tests... 2022-12-01T10:46:36.7833819Z ---------------------------------------------------------------------- 2022-12-01T10:46:36.7834331Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7834910Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7835457Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7836043Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-12-01T10:46:36.7836594Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7837104Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7837589Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7838045Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7838597Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7839149Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7839747Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7840338Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7840941Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-12-01T10:46:36.7841520Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7842049Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7842425Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7842891Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-12-01T10:46:36.7843256Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7843726Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7844031Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7844319Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7844617Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7844982Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7845452Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-12-01T10:46:36.7845854Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-12-01T10:46:36.7846240Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7846580Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7846916Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7847243Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7847564Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T10:46:36.7847871Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7848140Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7848446Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7848763Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7849044Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7849354Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7849664Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7849970Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7850264Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7850571Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7850897Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-12-01T10:46:36.7851206Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7851551Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7851999Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7852326Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7852649Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-12-01T10:46:36.7852987Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7853321Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7853648Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7853950Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7854247Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7854553Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7854886Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.001s) 2022-12-01T10:46:36.7855250Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7855547Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7855881Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7856226Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7856512Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7856809Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7857101Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7857406Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7857728Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7858046Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7858333Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7858625Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7858928Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7859225Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7859546Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7859851Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7860154Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7860455Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7860776Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7861094Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7861393Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7861715Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7862056Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-12-01T10:46:36.7862373Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7862647Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7862948Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7863247Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7863533Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7863827Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7864136Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7864485Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7864840Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7865182Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:46:36.7865498Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7865841Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7866223Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7866582Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7866935Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7867505Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7867984Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7868339Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-12-01T10:46:36.7868688Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7868990Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:46:36.7869286Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7869597Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7869902Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7870228Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7870555Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7870871Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7871185Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7871491Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7871789Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7872079Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7872383Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7872879Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7873225Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7873603Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:46:36.7873954Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7874276Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7874613Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7874920Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:46:36.7875226Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7875519Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7875800Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7876097Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7876399Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7876695Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7877025Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-12-01T10:46:36.7877425Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:46:36.7877824Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:46:36.7878223Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7878519Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7878813Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7879151Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:46:36.7879458Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:46:36.7879799Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7880112Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:46:36.7880389Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7880689Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7880998Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7881305Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7881599Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7881903Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7882205Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7882512Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7882799Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7883096Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7883397Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7883684Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7884028Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-12-01T10:46:36.7884364Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7884685Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T10:46:36.7885037Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-12-01T10:46:36.7885437Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T10:46:36.7885805Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-12-01T10:46:36.7886143Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:36.7886500Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:46:36.7886837Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-12-01T10:46:36.7887162Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.062s) 2022-12-01T10:46:36.7887344Z 2022-12-01T10:46:36.7887578Z ---------------------------------------------------------------------- 2022-12-01T10:46:36.7887822Z Ran 152 tests in 0.212s 2022-12-01T10:46:36.7887937Z 2022-12-01T10:46:36.7888014Z OK (skipped=149) 2022-12-01T10:46:36.7888122Z 2022-12-01T10:46:36.7888193Z Generating XML reports... 2022-12-01T10:46:36.7888658Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201104636.xml 2022-12-01T10:46:36.7889254Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201104636.xml 2022-12-01T10:46:36.7889818Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201104636.xml 2022-12-01T10:46:36.7890046Z 2022-12-01T10:46:36.7890335Z ##[endgroup] 2022-12-01T10:46:36.7890735Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_snk1n5xn) 2022-12-01T10:46:36.7890990Z 2022-12-01T10:46:36.7891172Z Running test_fx_backends ... [2022-12-01 10:46:36.783525] 2022-12-01T10:46:36.7891631Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:36.783937] 2022-12-01T10:46:38.4667272Z 2022-12-01T10:46:38.4667817Z Expand the folded group to see the log file of test_fx_backends 2022-12-01T10:46:38.4668896Z ##[group]PRINTING LOG FILE of test_fx_backends (/var/lib/jenkins/workspace/test/test-reports/test_fx_backends_81fqu9qm) 2022-12-01T10:46:38.4669215Z CUDA not available, skipping tests 2022-12-01T10:46:38.4669350Z 2022-12-01T10:46:38.4669443Z Running tests... 2022-12-01T10:46:38.4669849Z ---------------------------------------------------------------------- 2022-12-01T10:46:38.4670047Z 2022-12-01T10:46:38.4670244Z ---------------------------------------------------------------------- 2022-12-01T10:46:38.4670596Z Ran 0 tests in 0.000s 2022-12-01T10:46:38.4670777Z 2022-12-01T10:46:38.4670871Z OK 2022-12-01T10:46:38.4670967Z 2022-12-01T10:46:38.4671038Z Generating XML reports... 2022-12-01T10:46:38.4671375Z Test results will be stored in test-reports/python-unittest/test_fx_backends 2022-12-01T10:46:38.4671557Z 2022-12-01T10:46:38.4671788Z ##[endgroup] 2022-12-01T10:46:38.4672173Z FINISHED PRINTING LOG FILE of test_fx_backends (/var/lib/jenkins/workspace/test/test-reports/test_fx_backends_81fqu9qm) 2022-12-01T10:46:38.4672388Z 2022-12-01T10:46:38.4672924Z Running test_dispatch ... [2022-12-01 10:46:38.466970] 2022-12-01T10:46:38.4675047Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:38.467302] 2022-12-01T10:47:02.8386819Z 2022-12-01T10:47:02.8387226Z Expand the folded group to see the log file of test_dispatch 2022-12-01T10:47:02.8389923Z ##[group]PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_8r8s_z9y) 2022-12-01T10:47:02.8390492Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-12-01T10:47:02.8391029Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:47:02.8391210Z 2022-12-01T10:47:02.8391340Z Running tests... 2022-12-01T10:47:02.8391853Z ---------------------------------------------------------------------- 2022-12-01T10:47:02.8392286Z test_all_invariants (__main__.TestDispatch) ... ok (0.258s) 2022-12-01T10:47:02.8392817Z test_computed_table (__main__.TestDispatch) ... ok (6.995s) 2022-12-01T10:47:02.8393166Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.011s) 2022-12-01T10:47:02.8393501Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:47:02.8393815Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.196s) 2022-12-01T10:47:02.8394152Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.210s) 2022-12-01T10:47:02.8394498Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (6.584s) 2022-12-01T10:47:02.8394828Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T10:47:02.8395142Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.011s) 2022-12-01T10:47:02.8395520Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:47:02.8395844Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:47:02.8396112Z test_def (__main__.TestDispatch) ... ok (6.671s) 2022-12-01T10:47:02.8396615Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.011s) 2022-12-01T10:47:02.8396911Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T10:47:02.8397169Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T10:47:02.8397500Z test_def_with_inference (__main__.TestDispatch) ... ok (0.223s) 2022-12-01T10:47:02.8397886Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:47:02.8398254Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T10:47:02.8398615Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:47:02.8399081Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-12-01T10:47:02.8399472Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-12-01T10:47:02.8399832Z Building extension module dangling_impl_extension... 2022-12-01T10:47:02.8400098Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:47:02.8401643Z [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-12-01T10:47:02.8402919Z [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-12-01T10:47:02.8403304Z Loading extension module dangling_impl_extension... 2022-12-01T10:47:02.8403567Z ok (1.353s) 2022-12-01T10:47:02.8403772Z test_impl_only (__main__.TestDispatch) ... ok (0.214s) 2022-12-01T10:47:02.8404055Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.009s) 2022-12-01T10:47:02.8404414Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.008s) 2022-12-01T10:47:02.8404702Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.008s) 2022-12-01T10:47:02.8404988Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.015s) 2022-12-01T10:47:02.8405409Z 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-12-01T10:47:02.8405816Z operator: __test45643__::foo 2022-12-01T10:47:02.8405996Z no debug info 2022-12-01T10:47:02.8406182Z dispatch key: (catch all) 2022-12-01T10:47:02.8406384Z previous kernel: fn1 2022-12-01T10:47:02.8406637Z new kernel: fn2 (function registerKernel) 2022-12-01T10:47:02.8406981Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:47:02.8407337Z operator: __test45644__::foo 2022-12-01T10:47:02.8407527Z no debug info 2022-12-01T10:47:02.8407699Z dispatch key: (catch all) 2022-12-01T10:47:02.8407893Z previous kernel: fn1 2022-12-01T10:47:02.8408158Z new kernel: fn2 (function registerKernel) 2022-12-01T10:47:02.8408350Z ok (0.002s) 2022-12-01T10:47:02.8408590Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:47:02.8408929Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:47:02.8409226Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:47:02.8409585Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:47:02.8409963Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:47:02.8410277Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:47:02.8410646Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.025s) 2022-12-01T10:47:02.8410878Z 2022-12-01T10:47:02.8411129Z ---------------------------------------------------------------------- 2022-12-01T10:47:02.8411380Z Ran 32 tests in 22.834s 2022-12-01T10:47:02.8411481Z 2022-12-01T10:47:02.8411544Z OK 2022-12-01T10:47:02.8411638Z 2022-12-01T10:47:02.8411807Z Generating XML reports... 2022-12-01T10:47:02.8412258Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201104639.xml 2022-12-01T10:47:02.8412819Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201104639.xml 2022-12-01T10:47:02.8413060Z 2022-12-01T10:47:02.8413349Z ##[endgroup] 2022-12-01T10:47:02.8413768Z FINISHED PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_8r8s_z9y) 2022-12-01T10:47:02.8413984Z 2022-12-01T10:47:02.8414207Z Running test_namedtuple_return_api ... [2022-12-01 10:47:02.839049] 2022-12-01T10:47:02.8414724Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:02.839460] 2022-12-01T10:47:05.5615175Z 2022-12-01T10:47:05.5615915Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-12-01T10:47:05.5616688Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_rcthvhvi) 2022-12-01T10:47:05.5617372Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-12-01T10:47:05.5617608Z 2022-12-01T10:47:05.5617682Z Running tests... 2022-12-01T10:47:05.5617997Z ---------------------------------------------------------------------- 2022-12-01T10:47:05.5618364Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.213s) 2022-12-01T10:47:05.5618912Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... test_namedtuple_return_api.py:149: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:47:05.5619535Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:47:05.5619797Z Q, R = torch.qr(A, some) 2022-12-01T10:47:05.5620055Z should be replaced with 2022-12-01T10:47:05.5620532Z 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-12-01T10:47:05.5620934Z ret1 = func(a, *op.input) 2022-12-01T10:47:05.5621268Z test_namedtuple_return_api.py:155: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:47:05.5621909Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:47:05.5622194Z Q, R = torch.qr(A, some) 2022-12-01T10:47:05.5622408Z should be replaced with 2022-12-01T10:47:05.5622892Z 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-12-01T10:47:05.5623290Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T10:47:05.5623664Z test_namedtuple_return_api.py:149: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:47:05.5624166Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:47:05.5624535Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:47:05.5624731Z should be replaced with 2022-12-01T10:47:05.5625022Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:47:05.5625282Z and 2022-12-01T10:47:05.5625635Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:47:05.5625849Z should be replaced with 2022-12-01T10:47:05.5626375Z 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-12-01T10:47:05.5626816Z ret1 = func(a, *op.input) 2022-12-01T10:47:05.5627164Z test_namedtuple_return_api.py:155: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:47:05.5627675Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:47:05.5627998Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:47:05.5628191Z should be replaced with 2022-12-01T10:47:05.5628534Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:47:05.5628748Z and 2022-12-01T10:47:05.5628923Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:47:05.5629185Z should be replaced with 2022-12-01T10:47:05.5629647Z 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-12-01T10:47:05.5630044Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T10:47:05.5630434Z test_namedtuple_return_api.py:149: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:47:05.5630940Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:47:05.5631239Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:47:05.5631487Z should be replaced with 2022-12-01T10:47:05.5631828Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:47:05.5632194Z ret1 = func(a, *op.input) 2022-12-01T10:47:05.5632729Z test_namedtuple_return_api.py:149: 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-12-01T10:47:05.5633102Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:47:05.5633320Z should be replaced with 2022-12-01T10:47:05.5633598Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:47:05.5633791Z and 2022-12-01T10:47:05.5634008Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:47:05.5634285Z should be replaced with 2022-12-01T10:47:05.5634629Z 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-12-01T10:47:05.5635014Z ret1 = func(a, *op.input) 2022-12-01T10:47:05.5635193Z ok (0.019s) 2022-12-01T10:47:05.5635415Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.341s) 2022-12-01T10:47:05.5635586Z 2022-12-01T10:47:05.5635846Z ---------------------------------------------------------------------- 2022-12-01T10:47:05.5636090Z Ran 3 tests in 1.572s 2022-12-01T10:47:05.5636203Z 2022-12-01T10:47:05.5636262Z OK 2022-12-01T10:47:05.5636340Z 2022-12-01T10:47:05.5636467Z Generating XML reports... 2022-12-01T10:47:05.5636910Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201104703.xml 2022-12-01T10:47:05.5637188Z 2022-12-01T10:47:05.5637462Z ##[endgroup] 2022-12-01T10:47:05.5637875Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_rcthvhvi) 2022-12-01T10:47:05.5638156Z 2022-12-01T10:47:05.5638355Z Running test_multiprocessing_spawn ... [2022-12-01 10:47:05.561766] 2022-12-01T10:47:05.5638902Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:05.562089] 2022-12-01T10:47:07.0621142Z 2022-12-01T10:47:07.0622004Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-12-01T10:47:07.0623041Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_spawn_tct4lvjy) 2022-12-01T10:47:07.0623615Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-12-01T10:47:07.0623874Z 2022-12-01T10:47:07.0623950Z Running tests... 2022-12-01T10:47:07.0624261Z ---------------------------------------------------------------------- 2022-12-01T10:47:07.0624550Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.226s) 2022-12-01T10:47:07.0624797Z test_exception_all (__main__.ForkTest) ... ok (0.024s) 2022-12-01T10:47:07.0625613Z 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-12-01T10:47:07.0627007Z 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-12-01T10:47:07.0628131Z test_success (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76061 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:47:07.0629494Z test_success_first_then_exception (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73340 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:47:07.0630563Z 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-12-01T10:47:07.0631609Z 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-12-01T10:47:07.0632879Z 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-12-01T10:47:07.0633931Z test_exception_all (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74223 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:47:07.0635049Z 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-12-01T10:47:07.0636100Z 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.000s) 2022-12-01T10:47:07.0637192Z 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-12-01T10:47:07.0637717Z test_signal_raises (__main__.SpawnTest) ... ok (0.008s) 2022-12-01T10:47:07.0638475Z 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-12-01T10:47:07.0639537Z 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-12-01T10:47:07.0640592Z 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-12-01T10:47:07.0641638Z 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-12-01T10:47:07.0642685Z 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-12-01T10:47:07.0643106Z 2022-12-01T10:47:07.0643303Z ---------------------------------------------------------------------- 2022-12-01T10:47:07.0643535Z Ran 19 tests in 0.268s 2022-12-01T10:47:07.0643649Z 2022-12-01T10:47:07.0643720Z OK (skipped=16) 2022-12-01T10:47:07.0643828Z 2022-12-01T10:47:07.0643913Z Generating XML reports... 2022-12-01T10:47:07.0644311Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221201104706.xml 2022-12-01T10:47:07.0644826Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221201104706.xml 2022-12-01T10:47:07.0645322Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221201104706.xml 2022-12-01T10:47:07.0645552Z 2022-12-01T10:47:07.0645809Z ##[endgroup] 2022-12-01T10:47:07.0646222Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_spawn_tct4lvjy) 2022-12-01T10:47:07.0646462Z 2022-12-01T10:47:07.0646645Z Running test_cuda_primary_ctx ... [2022-12-01 10:47:07.062456] 2022-12-01T10:47:07.0647181Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:07.062796] 2022-12-01T10:47:08.1313310Z 2022-12-01T10:47:08.1313864Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-12-01T10:47:08.1314935Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_v2v87liu) 2022-12-01T10:47:08.1315466Z CUDA not available, skipping tests 2022-12-01T10:47:08.1315602Z 2022-12-01T10:47:08.1315820Z ##[endgroup] 2022-12-01T10:47:08.1316313Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_v2v87liu) 2022-12-01T10:47:08.1316537Z 2022-12-01T10:47:08.1329162Z Running test_cuda_trace ... [2022-12-01 10:47:08.132702] 2022-12-01T10:47:08.1331975Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:08.133012] 2022-12-01T10:47:09.2265105Z 2022-12-01T10:47:09.2265665Z Expand the folded group to see the log file of test_cuda_trace 2022-12-01T10:47:09.2266613Z ##[group]PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_3wepmqgb) 2022-12-01T10:47:09.2267074Z CUDA not available, skipping tests 2022-12-01T10:47:09.2267282Z 2022-12-01T10:47:09.2267651Z ##[endgroup] 2022-12-01T10:47:09.2268339Z FINISHED PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_3wepmqgb) 2022-12-01T10:47:09.2268555Z 2022-12-01T10:47:09.2269726Z Running doctests ... [2022-12-01 10:47:09.226795] 2022-12-01T10:47:09.2615971Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-12-01T10:47:09.2616278Z Listing tests 2022-12-01T10:47:12.2719878Z msg = Cannot scrape callname=DiagnosticEngine in modpath=/opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/diagnostics/infra/engine.py line=13. 2022-12-01T10:47:12.2720522Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-12-01T10:47:12.2720813Z A generic diagnostic engine based on SARIF. 2022-12-01T10:47:12.2721037Z 2022-12-01T10:47:12.2721286Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-12-01T10:47:12.2721885Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-12-01T10:47:12.2722419Z Each DiagnosticContext is powered by a DiagnosticTool, which can be customized with 2022-12-01T10:47:12.2722770Z custom RuleCollection and Diagnostic type. 2022-12-01T10:47:12.2723060Z See infra.DiagnosticContext and infra.DiagnosticTool for more details. 2022-12-01T10:47:12.2723268Z 2022-12-01T10:47:12.2723352Z Examples: 2022-12-01T10:47:12.2723552Z Step 1: Create a set of rules. 2022-12-01T10:47:12.2723789Z >>> rules = infra.RuleCollection.from_list( 2022-12-01T10:47:12.2724025Z ... "CustomRuleCollection", 2022-12-01T10:47:12.2724264Z ... [ 2022-12-01T10:47:12.2724437Z ... infra.Rule( 2022-12-01T10:47:12.2724615Z ... id="r1", 2022-12-01T10:47:12.2724883Z ... name="rule-1", 2022-12-01T10:47:12.2725121Z ... message_default_template="Mising xxx", 2022-12-01T10:47:12.2725367Z ... ), 2022-12-01T10:47:12.2725584Z ... ], 2022-12-01T10:47:12.2725840Z ... ) 2022-12-01T10:47:12.2725998Z 2022-12-01T10:47:12.2726145Z Step 2: Create a diagnostic tool. 2022-12-01T10:47:12.2726476Z >>> tool = infra.DiagnosticTool( 2022-12-01T10:47:12.2726837Z ... name="tool", 2022-12-01T10:47:12.2727181Z ... version="1.0.0", 2022-12-01T10:47:12.2727495Z ... rules=rules, 2022-12-01T10:47:12.2727706Z ... ) 2022-12-01T10:47:12.2727805Z 2022-12-01T10:47:12.2727905Z Step 3: Create a diagnostic engine. 2022-12-01T10:47:12.2728128Z >>> engine = DiagnosticEngine() 2022-12-01T10:47:12.2728446Z 2022-12-01T10:47:12.2728554Z Step 4: Start a new diagnostic context. 2022-12-01T10:47:12.2728814Z >>> with engine.start_diagnostic_context(tool) as context: 2022-12-01T10:47:12.2728993Z 2022-12-01T10:47:12.2729153Z Step 5: Add diagnostics in your code. 2022-12-01T10:47:12.2729705Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-12-01T10:47:12.2730003Z 2022-12-01T10:47:12.2730463Z Step 6: Afterwards, get the SARIF log. 2022-12-01T10:47:12.2730792Z >>> sarif_log = engine.sarif_log() 2022-12-01T10:47:12.2731007Z 2022-12-01T10:47:12.2731448Z Original Error: SyntaxError('unexpected EOF while parsing', ('', 1, 55, 'with engine.start_diagnostic_context(tool) as context:\n')) 2022-12-01T10:47:12.2731760Z 2022-12-01T10:47:12.2731885Z with engine.start_diagnostic_context(tool) as context: 2022-12-01T10:47:12.2732168Z ^ 2022-12-01T10:47:14.0688407Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-12-01T10:47:14.0689186Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-12-01T10:47:14.0690010Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-12-01T10:47:14.0690736Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-12-01T10:47:14.0691441Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so Generator:0 2022-12-01T10:47:14.0692243Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so _LinAlgError:0 2022-12-01T10:47:14.0692964Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-12-01T10:47:14.0693678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-12-01T10:47:14.0694430Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-12-01T10:47:14.0695125Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-12-01T10:47:14.0695814Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-12-01T10:47:14.0696270Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-12-01T10:47:14.0696703Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-12-01T10:47:14.0697215Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-12-01T10:47:14.0697715Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-12-01T10:47:14.0698172Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-12-01T10:47:14.0698769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-12-01T10:47:14.0699427Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-12-01T10:47:14.0699885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-12-01T10:47:14.0700727Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-12-01T10:47:14.0701677Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-12-01T10:47:14.0702508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-12-01T10:47:14.0703044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-12-01T10:47:14.0703708Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-12-01T10:47:14.0704691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-12-01T10:47:14.0705467Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-12-01T10:47:14.0706239Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-12-01T10:47:14.0706737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-12-01T10:47:14.0707144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-12-01T10:47:14.0707572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-12-01T10:47:14.0708122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-12-01T10:47:14.0708748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-12-01T10:47:14.0709462Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-12-01T10:47:14.0710150Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-12-01T10:47:14.0710789Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-12-01T10:47:14.0711485Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-12-01T10:47:14.0712217Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-12-01T10:47:14.0713118Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-12-01T10:47:14.0713808Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-12-01T10:47:14.0714538Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-12-01T10:47:14.0715346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-12-01T10:47:14.0716174Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-12-01T10:47:14.0716979Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-12-01T10:47:14.0717681Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-12-01T10:47:14.0718360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-12-01T10:47:14.0718793Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-12-01T10:47:14.0719210Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-12-01T10:47:14.0719631Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-12-01T10:47:14.0720067Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-12-01T10:47:14.0720496Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-12-01T10:47:14.0720957Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-12-01T10:47:14.0721419Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-12-01T10:47:14.0721876Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-12-01T10:47:14.0722306Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-12-01T10:47:14.0722727Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-12-01T10:47:14.0723148Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-12-01T10:47:14.0723711Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-12-01T10:47:14.0724165Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py nested_tensor:0 2022-12-01T10:47:14.0724605Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py as_nested_tensor:0 2022-12-01T10:47:14.0725078Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-12-01T10:47:14.0725507Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-12-01T10:47:14.0725959Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-12-01T10:47:14.0726419Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-12-01T10:47:14.0726879Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-12-01T10:47:14.0727318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-12-01T10:47:14.0727772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-12-01T10:47:14.0728219Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-12-01T10:47:14.0728678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-12-01T10:47:14.0729136Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-12-01T10:47:14.0729614Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-12-01T10:47:14.0730093Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-12-01T10:47:14.0730565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-12-01T10:47:14.0731047Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-12-01T10:47:14.0731555Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-12-01T10:47:14.0732153Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-12-01T10:47:14.0732648Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-12-01T10:47:14.0733108Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-12-01T10:47:14.0733575Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-12-01T10:47:14.0734051Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-12-01T10:47:14.0734513Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-12-01T10:47:14.0734992Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-12-01T10:47:14.0735464Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-12-01T10:47:14.0735925Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-12-01T10:47:14.0736372Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-12-01T10:47:14.0736823Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-12-01T10:47:14.0737332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-12-01T10:47:14.0737820Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-12-01T10:47:14.0738291Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-12-01T10:47:14.0738815Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-12-01T10:47:14.0739311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-12-01T10:47:14.0739827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-12-01T10:47:14.0740326Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-12-01T10:47:14.0740810Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-12-01T10:47:14.0741260Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-12-01T10:47:14.0741723Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-12-01T10:47:14.0742199Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-12-01T10:47:14.0742707Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn_relu:0 2022-12-01T10:47:14.0743217Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-12-01T10:47:14.0743740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-12-01T10:47:14.0744210Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-12-01T10:47:14.0744686Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-12-01T10:47:14.0745153Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-12-01T10:47:14.0745616Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-12-01T10:47:14.0746077Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-12-01T10:47:14.0746547Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-12-01T10:47:14.0747032Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-12-01T10:47:14.0747501Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-12-01T10:47:14.0747976Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-12-01T10:47:14.0748455Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-12-01T10:47:14.0748929Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-12-01T10:47:14.0749378Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-12-01T10:47:14.0749879Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/backend_config/backend_config.py DTypeConfig:0 2022-12-01T10:47:14.0750430Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-12-01T10:47:14.0751043Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-12-01T10:47:14.0751702Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-12-01T10:47:14.0752410Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-12-01T10:47:14.0753290Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-12-01T10:47:14.0753947Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-12-01T10:47:14.0754639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-12-01T10:47:14.0755344Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py BaseDataSparsifier:0 2022-12-01T10:47:14.0755880Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-12-01T10:47:14.0756390Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-12-01T10:47:14.0756927Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-12-01T10:47:14.0757415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-12-01T10:47:14.0757867Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-12-01T10:47:14.0758316Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-12-01T10:47:14.0758761Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-12-01T10:47:14.0759230Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-12-01T10:47:14.0759731Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-12-01T10:47:14.0760216Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-12-01T10:47:14.0760718Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-12-01T10:47:14.0761220Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-12-01T10:47:14.0761683Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-12-01T10:47:14.0762115Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-12-01T10:47:14.0762544Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-12-01T10:47:14.0762974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-12-01T10:47:14.0763415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-12-01T10:47:14.0763852Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-12-01T10:47:14.0764266Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-12-01T10:47:14.0764765Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-12-01T10:47:14.0765210Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-12-01T10:47:14.0765662Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-12-01T10:47:14.0766160Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-12-01T10:47:14.0766612Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-12-01T10:47:14.0767049Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-12-01T10:47:14.0767507Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py disable_saved_tensors_hooks:0 2022-12-01T10:47:14.0767949Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-12-01T10:47:14.0768502Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-12-01T10:47:14.0768948Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-12-01T10:47:14.0769374Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-12-01T10:47:14.0769818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-12-01T10:47:14.0770259Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-12-01T10:47:14.0770695Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-12-01T10:47:14.0771143Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-12-01T10:47:14.0771601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-12-01T10:47:14.0772135Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-12-01T10:47:14.0772623Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-12-01T10:47:14.0773096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-12-01T10:47:14.0773650Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-12-01T10:47:14.0774140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-12-01T10:47:14.0774632Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-12-01T10:47:14.0775119Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-12-01T10:47:14.0775597Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-12-01T10:47:14.0776087Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_into_tensor:0 2022-12-01T10:47:14.0776587Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-12-01T10:47:14.0777049Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter:0 2022-12-01T10:47:14.0777536Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py reduce_scatter_tensor:0 2022-12-01T10:47:14.0778028Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-12-01T10:47:14.0778543Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-12-01T10:47:14.0779023Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-12-01T10:47:14.0779501Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-12-01T10:47:14.0780061Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-12-01T10:47:14.0780516Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-12-01T10:47:14.0780944Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-12-01T10:47:14.0781394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-12-01T10:47:14.0781880Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-12-01T10:47:14.0782400Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_optim/__init__.py named_params_with_sharded_tensor:0 2022-12-01T10:47:14.0782942Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py init_from_local_shards:0 2022-12-01T10:47:14.0783473Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py custom_sharded_op_impl:0 2022-12-01T10:47:14.0783983Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-12-01T10:47:14.0784613Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-12-01T10:47:14.0785142Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_loader.py load_state_dict:0 2022-12-01T10:47:14.0785673Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_saver.py save_state_dict:0 2022-12-01T10:47:14.0786224Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor._init_from_local_tensor:0 2022-12-01T10:47:14.0786761Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-12-01T10:47:14.0787302Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/_ops/_common.py _sharded_op_common:0 2022-12-01T10:47:14.0787809Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-12-01T10:47:14.0788279Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-12-01T10:47:14.0788777Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/__init__.py register_ddp_comm_hook:0 2022-12-01T10:47:14.0789313Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py noop_hook:0 2022-12-01T10:47:14.0789855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py allreduce_hook:0 2022-12-01T10:47:14.0790409Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_hook:0 2022-12-01T10:47:14.0790943Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_hook:0 2022-12-01T10:47:14.0791494Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_wrapper:0 2022-12-01T10:47:14.0792095Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_wrapper:0 2022-12-01T10:47:14.0792800Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py post_localSGD_hook:0 2022-12-01T10:47:14.0793401Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py powerSGD_hook:0 2022-12-01T10:47:14.0793952Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py batched_powerSGD_hook:0 2022-12-01T10:47:14.0794536Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_pertensor_hook:0 2022-12-01T10:47:14.0795131Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_perchannel_hook:0 2022-12-01T10:47:14.0795711Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-12-01T10:47:14.0796311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-12-01T10:47:14.0796885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-12-01T10:47:14.0797402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-12-01T10:47:14.0797902Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-12-01T10:47:14.0798431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-12-01T10:47:14.0798984Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-12-01T10:47:14.0799530Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-12-01T10:47:14.0800073Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-12-01T10:47:14.0800623Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-12-01T10:47:14.0801224Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-12-01T10:47:14.0801839Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict:0 2022-12-01T10:47:14.0802454Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.load_state_dict:0 2022-12-01T10:47:14.0803080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-12-01T10:47:14.0803740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-12-01T10:47:14.0804392Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-12-01T10:47:14.0804961Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-12-01T10:47:14.0805499Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-12-01T10:47:14.0805995Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-12-01T10:47:14.0806531Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.init_from_module_rref:0 2022-12-01T10:47:14.0807076Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-12-01T10:47:14.0807569Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-12-01T10:47:14.0808112Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-12-01T10:47:14.0808633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-12-01T10:47:14.0809173Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-12-01T10:47:14.0809677Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-12-01T10:47:14.0810155Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-12-01T10:47:14.0810613Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-12-01T10:47:14.0811057Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-12-01T10:47:14.0811486Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-12-01T10:47:14.0811994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-12-01T10:47:14.0812439Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-12-01T10:47:14.0812901Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-12-01T10:47:14.0813431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-12-01T10:47:14.0814017Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/server_process_global_profiler.py _server_process_global_profile:0 2022-12-01T10:47:14.0814518Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-12-01T10:47:14.0814960Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-12-01T10:47:14.0815394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-12-01T10:47:14.0815861Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-12-01T10:47:14.0816320Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-12-01T10:47:14.0816752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-12-01T10:47:14.0817213Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-12-01T10:47:14.0817727Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-12-01T10:47:14.0818214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-12-01T10:47:14.0818670Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-12-01T10:47:14.0819201Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-12-01T10:47:14.0819665Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-12-01T10:47:14.0820117Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-12-01T10:47:14.0820584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-12-01T10:47:14.0821039Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-12-01T10:47:14.0821503Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-12-01T10:47:14.0821974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-12-01T10:47:14.0822431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-12-01T10:47:14.0822885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-12-01T10:47:14.0823347Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-12-01T10:47:14.0823811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-12-01T10:47:14.0824283Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-12-01T10:47:14.0824818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-12-01T10:47:14.0825352Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-12-01T10:47:14.0825834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-12-01T10:47:14.0826320Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-12-01T10:47:14.0826790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-12-01T10:47:14.0827271Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-12-01T10:47:14.0827730Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-12-01T10:47:14.0828177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-12-01T10:47:14.0828664Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-12-01T10:47:14.0829192Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-12-01T10:47:14.0829675Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-12-01T10:47:14.0830145Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-12-01T10:47:14.0830624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-12-01T10:47:14.0831153Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-12-01T10:47:14.0831632Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-12-01T10:47:14.0832083Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-12-01T10:47:14.0832667Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-12-01T10:47:14.0833188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-12-01T10:47:14.0833611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-12-01T10:47:14.0834056Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-12-01T10:47:14.0834554Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-12-01T10:47:14.0834997Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-12-01T10:47:14.0835425Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-12-01T10:47:14.0835879Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-12-01T10:47:14.0836324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-12-01T10:47:14.0836752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-12-01T10:47:14.0837187Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-12-01T10:47:14.0837674Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-12-01T10:47:14.0838164Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-12-01T10:47:14.0838639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-12-01T10:47:14.0839126Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-12-01T10:47:14.0839615Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-12-01T10:47:14.0840106Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-12-01T10:47:14.0840589Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-12-01T10:47:14.0841103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-12-01T10:47:14.0841617Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-12-01T10:47:14.0842122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-12-01T10:47:14.0842618Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-12-01T10:47:14.0843127Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-12-01T10:47:14.0843635Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-12-01T10:47:14.0844157Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-12-01T10:47:14.0844650Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-12-01T10:47:14.0845154Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-12-01T10:47:14.0845663Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-12-01T10:47:14.0846176Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-12-01T10:47:14.0846713Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-12-01T10:47:14.0847223Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-12-01T10:47:14.0847731Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-12-01T10:47:14.0848263Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-12-01T10:47:14.0848740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-12-01T10:47:14.0849231Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-12-01T10:47:14.0849714Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-12-01T10:47:14.0850204Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-12-01T10:47:14.0850714Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-12-01T10:47:14.0851262Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-12-01T10:47:14.0851915Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-12-01T10:47:14.0852501Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-12-01T10:47:14.0853071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-12-01T10:47:14.0853648Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-12-01T10:47:14.0854194Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-12-01T10:47:14.0854738Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-12-01T10:47:14.0855266Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-12-01T10:47:14.0855801Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-12-01T10:47:14.0856329Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-12-01T10:47:14.0856869Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-12-01T10:47:14.0869748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-12-01T10:47:14.0870278Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-12-01T10:47:14.0870757Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-12-01T10:47:14.0871256Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-12-01T10:47:14.0871716Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-12-01T10:47:14.0872148Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-12-01T10:47:14.0872915Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-12-01T10:47:14.0873417Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-12-01T10:47:14.0873890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-12-01T10:47:14.0874430Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-12-01T10:47:14.0874908Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-12-01T10:47:14.0875380Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-12-01T10:47:14.0875853Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-12-01T10:47:14.0876347Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-12-01T10:47:14.0876807Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-12-01T10:47:14.0877243Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-12-01T10:47:14.0877670Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-12-01T10:47:14.0878103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-12-01T10:47:14.0878527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-12-01T10:47:14.0878948Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-12-01T10:47:14.0879398Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-12-01T10:47:14.0879878Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-12-01T10:47:14.0880322Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-12-01T10:47:14.0880728Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-12-01T10:47:14.0881145Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-12-01T10:47:14.0881561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-12-01T10:47:14.0881974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-12-01T10:47:14.0882373Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-12-01T10:47:14.0882790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-12-01T10:47:14.0883203Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-12-01T10:47:14.0883597Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-12-01T10:47:14.0884011Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-12-01T10:47:14.0884421Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-12-01T10:47:14.0884825Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-12-01T10:47:14.0885211Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-12-01T10:47:14.0885610Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-12-01T10:47:14.0886009Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-12-01T10:47:14.0886409Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-12-01T10:47:14.0886888Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-12-01T10:47:14.0887314Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-12-01T10:47:14.0887740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-12-01T10:47:14.0888184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-12-01T10:47:14.0888590Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-12-01T10:47:14.0889048Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-12-01T10:47:14.0889571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-12-01T10:47:14.0890080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-12-01T10:47:14.0890554Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-12-01T10:47:14.0890998Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-12-01T10:47:14.0891436Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-12-01T10:47:14.0891964Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-12-01T10:47:14.0892411Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-12-01T10:47:14.0892853Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-12-01T10:47:14.0893292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-12-01T10:47:14.0893740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-12-01T10:47:14.0894174Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-12-01T10:47:14.0894606Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-12-01T10:47:14.0895036Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-12-01T10:47:14.0895480Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-12-01T10:47:14.0895909Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-12-01T10:47:14.0896335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-12-01T10:47:14.0896751Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-12-01T10:47:14.0897187Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-12-01T10:47:14.0897639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-12-01T10:47:14.0898081Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-12-01T10:47:14.0898536Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-12-01T10:47:14.0898982Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-12-01T10:47:14.0899433Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-12-01T10:47:14.0899893Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-12-01T10:47:14.0900353Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-12-01T10:47:14.0900842Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-12-01T10:47:14.0901291Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-12-01T10:47:14.0901722Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-12-01T10:47:14.0902196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-12-01T10:47:14.0902647Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-12-01T10:47:14.0903101Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-12-01T10:47:14.0903540Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-12-01T10:47:14.0903991Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-12-01T10:47:14.0904438Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-12-01T10:47:14.0904882Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-12-01T10:47:14.0905390Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-12-01T10:47:14.0905893Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-12-01T10:47:14.0906356Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-12-01T10:47:14.0906791Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-12-01T10:47:14.0907237Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-12-01T10:47:14.0907697Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-12-01T10:47:14.0908155Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-12-01T10:47:14.0908605Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-12-01T10:47:14.0909079Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-12-01T10:47:14.0909526Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-12-01T10:47:14.0909966Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-12-01T10:47:14.0910388Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-12-01T10:47:14.0910832Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-12-01T10:47:14.0911279Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-12-01T10:47:14.0911737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-12-01T10:47:14.0912195Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-12-01T10:47:14.0912812Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-12-01T10:47:14.0913239Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-12-01T10:47:14.0913642Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-12-01T10:47:14.0914097Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-12-01T10:47:14.0914632Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-12-01T10:47:14.0915110Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-12-01T10:47:14.0915558Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-12-01T10:47:14.0916041Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-12-01T10:47:14.0916473Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-12-01T10:47:14.0916890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-12-01T10:47:14.0917318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-12-01T10:47:14.0917742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-12-01T10:47:14.0918184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-12-01T10:47:14.0918622Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-12-01T10:47:14.0919064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-12-01T10:47:14.0919491Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-12-01T10:47:14.0919911Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-12-01T10:47:14.0920345Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-12-01T10:47:14.0920811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-12-01T10:47:14.0921274Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-12-01T10:47:14.0921729Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-12-01T10:47:14.0922170Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-12-01T10:47:14.0922623Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-12-01T10:47:14.0923119Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-12-01T10:47:14.0923570Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-12-01T10:47:14.0924027Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-12-01T10:47:14.0924491Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-12-01T10:47:14.0924935Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-12-01T10:47:14.0925371Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-12-01T10:47:14.0925835Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-12-01T10:47:14.0926313Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-12-01T10:47:14.0926776Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-12-01T10:47:14.0927222Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-12-01T10:47:14.0927692Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-12-01T10:47:14.0928150Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-12-01T10:47:14.0928645Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-12-01T10:47:14.0929122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-12-01T10:47:14.0929632Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-12-01T10:47:14.0930093Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-12-01T10:47:14.0930536Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-12-01T10:47:14.0930993Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-12-01T10:47:14.0931438Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-12-01T10:47:14.0931997Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-12-01T10:47:14.0932449Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-12-01T10:47:14.0932909Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-12-01T10:47:14.0933374Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-12-01T10:47:14.0933836Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-12-01T10:47:14.0934286Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-12-01T10:47:14.0934737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-12-01T10:47:14.0935200Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-12-01T10:47:14.0935675Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-12-01T10:47:14.0936120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-12-01T10:47:14.0936564Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-12-01T10:47:14.0936999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-12-01T10:47:14.0937424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-12-01T10:47:14.0937870Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-12-01T10:47:14.0938317Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-12-01T10:47:14.0938763Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-12-01T10:47:14.0939188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-12-01T10:47:14.0939624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-12-01T10:47:14.0940088Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-12-01T10:47:14.0940568Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-12-01T10:47:14.0941010Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-12-01T10:47:14.0941448Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-12-01T10:47:14.0941908Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-12-01T10:47:14.0942415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-12-01T10:47:14.0942877Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-12-01T10:47:14.0943344Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-12-01T10:47:14.0943845Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-12-01T10:47:14.0944293Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-12-01T10:47:14.0944726Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-12-01T10:47:14.0945140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-12-01T10:47:14.0945548Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-12-01T10:47:14.0945949Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-12-01T10:47:14.0946374Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-12-01T10:47:14.0946797Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-12-01T10:47:14.0947231Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-12-01T10:47:14.0947686Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-12-01T10:47:14.0948147Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-12-01T10:47:14.0948629Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-12-01T10:47:14.0949092Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-12-01T10:47:14.0949569Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-12-01T10:47:14.0950055Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-12-01T10:47:14.0950547Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-12-01T10:47:14.0951034Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-12-01T10:47:14.0951541Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-12-01T10:47:14.0952015Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-12-01T10:47:14.0952607Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-12-01T10:47:14.0953111Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-12-01T10:47:14.0953596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-12-01T10:47:14.0954097Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-12-01T10:47:14.0954628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-12-01T10:47:14.0955159Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-12-01T10:47:14.0955724Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-12-01T10:47:14.0956365Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-12-01T10:47:14.0956953Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-12-01T10:47:14.0957520Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-12-01T10:47:14.0958088Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_per_sample_grad.py call_for_per_sample_grads:0 2022-12-01T10:47:14.0958543Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-12-01T10:47:14.0959028Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/memory_format.py convert_conv2d_weight_memory_format:0 2022-12-01T10:47:14.0959502Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-12-01T10:47:14.0959985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-12-01T10:47:14.0960479Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-12-01T10:47:14.0960934Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-12-01T10:47:14.0961372Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-12-01T10:47:14.0961823Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-12-01T10:47:14.0962273Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-12-01T10:47:14.0962700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-12-01T10:47:14.0963153Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-12-01T10:47:14.0963603Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-12-01T10:47:14.0964031Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-12-01T10:47:14.0964446Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-12-01T10:47:14.0964888Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-12-01T10:47:14.0965324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-12-01T10:47:14.0965761Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-12-01T10:47:14.0966181Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-12-01T10:47:14.0966618Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-12-01T10:47:14.0967067Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-12-01T10:47:14.0967542Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-12-01T10:47:14.0967995Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-12-01T10:47:14.0968451Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-12-01T10:47:14.0968913Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-12-01T10:47:14.0969375Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-12-01T10:47:14.0969958Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-12-01T10:47:14.0970459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-12-01T10:47:14.0970910Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-12-01T10:47:14.0971389Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-12-01T10:47:14.0971917Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-12-01T10:47:14.0972368Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-12-01T10:47:14.0972814Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-12-01T10:47:14.0973244Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-12-01T10:47:14.0973691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-12-01T10:47:14.0974148Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-12-01T10:47:14.0974611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-12-01T10:47:14.0975071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-12-01T10:47:14.0975527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-12-01T10:47:14.0976027Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-12-01T10:47:14.0976557Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-12-01T10:47:14.0977046Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-12-01T10:47:14.0977463Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-12-01T10:47:14.0977894Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-12-01T10:47:14.0978331Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-12-01T10:47:14.0978770Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-12-01T10:47:14.0979199Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-12-01T10:47:14.0979635Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-12-01T10:47:14.0980064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-12-01T10:47:14.0980514Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-12-01T10:47:14.0980960Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-12-01T10:47:14.0981411Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-12-01T10:47:14.0981924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-12-01T10:47:14.0982434Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-12-01T10:47:14.0982946Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-12-01T10:47:14.0983422Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-12-01T10:47:14.0983944Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-12-01T10:47:14.0984406Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-12-01T10:47:14.0984866Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-12-01T10:47:14.0985327Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-12-01T10:47:14.0985772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-12-01T10:47:14.0986209Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-12-01T10:47:14.0986685Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-12-01T10:47:14.0987161Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-12-01T10:47:14.0987618Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-12-01T10:47:14.0988092Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-12-01T10:47:14.0988588Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-12-01T10:47:14.0989047Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-12-01T10:47:14.0989511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-12-01T10:47:14.0989969Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py collate:0 2022-12-01T10:47:14.0990431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-12-01T10:47:14.0990901Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-12-01T10:47:14.0991389Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-12-01T10:47:14.0991898Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-12-01T10:47:14.0992411Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-12-01T10:47:14.0993127Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-12-01T10:47:14.0993662Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-12-01T10:47:14.0994196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-12-01T10:47:14.0994700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-12-01T10:47:14.0995238Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-12-01T10:47:14.0995787Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-12-01T10:47:14.0996320Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-12-01T10:47:14.0996841Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-12-01T10:47:14.0997386Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-12-01T10:47:14.0997985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-12-01T10:47:14.0998513Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-12-01T10:47:14.0999067Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-12-01T10:47:14.0999582Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-12-01T10:47:14.1000120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-12-01T10:47:14.1000677Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-12-01T10:47:14.1001196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-12-01T10:47:14.1001734Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-12-01T10:47:14.1002267Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-12-01T10:47:14.1002786Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-12-01T10:47:14.1003288Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-12-01T10:47:14.1003823Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-12-01T10:47:14.1004345Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-12-01T10:47:14.1004842Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-12-01T10:47:14.1005319Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-12-01T10:47:14.1005813Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-12-01T10:47:14.1006321Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-12-01T10:47:14.1006830Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-12-01T10:47:14.1007319Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-12-01T10:47:14.1007826Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-12-01T10:47:14.1008342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-12-01T10:47:14.1008849Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-12-01T10:47:14.1009344Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-12-01T10:47:14.1009841Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-12-01T10:47:14.1010346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-12-01T10:47:14.1010851Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-12-01T10:47:14.1011427Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-12-01T10:47:14.1012064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-12-01T10:47:14.1012596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-12-01T10:47:14.1013143Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-12-01T10:47:14.3091761Z 2022-12-01T10:47:14.3092108Z real 41m16.714s 2022-12-01T10:47:14.3092452Z user 112m38.552s 2022-12-01T10:47:14.3094367Z sys 4m4.494s 2022-12-01T10:47:14.3095034Z + assert_git_not_dirty 2022-12-01T10:47:14.3095633Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:47:14.3096071Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-12-01T10:47:14.3096437Z ++ git status --porcelain 2022-12-01T10:47:22.0521788Z + git_status= 2022-12-01T10:47:22.0522281Z + [[ -n '' ]] 2022-12-01T10:47:22.0522550Z + test_aten 2022-12-01T10:47:22.0522871Z + [[ linux-focal-py3.7-gcc7 != *asan* ]] 2022-12-01T10:47:22.0523158Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:47:22.0523499Z + echo 'Running ATen tests with pytorch lib' 2022-12-01T10:47:22.0523731Z Running ATen tests with pytorch lib 2022-12-01T10:47:22.0523947Z + [[ -n '' ]] 2022-12-01T10:47:22.0524247Z + echo 'Running test with the build folder' 2022-12-01T10:47:22.0524470Z Running test with the build folder 2022-12-01T10:47:22.0524662Z + TEST_BASE_DIR=build/bin 2022-12-01T10:47:22.0525049Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so build/bin 2022-12-01T10:47:22.0613564Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libcaffe2*' build/bin 2022-12-01T10:47:22.0621815Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libmkldnn*' build/bin 2022-12-01T10:47:22.0629354Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libnccl*' build/bin 2022-12-01T10:47:22.0638185Z + 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-12-01T10:47:22.0656268Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' build/bin 2022-12-01T10:47:22.0662941Z + ls build/bin 2022-12-01T10:47:22.0772615Z CppSignature_test extension_backend_test 2022-12-01T10:47:22.0773234Z Dict_test half_test 2022-12-01T10:47:22.0773703Z Dimname_test inline_container_test 2022-12-01T10:47:22.0774590Z FileStoreTest ivalue_test 2022-12-01T10:47:22.0774891Z HashStoreTest kernel_function_legacy_test 2022-12-01T10:47:22.0775282Z IListRef_test kernel_function_test 2022-12-01T10:47:22.0775677Z KernelFunction_test kernel_lambda_legacy_test 2022-12-01T10:47:22.0776036Z List_test kernel_lambda_test 2022-12-01T10:47:22.0776453Z MaybeOwned_test kernel_stackbased_test 2022-12-01T10:47:22.0776872Z NamedTensor_test lazy_tensor_test 2022-12-01T10:47:22.0777288Z ProcessGroupGlooTest libc10.so 2022-12-01T10:47:22.0777816Z TCPStoreTest 'libcaffe2*' 2022-12-01T10:47:22.0778189Z aot_model_compiler_test 'libmkldnn*' 2022-12-01T10:47:22.0778443Z apply_utils_test 'libnccl*' 2022-12-01T10:47:22.0778701Z atest 'libtbb*' 2022-12-01T10:47:22.0778908Z backend_fallback_test libtorch.so 2022-12-01T10:47:22.0779121Z basic libtorch_cpu.so 2022-12-01T10:47:22.0779326Z broadcast_test libtorch_global_deps.so 2022-12-01T10:47:22.0779557Z c10_Array_test libtorch_python.so 2022-12-01T10:47:22.0779784Z c10_Bitset_test libtorchbind_test.so 2022-12-01T10:47:22.0780015Z c10_C++17_test make_boxed_from_unboxed_functor_test 2022-12-01T10:47:22.0780430Z c10_CompileTimeFunctionPointer_test math_kernel_test 2022-12-01T10:47:22.0780722Z c10_ConstexprCrc_test memory_format_test 2022-12-01T10:47:22.0780982Z c10_DeadlockDetection_test memory_overlapping_test 2022-12-01T10:47:22.0781225Z c10_DeviceGuard_test mobile_memory_cleanup 2022-12-01T10:47:22.0781501Z c10_Device_test native_test 2022-12-01T10:47:22.0781731Z c10_DispatchKeySet_test op_allowlist_test 2022-12-01T10:47:22.0781955Z c10_Half_test op_registration_test 2022-12-01T10:47:22.0782200Z c10_InlineDeviceGuard_test operator_name_test 2022-12-01T10:47:22.0782451Z c10_InlineStreamGuard_test operators_test 2022-12-01T10:47:22.0782697Z c10_LeftRight_test packedtensoraccessor_test 2022-12-01T10:47:22.0782958Z c10_Metaprogramming_test parallel_benchmark 2022-12-01T10:47:22.0783197Z c10_SizesAndStrides_test pow_test 2022-12-01T10:47:22.0783418Z c10_SmallVectorTest protoc 2022-12-01T10:47:22.0783690Z c10_StreamGuard_test protoc-3.13.0.0 2022-12-01T10:47:22.0783912Z c10_SymInt_test quantized_test 2022-12-01T10:47:22.0784136Z c10_Synchronized_test reduce_ops_test 2022-12-01T10:47:22.0784368Z c10_ThreadLocal_test reportMemoryUsage_test 2022-12-01T10:47:22.0784615Z c10_TypeIndex_test scalar_tensor_test 2022-12-01T10:47:22.0784835Z c10_TypeList_test scalar_test 2022-12-01T10:47:22.0785051Z c10_TypeTraits_test stride_properties_test 2022-12-01T10:47:22.0785295Z c10_accumulate_test tensor_iterator_test 2022-12-01T10:47:22.0785511Z c10_bfloat16_test test_api 2022-12-01T10:47:22.0785712Z c10_complex_math_test test_cpp_rpc 2022-12-01T10:47:22.0785935Z c10_complex_test test_dist_autograd 2022-12-01T10:47:22.0786142Z c10_either_test test_jit 2022-12-01T10:47:22.0786329Z c10_exception_test test_lazy 2022-12-01T10:47:22.0786536Z c10_flags_test test_mobile_nnc 2022-12-01T10:47:22.0786766Z c10_intrusive_ptr_benchmark test_parallel 2022-12-01T10:47:22.0786989Z c10_intrusive_ptr_test test_tensorexpr 2022-12-01T10:47:22.0787211Z c10_irange_test thread_init_test 2022-12-01T10:47:22.0787428Z c10_logging_test torch_shm_manager 2022-12-01T10:47:22.0787657Z c10_optional_test tutorial_tensorexpr 2022-12-01T10:47:22.0787886Z c10_ordered_preserving_dict_test type_ptr_test 2022-12-01T10:47:22.0788112Z c10_registry_test type_test 2022-12-01T10:47:22.0788336Z c10_string_view_test undefined_tensor_test 2022-12-01T10:47:22.0788545Z c10_tempfile_test variant_test 2022-12-01T10:47:22.0788769Z c10_typeid_test vec_test_all_types_AVX2 2022-12-01T10:47:22.0789010Z cpu_generator_test vec_test_all_types_DEFAULT 2022-12-01T10:47:22.0789256Z cpu_profiling_allocator_test verify_api_visibility 2022-12-01T10:47:22.0789484Z cpu_rng_test vmap_test 2022-12-01T10:47:22.0789699Z dispatch_key_set_test weakref_test 2022-12-01T10:47:22.0789907Z dlconvertor_test wrapdim_test 2022-12-01T10:47:22.0790128Z example_allreduce xla_tensor_test 2022-12-01T10:47:22.0790345Z + aten/tools/run_tests.sh build/bin 2022-12-01T10:47:22.0818663Z + set -e 2022-12-01T10:47:22.0820803Z ++ dirname aten/tools/run_tests.sh 2022-12-01T10:47:22.0831593Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-12-01T10:47:22.0831919Z + pushd build/bin 2022-12-01T10:47:22.0832180Z ~/workspace/build/bin ~/workspace 2022-12-01T10:47:22.0832372Z + VALGRIND=ON 2022-12-01T10:47:22.0832876Z + ./basic 2022-12-01T10:47:22.3321594Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:22.3322371Z [==========] Running 5 tests from 1 test suite. 2022-12-01T10:47:22.3322811Z [----------] Global test environment set-up. 2022-12-01T10:47:22.3323100Z [----------] 5 tests from BasicTest 2022-12-01T10:47:22.3323556Z [ RUN ] BasicTest.BasicTestCPU 2022-12-01T10:47:22.3595385Z 4 ms 2022-12-01T10:47:22.4246574Z 65 ms 2022-12-01T10:47:22.5260707Z 101 ms 2022-12-01T10:47:22.5363653Z [ OK ] BasicTest.BasicTestCPU (204 ms) 2022-12-01T10:47:22.5364026Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-12-01T10:47:22.5389792Z 2 ms 2022-12-01T10:47:22.6262240Z 86 ms 2022-12-01T10:47:22.7491120Z 122 ms 2022-12-01T10:47:22.7592104Z [ OK ] BasicTest.BasicTestHalfCPU (222 ms) 2022-12-01T10:47:22.7592862Z [ RUN ] BasicTest.BasicTestCUDA 2022-12-01T10:47:22.7593215Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-12-01T10:47:22.7593660Z [ RUN ] BasicTest.FactoryMethodsTest 2022-12-01T10:47:22.7594169Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-12-01T10:47:22.7594503Z [ RUN ] BasicTest.BasicStdTestCPU 2022-12-01T10:47:22.7594734Z Simple example: called once 2022-12-01T10:47:22.7598881Z throw: call_once will retry 2022-12-01T10:47:22.7600490Z throw: call_once will retry 2022-12-01T10:47:22.7602418Z Didn't throw, call_once will not attempt again 2022-12-01T10:47:22.7603384Z [ OK ] BasicTest.BasicStdTestCPU (0 ms) 2022-12-01T10:47:22.7603900Z [----------] 5 tests from BasicTest (428 ms total) 2022-12-01T10:47:22.7604136Z 2022-12-01T10:47:22.7604404Z [----------] Global test environment tear-down 2022-12-01T10:47:22.7604938Z [==========] 5 tests from 1 test suite ran. (428 ms total) 2022-12-01T10:47:22.7605337Z [ PASSED ] 5 tests. 2022-12-01T10:47:22.8241341Z + ./atest 2022-12-01T10:47:23.0767532Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:23.0768419Z [==========] Running 16 tests from 1 test suite. 2022-12-01T10:47:23.0768770Z [----------] Global test environment set-up. 2022-12-01T10:47:23.0769051Z [----------] 16 tests from atest 2022-12-01T10:47:23.0769322Z [ RUN ] atest.operators 2022-12-01T10:47:23.0772249Z [ OK ] atest.operators (0 ms) 2022-12-01T10:47:23.0772794Z [ RUN ] atest.logical_and_operators 2022-12-01T10:47:23.0773469Z [ OK ] atest.logical_and_operators (0 ms) 2022-12-01T10:47:23.0773908Z [ RUN ] atest.logical_or_operators 2022-12-01T10:47:23.0774384Z [ OK ] atest.logical_or_operators (0 ms) 2022-12-01T10:47:23.0774906Z [ RUN ] atest.logical_xor_operators 2022-12-01T10:47:23.0775395Z [ OK ] atest.logical_xor_operators (0 ms) 2022-12-01T10:47:23.0775874Z [ RUN ] atest.lt_operators 2022-12-01T10:47:23.0776273Z [ OK ] atest.lt_operators (0 ms) 2022-12-01T10:47:23.0776664Z [ RUN ] atest.le_operators 2022-12-01T10:47:23.0776960Z [ OK ] atest.le_operators (0 ms) 2022-12-01T10:47:23.0777227Z [ RUN ] atest.gt_operators 2022-12-01T10:47:23.0777494Z [ OK ] atest.gt_operators (0 ms) 2022-12-01T10:47:23.0777810Z [ RUN ] atest.ge_operators 2022-12-01T10:47:23.0778073Z [ OK ] atest.ge_operators (0 ms) 2022-12-01T10:47:23.0778358Z [ RUN ] atest.eq_operators 2022-12-01T10:47:23.0778703Z [ OK ] atest.eq_operators (0 ms) 2022-12-01T10:47:23.0778949Z [ RUN ] atest.ne_operators 2022-12-01T10:47:23.0779217Z [ OK ] atest.ne_operators (0 ms) 2022-12-01T10:47:23.0779531Z [ RUN ] atest.add_operators 2022-12-01T10:47:23.0779788Z [ OK ] atest.add_operators (0 ms) 2022-12-01T10:47:23.0780110Z [ RUN ] atest.max_operators 2022-12-01T10:47:23.0780623Z [ OK ] atest.max_operators (0 ms) 2022-12-01T10:47:23.0781033Z [ RUN ] atest.min_operators 2022-12-01T10:47:23.0781352Z [ OK ] atest.min_operators (0 ms) 2022-12-01T10:47:23.0782019Z [ RUN ] atest.sigmoid_backward_operator 2022-12-01T10:47:23.0782347Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-12-01T10:47:23.0782750Z [ RUN ] atest.fmod_tensor_operators 2022-12-01T10:47:23.0783517Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-12-01T10:47:23.0783841Z [ RUN ] atest.atest 2022-12-01T10:47:23.0807253Z [ OK ] atest.atest (2 ms) 2022-12-01T10:47:23.0807632Z [----------] 16 tests from atest (4 ms total) 2022-12-01T10:47:23.0807771Z 2022-12-01T10:47:23.0807943Z [----------] Global test environment tear-down 2022-12-01T10:47:23.0808261Z [==========] 16 tests from 1 test suite ran. (4 ms total) 2022-12-01T10:47:23.0808609Z [ PASSED ] 16 tests. 2022-12-01T10:47:23.1461001Z + ./scalar_test 2022-12-01T10:47:23.3996302Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:23.3996877Z [==========] Running 5 tests from 2 test suites. 2022-12-01T10:47:23.3997316Z [----------] Global test environment set-up. 2022-12-01T10:47:23.3997613Z [----------] 4 tests from TestScalar 2022-12-01T10:47:23.3997877Z [ RUN ] TestScalar.TestScalar 2022-12-01T10:47:23.3998132Z H2: 3 257 3 1 2022-12-01T10:47:23.4062701Z [ OK ] TestScalar.TestScalar (6 ms) 2022-12-01T10:47:23.4063271Z [ RUN ] TestScalar.TestConj 2022-12-01T10:47:23.4063690Z [ OK ] TestScalar.TestConj (0 ms) 2022-12-01T10:47:23.4064116Z [ RUN ] TestScalar.TestEqual 2022-12-01T10:47:23.4064425Z [ OK ] TestScalar.TestEqual (0 ms) 2022-12-01T10:47:23.4064776Z [ RUN ] TestScalar.TestFormatting 2022-12-01T10:47:23.4065083Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-12-01T10:47:23.4065406Z [----------] 4 tests from TestScalar (6 ms total) 2022-12-01T10:47:23.4065546Z 2022-12-01T10:47:23.4065692Z [----------] 1 test from TestSymInt 2022-12-01T10:47:23.4065953Z [ RUN ] TestSymInt.Basic 2022-12-01T10:47:23.4066227Z [ OK ] TestSymInt.Basic (0 ms) 2022-12-01T10:47:23.4066506Z [----------] 1 test from TestSymInt (0 ms total) 2022-12-01T10:47:23.4066654Z 2022-12-01T10:47:23.4066820Z [----------] Global test environment tear-down 2022-12-01T10:47:23.4067140Z [==========] 5 tests from 2 test suites ran. (6 ms total) 2022-12-01T10:47:23.4067400Z [ PASSED ] 5 tests. 2022-12-01T10:47:23.4664989Z + ./broadcast_test 2022-12-01T10:47:23.7133993Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:23.7134996Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:47:23.7135300Z [----------] Global test environment set-up. 2022-12-01T10:47:23.7135598Z [----------] 1 test from BroadcastTest 2022-12-01T10:47:23.7135886Z [ RUN ] BroadcastTest.Broadcast 2022-12-01T10:47:23.7527130Z [ OK ] BroadcastTest.Broadcast (39 ms) 2022-12-01T10:47:23.7527759Z [----------] 1 test from BroadcastTest (39 ms total) 2022-12-01T10:47:23.7527953Z 2022-12-01T10:47:23.7528123Z [----------] Global test environment tear-down 2022-12-01T10:47:23.7528431Z [==========] 1 test from 1 test suite ran. (39 ms total) 2022-12-01T10:47:23.7528681Z [ PASSED ] 1 test. 2022-12-01T10:47:23.8131825Z + ./wrapdim_test 2022-12-01T10:47:24.0621484Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:24.0622179Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:47:24.0622474Z [----------] Global test environment set-up. 2022-12-01T10:47:24.0622773Z [----------] 1 test from TestWrapdim 2022-12-01T10:47:24.0623055Z [ RUN ] TestWrapdim.TestWrapdim 2022-12-01T10:47:24.0627984Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-12-01T10:47:24.0628848Z [----------] 1 test from TestWrapdim (0 ms total) 2022-12-01T10:47:24.0629019Z 2022-12-01T10:47:24.0629191Z [----------] Global test environment tear-down 2022-12-01T10:47:24.0629504Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T10:47:24.0629815Z [ PASSED ] 1 test. 2022-12-01T10:47:24.1213268Z + ./apply_utils_test 2022-12-01T10:47:24.3736476Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:24.3737019Z [==========] Running 6 tests from 1 test suite. 2022-12-01T10:47:24.3737331Z [----------] Global test environment set-up. 2022-12-01T10:47:24.3737759Z [----------] 6 tests from ApplyUtilsTest 2022-12-01T10:47:24.3738062Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-12-01T10:47:24.3762252Z [ OK ] ApplyUtilsTest.Contiguous2D (2 ms) 2022-12-01T10:47:24.3762621Z [ RUN ] ApplyUtilsTest.Small2D 2022-12-01T10:47:24.3762969Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-12-01T10:47:24.3763251Z [ RUN ] ApplyUtilsTest._2D 2022-12-01T10:47:24.3771884Z [ OK ] ApplyUtilsTest._2D (0 ms) 2022-12-01T10:47:24.3772147Z [ RUN ] ApplyUtilsTest._3D 2022-12-01T10:47:24.3773708Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-12-01T10:47:24.3774005Z [ RUN ] ApplyUtilsTest.Medium3D 2022-12-01T10:47:24.3784641Z [ OK ] ApplyUtilsTest.Medium3D (1 ms) 2022-12-01T10:47:24.3784914Z [ RUN ] ApplyUtilsTest._10D 2022-12-01T10:47:24.4442383Z [ OK ] ApplyUtilsTest._10D (65 ms) 2022-12-01T10:47:24.4442746Z [----------] 6 tests from ApplyUtilsTest (70 ms total) 2022-12-01T10:47:24.4442956Z 2022-12-01T10:47:24.4443135Z [----------] Global test environment tear-down 2022-12-01T10:47:24.4443451Z [==========] 6 tests from 1 test suite ran. (70 ms total) 2022-12-01T10:47:24.4443747Z [ PASSED ] 6 tests. 2022-12-01T10:47:24.5051237Z + ./dlconvertor_test 2022-12-01T10:47:24.7524073Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:24.7524639Z [==========] Running 2 tests from 1 test suite. 2022-12-01T10:47:24.7524987Z [----------] Global test environment set-up. 2022-12-01T10:47:24.7525275Z [----------] 2 tests from TestDlconvertor 2022-12-01T10:47:24.7525584Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-12-01T10:47:24.7528770Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-12-01T10:47:24.7529412Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-12-01T10:47:24.7529953Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-12-01T10:47:24.7530317Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-12-01T10:47:24.7530478Z 2022-12-01T10:47:24.7530655Z [----------] Global test environment tear-down 2022-12-01T10:47:24.7530949Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-12-01T10:47:24.7531207Z [ PASSED ] 2 tests. 2022-12-01T10:47:24.8108518Z + ./native_test 2022-12-01T10:47:25.0656305Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:25.0656870Z [==========] Running 2 tests from 1 test suite. 2022-12-01T10:47:25.0657244Z [----------] Global test environment set-up. 2022-12-01T10:47:25.0657539Z [----------] 2 tests from TestNative 2022-12-01T10:47:25.0657855Z [ RUN ] TestNative.NativeTestCPU 2022-12-01T10:47:25.0815411Z [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-12-01T10:47:25.0816054Z [ OK ] TestNative.NativeTestCPU (16 ms) 2022-12-01T10:47:25.0816633Z [ RUN ] TestNative.NativeTestGPU 2022-12-01T10:47:25.0816948Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-12-01T10:47:25.0817271Z [----------] 2 tests from TestNative (16 ms total) 2022-12-01T10:47:25.0817430Z 2022-12-01T10:47:25.0817596Z [----------] Global test environment tear-down 2022-12-01T10:47:25.0817951Z [==========] 2 tests from 1 test suite ran. (16 ms total) 2022-12-01T10:47:25.0818206Z [ PASSED ] 2 tests. 2022-12-01T10:47:25.1424005Z + ./scalar_tensor_test 2022-12-01T10:47:25.3896937Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:25.3897706Z [==========] Running 3 tests from 1 test suite. 2022-12-01T10:47:25.3898217Z [----------] Global test environment set-up. 2022-12-01T10:47:25.3898584Z [----------] 3 tests from TestScalarTensor 2022-12-01T10:47:25.3898915Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-12-01T10:47:25.5974631Z [ OK ] TestScalarTensor.TestScalarTensorCPU (207 ms) 2022-12-01T10:47:25.5975117Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-12-01T10:47:25.5975510Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-12-01T10:47:25.5975882Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-12-01T10:47:25.5976243Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-12-01T10:47:25.5976611Z [----------] 3 tests from TestScalarTensor (207 ms total) 2022-12-01T10:47:25.5976776Z 2022-12-01T10:47:25.5976946Z [----------] Global test environment tear-down 2022-12-01T10:47:25.5977261Z [==========] 3 tests from 1 test suite ran. (207 ms total) 2022-12-01T10:47:25.5977504Z [ PASSED ] 3 tests. 2022-12-01T10:47:25.6585895Z + [[ -x ./tensor_interop_test ]] 2022-12-01T10:47:25.6586247Z + ./undefined_tensor_test 2022-12-01T10:47:25.9096143Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:25.9096626Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:47:25.9096936Z [----------] Global test environment set-up. 2022-12-01T10:47:25.9097238Z [----------] 1 test from TestUndefined 2022-12-01T10:47:25.9097537Z [ RUN ] TestUndefined.UndefinedTest 2022-12-01T10:47:25.9380033Z [ OK ] TestUndefined.UndefinedTest (28 ms) 2022-12-01T10:47:25.9380465Z [----------] 1 test from TestUndefined (28 ms total) 2022-12-01T10:47:25.9380637Z 2022-12-01T10:47:25.9380808Z [----------] Global test environment tear-down 2022-12-01T10:47:25.9381110Z [==========] 1 test from 1 test suite ran. (28 ms total) 2022-12-01T10:47:25.9381432Z [ PASSED ] 1 test. 2022-12-01T10:47:25.9966160Z + ./extension_backend_test 2022-12-01T10:47:26.2478093Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:26.2478822Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:47:26.2479402Z [----------] Global test environment set-up. 2022-12-01T10:47:26.2479967Z [----------] 1 test from BackendExtensionTest 2022-12-01T10:47:26.2480316Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-12-01T10:47:26.2480687Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-12-01T10:47:26.2481052Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-12-01T10:47:26.2481222Z 2022-12-01T10:47:26.2481391Z [----------] Global test environment tear-down 2022-12-01T10:47:26.2481684Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T10:47:26.2481944Z [ PASSED ] 1 test. 2022-12-01T10:47:26.3086638Z + ./lazy_tensor_test 2022-12-01T10:47:26.5577348Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:26.5578308Z [==========] Running 2 tests from 2 test suites. 2022-12-01T10:47:26.5578652Z [----------] Global test environment set-up. 2022-12-01T10:47:26.5578953Z [----------] 1 test from XlaTensorTest 2022-12-01T10:47:26.5579247Z [ RUN ] XlaTensorTest.TestNoStorage 2022-12-01T10:47:26.5579552Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-12-01T10:47:26.5579942Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-12-01T10:47:26.5580095Z 2022-12-01T10:47:26.5580243Z [----------] 1 test from LazyTensorTest 2022-12-01T10:47:26.5580525Z [ RUN ] LazyTensorTest.TestNoStorage 2022-12-01T10:47:26.5580847Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-12-01T10:47:26.5581172Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-12-01T10:47:26.5581325Z 2022-12-01T10:47:26.5581492Z [----------] Global test environment tear-down 2022-12-01T10:47:26.5581795Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-12-01T10:47:26.5582054Z [ PASSED ] 2 tests. 2022-12-01T10:47:26.6187501Z + ./tensor_iterator_test 2022-12-01T10:47:26.8667360Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:26.8668374Z [==========] Running 65 tests from 1 test suite. 2022-12-01T10:47:26.8668807Z [----------] Global test environment set-up. 2022-12-01T10:47:26.8669128Z [----------] 65 tests from TensorIteratorTest 2022-12-01T10:47:26.8669429Z [ RUN ] TensorIteratorTest.CPUScalar 2022-12-01T10:47:26.8669760Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-12-01T10:47:26.8670096Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-12-01T10:47:26.8670448Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-12-01T10:47:26.8670774Z [ RUN ] TensorIteratorTest.MixedDevices 2022-12-01T10:47:26.8671113Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-12-01T10:47:26.8671464Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-12-01T10:47:26.8856937Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (18 ms) 2022-12-01T10:47:26.8857335Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-12-01T10:47:26.8875115Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-12-01T10:47:26.8875531Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-12-01T10:47:26.8892841Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (1 ms) 2022-12-01T10:47:26.8893252Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-12-01T10:47:26.8910365Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-12-01T10:47:26.8910735Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-12-01T10:47:26.8927857Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-12-01T10:47:26.8928252Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-12-01T10:47:26.8945853Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (1 ms) 2022-12-01T10:47:26.8946220Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-12-01T10:47:26.8963805Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (1 ms) 2022-12-01T10:47:26.8964220Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-12-01T10:47:26.8982141Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-12-01T10:47:26.8982874Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-12-01T10:47:26.9000228Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (1 ms) 2022-12-01T10:47:26.9000927Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-12-01T10:47:26.9018095Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (1 ms) 2022-12-01T10:47:26.9018805Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-12-01T10:47:26.9036343Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (1 ms) 2022-12-01T10:47:26.9037045Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-12-01T10:47:26.9054094Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-12-01T10:47:26.9054803Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-12-01T10:47:26.9071974Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (1 ms) 2022-12-01T10:47:26.9072914Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-12-01T10:47:26.9091027Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (1 ms) 2022-12-01T10:47:26.9091835Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-12-01T10:47:26.9109187Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-12-01T10:47:26.9109916Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-12-01T10:47:26.9127261Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (1 ms) 2022-12-01T10:47:26.9128003Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-12-01T10:47:26.9145203Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (1 ms) 2022-12-01T10:47:26.9145935Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-12-01T10:47:26.9163290Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (1 ms) 2022-12-01T10:47:26.9164027Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-12-01T10:47:26.9181279Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-12-01T10:47:26.9182031Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-12-01T10:47:26.9199314Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (1 ms) 2022-12-01T10:47:26.9200067Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-12-01T10:47:26.9217400Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (1 ms) 2022-12-01T10:47:26.9218163Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-12-01T10:47:26.9218923Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-12-01T10:47:26.9219574Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-12-01T10:47:26.9220234Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-12-01T10:47:26.9220917Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-12-01T10:47:26.9221644Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-12-01T10:47:26.9222225Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-12-01T10:47:26.9222878Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-12-01T10:47:26.9223516Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-12-01T10:47:26.9224189Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-12-01T10:47:26.9224820Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-12-01T10:47:26.9225562Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-12-01T10:47:26.9226271Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-12-01T10:47:26.9226983Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-12-01T10:47:26.9227666Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-12-01T10:47:26.9228093Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-12-01T10:47:26.9228509Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-12-01T10:47:26.9228915Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-12-01T10:47:26.9229431Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-12-01T10:47:26.9229977Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-12-01T10:47:26.9230386Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-12-01T10:47:26.9230834Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-12-01T10:47:26.9231249Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-12-01T10:47:26.9231802Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-12-01T10:47:26.9232211Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-12-01T10:47:26.9232910Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-12-01T10:47:26.9233352Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-12-01T10:47:26.9233780Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-12-01T10:47:26.9234195Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-12-01T10:47:26.9234638Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-12-01T10:47:26.9235070Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-12-01T10:47:26.9235492Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-12-01T10:47:26.9235928Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-12-01T10:47:26.9236367Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-12-01T10:47:26.9236794Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-12-01T10:47:26.9237213Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-12-01T10:47:26.9237639Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-12-01T10:47:26.9238075Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-12-01T10:47:26.9238494Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-12-01T10:47:26.9238928Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-12-01T10:47:26.9239360Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-12-01T10:47:26.9239796Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-12-01T10:47:26.9240196Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-12-01T10:47:26.9240593Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-12-01T10:47:26.9240982Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-12-01T10:47:26.9241363Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-12-01T10:47:26.9241755Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-12-01T10:47:26.9242152Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-12-01T10:47:26.9242547Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-12-01T10:47:26.9242928Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-12-01T10:47:26.9243315Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-12-01T10:47:26.9243709Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-12-01T10:47:26.9244092Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-12-01T10:47:26.9244491Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-12-01T10:47:26.9244884Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-12-01T10:47:26.9245275Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-12-01T10:47:26.9245666Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-12-01T10:47:26.9246061Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-12-01T10:47:26.9246504Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-12-01T10:47:26.9258607Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (3 ms) 2022-12-01T10:47:26.9259071Z [ RUN ] TensorIteratorTest.InputDType 2022-12-01T10:47:26.9259518Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-12-01T10:47:26.9259992Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-12-01T10:47:26.9260636Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-12-01T10:47:26.9261197Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-12-01T10:47:26.9261785Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-12-01T10:47:26.9262320Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-12-01T10:47:26.9273358Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-12-01T10:47:26.9273955Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-12-01T10:47:26.9274512Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-12-01T10:47:26.9275050Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-12-01T10:47:26.9275599Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-12-01T10:47:26.9276123Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-12-01T10:47:26.9276666Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-12-01T10:47:26.9277198Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-12-01T10:47:26.9277718Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-12-01T10:47:26.9278246Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-12-01T10:47:26.9278786Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-12-01T10:47:26.9279317Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-12-01T10:47:26.9279847Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-12-01T10:47:26.9280390Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-12-01T10:47:26.9280942Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-12-01T10:47:26.9281445Z [----------] 65 tests from TensorIteratorTest (60 ms total) 2022-12-01T10:47:26.9281655Z 2022-12-01T10:47:26.9281876Z [----------] Global test environment tear-down 2022-12-01T10:47:26.9282289Z [==========] 65 tests from 1 test suite ran. (60 ms total) 2022-12-01T10:47:26.9282619Z [ PASSED ] 65 tests. 2022-12-01T10:47:26.9907801Z + ./Dimname_test 2022-12-01T10:47:27.2399542Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:27.2400329Z [==========] Running 4 tests from 1 test suite. 2022-12-01T10:47:27.2400872Z [----------] Global test environment set-up. 2022-12-01T10:47:27.2401381Z [----------] 4 tests from DimnameTest 2022-12-01T10:47:27.2401896Z [ RUN ] DimnameTest.isValidIdentifier 2022-12-01T10:47:27.2402472Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-12-01T10:47:27.2403012Z [ RUN ] DimnameTest.wildcardName 2022-12-01T10:47:27.2403535Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-12-01T10:47:27.2404073Z [ RUN ] DimnameTest.createNormalName 2022-12-01T10:47:27.2417733Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-12-01T10:47:27.2418186Z [ RUN ] DimnameTest.unifyAndMatch 2022-12-01T10:47:27.2418608Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-12-01T10:47:27.2419031Z [----------] 4 tests from DimnameTest (1 ms total) 2022-12-01T10:47:27.2419226Z 2022-12-01T10:47:27.2419459Z [----------] Global test environment tear-down 2022-12-01T10:47:27.2420190Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-12-01T10:47:27.2420626Z [ PASSED ] 4 tests. 2022-12-01T10:47:27.3015339Z + ./Dict_test 2022-12-01T10:47:27.5499679Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:27.5500325Z [==========] Running 47 tests from 2 test suites. 2022-12-01T10:47:27.5501044Z [----------] Global test environment set-up. 2022-12-01T10:47:27.5501490Z [----------] 46 tests from DictTest 2022-12-01T10:47:27.5502641Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-12-01T10:47:27.5503343Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-12-01T10:47:27.5504032Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-12-01T10:47:27.5504716Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-12-01T10:47:27.5505405Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-12-01T10:47:27.5506039Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-12-01T10:47:27.5506714Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-12-01T10:47:27.5507501Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-12-01T10:47:27.5508107Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-12-01T10:47:27.5508643Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-12-01T10:47:27.5509259Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T10:47:27.5510006Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T10:47:27.5510793Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-12-01T10:47:27.5511670Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-12-01T10:47:27.5512416Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-12-01T10:47:27.5513357Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-12-01T10:47:27.5514096Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T10:47:27.5514927Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T10:47:27.5515805Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-12-01T10:47:27.5516742Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-12-01T10:47:27.5517612Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-12-01T10:47:27.5518393Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-12-01T10:47:27.5519035Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-12-01T10:47:27.5519629Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-12-01T10:47:27.5520210Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-12-01T10:47:27.5520812Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T10:47:27.5521450Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T10:47:27.5522135Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T10:47:27.5522764Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-12-01T10:47:27.5523561Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T10:47:27.5524205Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T10:47:27.5524851Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T10:47:27.5525427Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-12-01T10:47:27.5526047Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-12-01T10:47:27.5526649Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-12-01T10:47:27.5527305Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-12-01T10:47:27.5527987Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-12-01T10:47:27.5528675Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-12-01T10:47:27.5529408Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-12-01T10:47:27.5530224Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-12-01T10:47:27.5530985Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-12-01T10:47:27.5531801Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T10:47:27.5532554Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-12-01T10:47:27.5533333Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T10:47:27.5534117Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T10:47:27.5534992Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T10:47:27.5535836Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T10:47:27.5536617Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T10:47:27.5537343Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T10:47:27.5538098Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T10:47:27.5538830Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T10:47:27.5539561Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T10:47:27.5540248Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-12-01T10:47:27.5540931Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-12-01T10:47:27.5541661Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-12-01T10:47:27.5542401Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-12-01T10:47:27.5543035Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-12-01T10:47:27.5543594Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-12-01T10:47:27.5544182Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-12-01T10:47:27.5544783Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-12-01T10:47:27.5545347Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-12-01T10:47:27.5545915Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-12-01T10:47:27.5546451Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-12-01T10:47:27.5546960Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-12-01T10:47:27.5547650Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-12-01T10:47:27.5548283Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-12-01T10:47:27.5548874Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-12-01T10:47:27.5549446Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-12-01T10:47:27.5550133Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-12-01T10:47:27.5550771Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-12-01T10:47:27.5551389Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-12-01T10:47:27.5552005Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-12-01T10:47:27.5552905Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T10:47:27.5553769Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T10:47:27.5554588Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T10:47:27.5555419Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T10:47:27.5556097Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-12-01T10:47:27.5556669Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-12-01T10:47:27.5557267Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-12-01T10:47:27.5557898Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-12-01T10:47:27.5558580Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-12-01T10:47:27.5559278Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-12-01T10:47:27.5559964Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-12-01T10:47:27.5560616Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-12-01T10:47:27.5561138Z [ RUN ] DictTest.isReferenceType 2022-12-01T10:47:27.5561611Z [ OK ] DictTest.isReferenceType (0 ms) 2022-12-01T10:47:27.5562104Z [ RUN ] DictTest.copyHasSeparateStorage 2022-12-01T10:47:27.5562634Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-12-01T10:47:27.5563104Z [ RUN ] DictTest.dictTensorAsKey 2022-12-01T10:47:27.5563562Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-12-01T10:47:27.5564001Z [ RUN ] DictTest.dictEquality 2022-12-01T10:47:27.5564424Z [ OK ] DictTest.dictEquality (0 ms) 2022-12-01T10:47:27.5564907Z [----------] 46 tests from DictTest (0 ms total) 2022-12-01T10:47:27.5565137Z 2022-12-01T10:47:27.5565418Z [----------] 1 test from ListTest_IValueBasedList 2022-12-01T10:47:27.5566087Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-12-01T10:47:27.5566916Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-12-01T10:47:27.5567587Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-12-01T10:47:27.5567845Z 2022-12-01T10:47:27.5568103Z [----------] Global test environment tear-down 2022-12-01T10:47:27.5568562Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-12-01T10:47:27.5568955Z [ PASSED ] 47 tests. 2022-12-01T10:47:27.6090479Z + ./NamedTensor_test 2022-12-01T10:47:27.8577023Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:27.8577935Z [==========] Running 10 tests from 1 test suite. 2022-12-01T10:47:27.8578362Z [----------] Global test environment set-up. 2022-12-01T10:47:27.8579054Z [----------] 10 tests from NamedTensorTest 2022-12-01T10:47:27.8579623Z [ RUN ] NamedTensorTest.isNamed 2022-12-01T10:47:27.8580112Z [W TensorImpl.h:1761] 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-12-01T10:47:27.8580748Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-12-01T10:47:27.8581058Z [ RUN ] NamedTensorTest.attachMetadata 2022-12-01T10:47:27.8581373Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-12-01T10:47:27.8581726Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-12-01T10:47:27.8582109Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-12-01T10:47:27.8582423Z [ RUN ] NamedTensorTest.empty 2022-12-01T10:47:27.8613282Z [ OK ] NamedTensorTest.empty (3 ms) 2022-12-01T10:47:27.8613887Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-12-01T10:47:27.8618213Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-12-01T10:47:27.8618798Z [ RUN ] NamedTensorTest.unifyFromRight 2022-12-01T10:47:27.8684292Z [ OK ] NamedTensorTest.unifyFromRight (6 ms) 2022-12-01T10:47:27.8684899Z [ RUN ] NamedTensorTest.alias 2022-12-01T10:47:27.8685271Z [ OK ] NamedTensorTest.alias (0 ms) 2022-12-01T10:47:27.8685574Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-12-01T10:47:27.8685894Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-12-01T10:47:27.8686216Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-12-01T10:47:27.8686542Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-12-01T10:47:27.8686893Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-12-01T10:47:27.8689639Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-12-01T10:47:27.8690303Z [----------] 10 tests from NamedTensorTest (11 ms total) 2022-12-01T10:47:27.8690519Z 2022-12-01T10:47:27.8690690Z [----------] Global test environment tear-down 2022-12-01T10:47:27.8691008Z [==========] 10 tests from 1 test suite ran. (11 ms total) 2022-12-01T10:47:27.8691270Z [ PASSED ] 10 tests. 2022-12-01T10:47:27.9282983Z + ./cpu_generator_test 2022-12-01T10:47:28.1767723Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:28.1768436Z [==========] Running 15 tests from 1 test suite. 2022-12-01T10:47:28.1768798Z [----------] Global test environment set-up. 2022-12-01T10:47:28.1769152Z [----------] 15 tests from CPUGeneratorImpl 2022-12-01T10:47:28.1769561Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-12-01T10:47:28.1770105Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-12-01T10:47:28.1770654Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-12-01T10:47:28.1771119Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-12-01T10:47:28.1771466Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-12-01T10:47:28.1771890Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-12-01T10:47:28.1772291Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-12-01T10:47:28.1772842Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-12-01T10:47:28.1773254Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-12-01T10:47:28.1773615Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-12-01T10:47:28.1774031Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-12-01T10:47:28.1774492Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-12-01T10:47:28.1775104Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-12-01T10:47:28.1967694Z [ OK ] CPUGeneratorImpl.TestRNGForking (19 ms) 2022-12-01T10:47:28.1968236Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-12-01T10:47:28.1968719Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-12-01T10:47:28.1969345Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-12-01T10:47:28.1969733Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-12-01T10:47:28.1970176Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-12-01T10:47:28.1970545Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-12-01T10:47:28.1970983Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-12-01T10:47:28.1971456Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-12-01T10:47:28.1971981Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-12-01T10:47:28.1972399Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-12-01T10:47:28.1973065Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-12-01T10:47:28.1973777Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-12-01T10:47:28.1974467Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-12-01T10:47:28.1975148Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-12-01T10:47:28.1975568Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-12-01T10:47:28.1975951Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-12-01T10:47:28.1976314Z [----------] 15 tests from CPUGeneratorImpl (20 ms total) 2022-12-01T10:47:28.1976477Z 2022-12-01T10:47:28.1976643Z [----------] Global test environment tear-down 2022-12-01T10:47:28.1976960Z [==========] 15 tests from 1 test suite ran. (20 ms total) 2022-12-01T10:47:28.1977204Z [ PASSED ] 15 tests. 2022-12-01T10:47:28.2612131Z + ./vmap_test 2022-12-01T10:47:28.5162652Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:28.5163472Z [==========] Running 23 tests from 1 test suite. 2022-12-01T10:47:28.5164019Z [----------] Global test environment set-up. 2022-12-01T10:47:28.5164468Z [----------] 23 tests from VmapTest 2022-12-01T10:47:28.5164872Z [ RUN ] VmapTest.TestBatchedTensor 2022-12-01T10:47:28.5187963Z [ OK ] VmapTest.TestBatchedTensor (2 ms) 2022-12-01T10:47:28.5188603Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-12-01T10:47:28.5202553Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-12-01T10:47:28.5203243Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-12-01T10:47:28.5226982Z [ OK ] VmapTest.TestBatchedTensorActualDim (2 ms) 2022-12-01T10:47:28.5227668Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-12-01T10:47:28.5236998Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-12-01T10:47:28.5237730Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-12-01T10:47:28.5246713Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-12-01T10:47:28.5247492Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-12-01T10:47:28.5256808Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-12-01T10:47:28.5257647Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-12-01T10:47:28.5258557Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-12-01T10:47:28.5259331Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-12-01T10:47:28.5261882Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-12-01T10:47:28.5262540Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-12-01T10:47:28.5268454Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-12-01T10:47:28.5269003Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-12-01T10:47:28.5274357Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-12-01T10:47:28.5274931Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-12-01T10:47:28.5278177Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-12-01T10:47:28.5278615Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-12-01T10:47:28.5280713Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-12-01T10:47:28.5281113Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-12-01T10:47:28.5285943Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-12-01T10:47:28.5286401Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-12-01T10:47:28.5286839Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-12-01T10:47:28.5287215Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-12-01T10:47:28.5418924Z [ OK ] VmapTest.TestBatchedTensorExpand (13 ms) 2022-12-01T10:47:28.5419597Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-12-01T10:47:28.5420087Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-12-01T10:47:28.5420436Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-12-01T10:47:28.5421418Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-12-01T10:47:28.5421771Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-12-01T10:47:28.5424539Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-12-01T10:47:28.5424880Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-12-01T10:47:28.5426921Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-12-01T10:47:28.5427331Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-12-01T10:47:28.5441725Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 2022-12-01T10:47:28.5442224Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-12-01T10:47:28.5448109Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-12-01T10:47:28.5448553Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-12-01T10:47:28.5452714Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-12-01T10:47:28.5453151Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-12-01T10:47:28.5457573Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-12-01T10:47:28.5458049Z [----------] 23 tests from VmapTest (29 ms total) 2022-12-01T10:47:28.5458209Z 2022-12-01T10:47:28.5458380Z [----------] Global test environment tear-down 2022-12-01T10:47:28.5458692Z [==========] 23 tests from 1 test suite ran. (29 ms total) 2022-12-01T10:47:28.5458955Z [ PASSED ] 23 tests. 2022-12-01T10:47:28.6083671Z + ./operators_test 2022-12-01T10:47:28.8584035Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:28.8584881Z [==========] Running 4 tests from 1 test suite. 2022-12-01T10:47:28.8585432Z [----------] Global test environment set-up. 2022-12-01T10:47:28.8585743Z [----------] 4 tests from OperatorsTest 2022-12-01T10:47:28.8586062Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-12-01T10:47:28.8591577Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-12-01T10:47:28.8592003Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-12-01T10:47:28.8592383Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-12-01T10:47:28.8592853Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-12-01T10:47:28.8613580Z [ OK ] OperatorsTest.Test_ATEN_FN (2 ms) 2022-12-01T10:47:28.8614194Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-12-01T10:47:28.8614806Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-12-01T10:47:28.8615166Z [----------] 4 tests from OperatorsTest (3 ms total) 2022-12-01T10:47:28.8615396Z 2022-12-01T10:47:28.8615571Z [----------] Global test environment tear-down 2022-12-01T10:47:28.8615884Z [==========] 4 tests from 1 test suite ran. (3 ms total) 2022-12-01T10:47:28.8616144Z [ PASSED ] 4 tests. 2022-12-01T10:47:28.9229602Z + [[ -x ./cudnn_test ]] 2022-12-01T10:47:28.9230073Z + [[ -x ./cuda_generator_test ]] 2022-12-01T10:47:28.9230400Z + [[ -x ./apply_test ]] 2022-12-01T10:47:28.9230670Z + [[ -x ./stream_test ]] 2022-12-01T10:47:28.9231043Z + [[ -x ./cuda_half_test ]] 2022-12-01T10:47:28.9231288Z + [[ -x ./cuda_vectorized_test ]] 2022-12-01T10:47:28.9231543Z + [[ -x ./cuda_distributions_test ]] 2022-12-01T10:47:28.9231843Z + [[ -x ./cuda_optional_test ]] 2022-12-01T10:47:28.9232087Z + [[ -x ./cuda_tensor_interop_test ]] 2022-12-01T10:47:28.9232328Z + [[ -x ./cuda_complex_test ]] 2022-12-01T10:47:28.9232752Z + [[ -x ./cuda_complex_math_test ]] 2022-12-01T10:47:28.9232981Z + [[ -x ./cuda_cub_test ]] 2022-12-01T10:47:28.9233250Z + [[ -x ./cuda_atomic_ops_test ]] 2022-12-01T10:47:28.9233482Z + '[' ON == ON ']' 2022-12-01T10:47:28.9233905Z + valgrind --suppressions=/var/lib/jenkins/workspace/aten/tools/valgrind.sup --error-exitcode=1 ./basic '--gtest_filter=-*CUDA' 2022-12-01T10:47:28.9619994Z ==6018== Memcheck, a memory error detector 2022-12-01T10:47:28.9620743Z ==6018== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. 2022-12-01T10:47:28.9621360Z ==6018== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info 2022-12-01T10:47:28.9621893Z ==6018== Command: ./basic --gtest_filter=-*CUDA 2022-12-01T10:47:28.9622122Z ==6018== 2022-12-01T10:47:31.4434380Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4435049Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4435658Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4436166Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4436773Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4437352Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4437862Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4438449Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4438996Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4439508Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4440088Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4440602Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4441083Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4441675Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4442207Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4442728Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4443312Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4443839Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4444346Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4444886Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4445451Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4445969Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4446535Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4447368Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4447886Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4448668Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4449212Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4449830Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4450395Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4450929Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4451444Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4452115Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4452653Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4453168Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4453765Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4454294Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4454790Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4455380Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4455941Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4456466Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4457037Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4457573Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4458076Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4458658Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4459203Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4459733Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4460290Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4460838Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4461363Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4461912Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4462451Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4462966Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4463533Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4464081Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4464584Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4465132Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4465626Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4466122Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4466667Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4467157Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4467652Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4468211Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4468707Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4469173Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4469776Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4470354Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4470880Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4471485Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4472159Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4472905Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4473523Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4474104Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4474728Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4475341Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4475920Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4476458Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4477055Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4477636Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4478174Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4478776Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4479354Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4479891Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4480487Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4481062Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4481597Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4482209Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4482774Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4483317Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4483933Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4484497Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4485035Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4485640Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4486198Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4486736Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4487356Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4487939Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4488471Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4489084Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4489673Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4490204Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4490834Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4491422Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4492056Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4492694Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4493289Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4493838Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4494450Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4495038Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4495591Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4496202Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4496778Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4497325Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4497941Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4498616Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4499173Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4499793Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4500366Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4501016Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4501637Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4502210Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4502759Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4503376Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4503951Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4504497Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4505116Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4505707Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4506244Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4506874Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4507457Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4507999Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4508617Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4509212Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4509749Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4510373Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4510963Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4511511Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4512123Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4512861Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4513420Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4514028Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4514617Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4515172Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4515781Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4516363Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4516912Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4517538Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4518111Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4518667Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4519293Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4519863Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4520413Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4521041Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4521613Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4522156Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4522778Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4523362Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4523897Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4524521Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4525108Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4525740Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4526363Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4526955Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4527489Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4528168Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4528756Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4529300Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4529905Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4530488Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4547364Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4548170Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4548766Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4549324Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4549950Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4550523Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4551076Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4551684Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4552269Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4552943Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4553562Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4554151Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4554683Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4555307Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4555893Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4556422Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4557034Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4557619Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4558163Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4558766Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4559351Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4559896Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4560502Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4561081Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4561619Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4562224Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4562805Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4563347Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4563959Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4564528Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4565072Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4565689Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4566250Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4566791Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4567402Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4567970Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4568633Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4569257Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4569834Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4570359Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4571031Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4571702Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4572230Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4572844Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4573423Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4573951Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4574566Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4575152Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4575695Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4576276Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4576855Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4577401Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4578004Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4578592Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4579134Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4579736Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4580320Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4580867Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4581483Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4582051Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4582594Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4583212Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4583778Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4584325Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4584940Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4585506Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4586044Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4586660Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4587239Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4587767Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4588389Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4588972Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4589508Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4590131Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4590723Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4591258Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4591872Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4592445Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4593117Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4593725Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4594304Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4594939Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4595540Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4596121Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4596669Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4597325Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4597907Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4598452Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4599061Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4599627Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4600167Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4600783Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4601350Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4601894Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4602511Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4603081Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4603622Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4604243Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4604820Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4605350Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4605964Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4606548Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4607084Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4607704Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4608288Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4608819Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4609438Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4610015Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4610562Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4611164Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4611798Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4612345Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4612944Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4613527Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4614073Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4614680Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4615266Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4615810Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4616426Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4616995Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4617536Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4618149Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4618719Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4619260Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4619879Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4620432Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4620967Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4621631Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4622213Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4622738Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4623348Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4623964Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4624494Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4625109Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4625694Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4626365Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4626975Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4627546Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4628090Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4628708Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4629273Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4629814Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4630429Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4631009Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4631533Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4632148Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4632851Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4633384Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4634000Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4634581Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4635109Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4635717Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4636297Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4636847Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4637452Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4638039Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4638584Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4639180Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4639760Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4640305Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4640911Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4641492Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4642036Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4642651Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4643217Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4643761Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4644374Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4644938Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4645475Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4646081Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4646651Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4647191Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4647884Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4648466Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4648996Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4649608Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4650246Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4650769Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4651386Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4652031Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4652561Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4653175Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4653756Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4654302Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4654901Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4655478Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4656020Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4656622Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4657199Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4657746Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4658348Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4658930Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4659475Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4660089Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4660652Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4661192Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4661804Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4662370Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4662909Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4663526Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4664087Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4664626Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4665242Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4665822Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4666347Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4666962Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4667542Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4668066Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4668684Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4669266Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4669794Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4670411Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4670990Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4671534Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4672129Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4672810Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4673357Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4674033Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4674615Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4675157Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4675760Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4676383Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4676927Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4677533Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4678101Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4678647Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4679264Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4679827Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4680375Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4680989Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4681553Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4682094Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4682711Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4683295Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4683828Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4684442Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4685021Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4685552Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4686164Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4686744Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4687278Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4687894Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4688481Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4689023Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4689627Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4690205Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4690747Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4691349Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4691997Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4692542Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4693133Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4693711Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4694253Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4694868Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4695427Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4695970Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4696578Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4697137Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4697683Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4698298Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4698869Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4699408Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4700025Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4700660Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4701187Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4701800Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4702379Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4702966Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4703586Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4704166Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4704693Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4705307Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4705887Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4706426Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4707027Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4707608Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4708146Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4708747Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4709330Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4709868Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4710478Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4711050Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4711589Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4712197Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4713124Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4713611Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4713977Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4714300Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4714614Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4714963Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4715283Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4715584Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4715931Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4716255Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4716543Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4716889Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4717218Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4717510Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4717850Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4718177Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4718467Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4718809Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4719135Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4719437Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4719764Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4720086Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4720391Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4720723Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4721182Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4721490Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4721818Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4722137Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4722499Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4722838Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4723151Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4723450Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4723785Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4724098Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4724406Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4724751Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4725061Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4725358Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4725694Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4726015Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4726298Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4726636Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4726954Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4727239Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4727571Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4727890Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4728176Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4728512Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4728832Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4729129Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4729451Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4729778Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4730077Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4730404Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4730723Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4731022Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4731343Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4731761Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4732065Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4732399Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4732700Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4733001Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4733340Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4733646Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4733944Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4734276Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4734585Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4734882Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4735221Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4735583Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4735873Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4736206Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4736528Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4736844Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4737181Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4737501Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4737787Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4738124Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4738444Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4738743Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4739066Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4739387Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4739684Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4740008Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4740327Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4740626Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4740946Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4741265Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4741561Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4741896Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4742200Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4742500Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4742838Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4743147Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4743448Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4743785Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4744093Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4744391Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4744727Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4745044Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.4745327Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.4745665Z --6018-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-12-01T10:47:31.4746012Z --6018-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 2022-12-01T10:47:31.5539774Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5540425Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5540993Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5541515Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5542060Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5542606Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5543133Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5543697Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5544236Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5544741Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5545263Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5545793Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5546529Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5547086Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5547608Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5548107Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5548751Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5549286Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5549803Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5550339Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5550844Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5551346Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5551879Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5552437Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5553113Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5553658Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5554214Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5554740Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5555507Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5556052Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5556583Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5557180Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5557750Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5558292Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5558870Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5559394Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5559875Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5560521Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5561072Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5561539Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5562042Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5562556Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5563077Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5563656Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5564196Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5564727Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5565310Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5565869Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5566407Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5566981Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5567535Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5568081Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5568668Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5569238Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5569766Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5570354Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5570919Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5571399Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5572210Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5572787Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5573310Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5573898Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5574547Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5575089Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5575548Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5575871Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5576169Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5576477Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5576789Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5577088Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5577399Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5577710Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5578004Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5578326Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5578629Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5578924Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5579246Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5579546Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5579839Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5580158Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5580453Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5580751Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5581072Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5581365Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5581665Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5581986Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5582297Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5582581Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5582898Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5583203Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5583486Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5583802Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5584107Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5584390Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5584760Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5585181Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5585477Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5585787Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5586093Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5586385Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5586684Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5586990Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5587282Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5587585Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5587901Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5588261Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5588579Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5588876Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5589167Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5589522Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5589818Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5590110Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5590425Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5590720Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5591014Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5591336Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5591645Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5591934Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5592253Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5592719Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5593016Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5593333Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5593639Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5593926Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5594244Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5594549Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5594841Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5595148Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5595454Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5595748Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5596056Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5596360Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5596695Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5597035Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5597340Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5597633Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5597935Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5598247Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5598541Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5598862Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5599159Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5599455Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5599772Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5600070Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5600445Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5600764Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5601057Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5601357Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5601674Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5601980Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5602261Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5602661Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5602970Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5603266Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5603837Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5604462Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5604984Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5605573Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5606081Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5606380Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5606691Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5606999Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5607293Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5607603Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5607909Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5608204Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5608509Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5608818Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5609111Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5609429Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5609730Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5610022Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5610340Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5610636Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5610929Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5611248Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5611541Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5611942Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5612262Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5612555Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5612853Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5613170Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5613477Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5613761Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5614074Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5614380Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5614666Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5614985Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5615291Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5615577Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5615992Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5616305Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5616602Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5616911Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5617219Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5617515Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5617823Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5618191Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5618490Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5618796Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5619110Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5619441Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5619761Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5620058Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5620421Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5620740Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5621034Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5621330Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5621650Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5621944Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5622237Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5622555Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5622859Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5623147Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5623464Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5623769Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5624051Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5624366Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5624672Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5624952Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5625269Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5625574Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5625872Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5626177Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5626480Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5626774Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5627078Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5627381Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5627672Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5627975Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5628279Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5628568Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5628872Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5629187Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5629478Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5629794Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5630092Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5630383Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5630698Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5630991Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5631280Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5631680Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5631974Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5632270Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5632792Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5633113Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5633397Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5633711Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5634061Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5634343Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5634659Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5635047Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5635331Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5635654Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5635962Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5636257Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5636564Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5636869Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5637161Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5637465Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5637771Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5638066Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5638368Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5638672Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5638966Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5639285Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5639586Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5639883Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5640201Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5640498Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5640792Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5641112Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5641406Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5641700Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5642016Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5642390Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5642676Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5642994Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5643302Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5643585Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5643900Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5644203Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5644485Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5644803Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5645108Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5645394Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5645785Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5646090Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5646380Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5646686Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5647044Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5647337Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5647643Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5647947Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5648290Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5648596Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5648908Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5649201Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5649517Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5649813Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5650106Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5650422Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5650721Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5651015Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5651337Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5651734Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5652038Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5652358Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5652667Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5652952Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5653268Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5653655Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5653938Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5654259Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5654565Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5654848Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5655164Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5655474Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5655769Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5656077Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5656381Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5656677Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5656981Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5657418Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5657832Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5658142Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5658447Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5658743Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5659048Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5659363Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.5659659Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.5659976Z --6018-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-12-01T10:47:31.5660302Z --6018-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 2022-12-01T10:47:31.8766463Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8766966Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8767297Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8767821Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8768167Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8768485Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8768793Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8769195Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8769520Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8769811Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8770150Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8770474Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8770763Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8771099Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8771422Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8771797Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8772136Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8772460Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8772758Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8773081Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8773404Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8773705Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8774026Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8774347Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8774650Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8774970Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8775292Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8775593Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8775925Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8776232Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8776533Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8776866Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8777172Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8777471Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8777803Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8778109Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8778411Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8778744Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8779064Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8779351Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8779686Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8780003Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8780294Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8780624Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8780942Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8781227Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8781558Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8781876Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8782178Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8782539Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8782859Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8783160Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8783479Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8783831Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8784130Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8784453Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8784773Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8785072Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8785404Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8785709Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8786010Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8786344Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8786649Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8786945Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8787278Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8787588Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8787886Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8788216Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8788532Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8788817Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8789149Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8789465Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8789756Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8790090Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8790405Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8790692Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8791028Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8791344Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8791642Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8791960Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8792280Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8792695Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8793015Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8793334Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8793634Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8793953Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8794273Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8794574Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8794898Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8795213Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8795515Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8795844Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8796149Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8796445Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8796771Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8797155Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8797460Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8797795Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8798114Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8798442Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8798778Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8799101Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8799391Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8799726Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8800048Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8800339Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8800677Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8801000Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8801300Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8801620Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8801942Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8802244Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8802567Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8802888Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8803189Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8803509Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8803828Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8804134Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8804467Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8804772Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8805074Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8805405Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8805712Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8806015Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8806348Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8806649Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8806949Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8807281Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8807599Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8807886Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8808220Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8808537Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8808823Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8809153Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8809470Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8809754Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8810086Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8810403Z --6018-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-12-01T10:47:31.8810699Z --6018-- WARNING: Serious error when reading debug info 2022-12-01T10:47:31.8811018Z --6018-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-12-01T10:47:31.8811364Z --6018-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 2022-12-01T10:47:56.7603536Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:47:56.7819865Z Note: Google Test filter = -*CUDA 2022-12-01T10:47:56.7871077Z [==========] Running 4 tests from 1 test suite. 2022-12-01T10:47:56.7895327Z [----------] Global test environment set-up. 2022-12-01T10:47:56.7931381Z [----------] 4 tests from BasicTest 2022-12-01T10:47:56.7948887Z [ RUN ] BasicTest.BasicTestCPU 2022-12-01T10:47:57.9804989Z 378 ms 2022-12-01T10:48:02.8497443Z 4848 ms 2022-12-01T10:48:09.4083531Z 6551 ms 2022-12-01T10:48:10.0331264Z [ OK ] BasicTest.BasicTestCPU (13235 ms) 2022-12-01T10:48:10.0337420Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-12-01T10:48:10.2211915Z 132 ms 2022-12-01T10:48:15.2661554Z 5036 ms 2022-12-01T10:48:22.1178507Z 6847 ms 2022-12-01T10:48:22.2324567Z [ OK ] BasicTest.BasicTestHalfCPU (12198 ms) 2022-12-01T10:48:22.2325965Z [ RUN ] BasicTest.FactoryMethodsTest 2022-12-01T10:48:22.2643525Z [ OK ] BasicTest.FactoryMethodsTest (31 ms) 2022-12-01T10:48:22.2643891Z [ RUN ] BasicTest.BasicStdTestCPU 2022-12-01T10:48:22.3067482Z Simple example: called once 2022-12-01T10:48:22.4359643Z throw: call_once will retry 2022-12-01T10:48:22.4411095Z throw: call_once will retry 2022-12-01T10:48:22.4426665Z Didn't throw, call_once will not attempt again 2022-12-01T10:48:22.4853860Z [ OK ] BasicTest.BasicStdTestCPU (220 ms) 2022-12-01T10:48:22.4872358Z [----------] 4 tests from BasicTest (25691 ms total) 2022-12-01T10:48:22.4872884Z 2022-12-01T10:48:22.4884869Z [----------] Global test environment tear-down 2022-12-01T10:48:22.4913365Z [==========] 4 tests from 1 test suite ran. (25710 ms total) 2022-12-01T10:48:22.4927915Z [ PASSED ] 4 tests. 2022-12-01T10:48:24.0492597Z ==6018== 2022-12-01T10:48:24.0494740Z ==6018== HEAP SUMMARY: 2022-12-01T10:48:24.0495134Z ==6018== in use at exit: 247,477 bytes in 4,071 blocks 2022-12-01T10:48:24.0498369Z ==6018== total heap usage: 1,560,267 allocs, 1,556,196 frees, 276,720,300 bytes allocated 2022-12-01T10:48:24.0498622Z ==6018== 2022-12-01T10:48:24.1233108Z ==6018== LEAK SUMMARY: 2022-12-01T10:48:24.1233507Z ==6018== definitely lost: 0 bytes in 0 blocks 2022-12-01T10:48:24.1233941Z ==6018== indirectly lost: 0 bytes in 0 blocks 2022-12-01T10:48:24.1234244Z ==6018== possibly lost: 1,056 bytes in 3 blocks 2022-12-01T10:48:24.1234470Z ==6018== still reachable: 246,421 bytes in 4,068 blocks 2022-12-01T10:48:24.1234855Z ==6018== suppressed: 0 bytes in 0 blocks 2022-12-01T10:48:24.1235562Z ==6018== Rerun with --leak-check=full to see details of leaked memory 2022-12-01T10:48:24.1235994Z ==6018== 2022-12-01T10:48:24.1236402Z ==6018== For lists of detected and suppressed errors, rerun with: -s 2022-12-01T10:48:24.1236710Z ==6018== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 2022-12-01T10:48:24.1570591Z + [[ -x ./tensor_interop_test ]] 2022-12-01T10:48:24.1570932Z + popd 2022-12-01T10:48:24.1571226Z ~/workspace 2022-12-01T10:48:24.1572309Z + [[ -n '' ]] 2022-12-01T10:48:24.1572537Z + assert_git_not_dirty 2022-12-01T10:48:24.1572811Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-12-01T10:48:24.1573098Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-12-01T10:48:24.1593207Z ++ git status --porcelain 2022-12-01T10:48:24.2412626Z + git_status= 2022-12-01T10:48:24.2413114Z + [[ -n '' ]] 2022-12-01T10:48:24.2476448Z Prepare all required actions 2022-12-01T10:48:24.2476755Z Getting action download info 2022-12-01T10:48:24.4572521Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:48:24.4572731Z with: 2022-12-01T10:48:24.4573053Z github-token: *** 2022-12-01T10:48:24.4573221Z env: 2022-12-01T10:48:24.4573379Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:24.4573562Z ##[endgroup] 2022-12-01T10:48:24.4607887Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:48:24.4608123Z with: 2022-12-01T10:48:24.4608282Z shell: bash 2022-12-01T10:48:24.4608444Z timeout_minutes: 10 2022-12-01T10:48:24.4608623Z max_attempts: 5 2022-12-01T10:48:24.4608803Z retry_wait_seconds: 30 2022-12-01T10:48:24.4609173Z 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-12-01T10:48:24.4609655Z polling_interval_seconds: 1 2022-12-01T10:48:24.4609854Z warning_on_retry: true 2022-12-01T10:48:24.4610029Z continue_on_error: false 2022-12-01T10:48:24.4610204Z env: 2022-12-01T10:48:24.4610372Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:24.4610657Z GITHUB_TOKEN: *** 2022-12-01T10:48:24.4610831Z ##[endgroup] 2022-12-01T10:48:24.7859355Z 2022-12-01T10:48:24.7881128Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:48:24.7915571Z + python3 -m pip install requests==2.26.0 2022-12-01T10:48:25.5305944Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:48:25.5573558Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:48:25.5705714Z 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-12-01T10:48:25.5730740Z 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.13) 2022-12-01T10:48:25.5895909Z 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-12-01T10:48:25.5920952Z 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-12-01T10:48:25.9077913Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-005bfb57224afc550 2022-12-01T10:48:28.7292093Z + GHA_WORKFLOW_JOB_ID=9818325307 2022-12-01T10:48:28.7292990Z + echo '::set-output name=job-id::9818325307' 2022-12-01T10:48:28.7301007Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:48:28.7936428Z Command completed after 1 attempt(s). 2022-12-01T10:48:28.7936751Z 2022-12-01T10:48:28.7938521Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:48:28.8060179Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:48:28.8060549Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:48:28.8664502Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:48:28.8664731Z env: 2022-12-01T10:48:28.8664916Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:28.8665124Z MONITOR_SCRIPT_PID: 16132 2022-12-01T10:48:28.8665310Z ##[endgroup] 2022-12-01T10:48:28.8745843Z Prepare all required actions 2022-12-01T10:48:28.8746105Z Getting action download info 2022-12-01T10:48:29.0534548Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:48:29.2135848Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:48:29.2136072Z with: 2022-12-01T10:48:29.2136283Z file-suffix: test-default-1-2-linux.2xlarge_9818325307 2022-12-01T10:48:29.2136508Z env: 2022-12-01T10:48:29.2136684Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:29.2136862Z ##[endgroup] 2022-12-01T10:48:29.2160064Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:48:29.2160350Z # Remove any previous test jsons if they exist 2022-12-01T10:48:29.2160582Z rm -f test-jsons-*.zip 2022-12-01T10:48:29.2160815Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:48:29.2171983Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:48:29.2172221Z env: 2022-12-01T10:48:29.2172401Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:29.2172655Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_9818325307 2022-12-01T10:48:29.2172882Z ##[endgroup] 2022-12-01T10:48:29.2668589Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:48:29.2708097Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:48:29.2722785Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:48:29.2724116Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:48:29.2732620Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:48:29.2752409Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:48:29.2752884Z # Remove any previous test reports if they exist 2022-12-01T10:48:29.2753130Z rm -f test-reports-*.zip 2022-12-01T10:48:29.2753545Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:48:29.2764467Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:48:29.2764685Z env: 2022-12-01T10:48:29.2764852Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:29.2765099Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_9818325307 2022-12-01T10:48:29.2765326Z ##[endgroup] 2022-12-01T10:48:29.2999300Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221201100603.xml (deflated 97%) 2022-12-01T10:48:29.3002784Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201100603.xml (deflated 82%) 2022-12-01T10:48:29.3037312Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221201100605.xml (deflated 97%) 2022-12-01T10:48:29.3048384Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20221201100734.xml (deflated 79%) 2022-12-01T10:48:29.3073430Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20221201100734.xml (deflated 94%) 2022-12-01T10:48:29.3077875Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221201100831.xml (deflated 85%) 2022-12-01T10:48:29.3082084Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221201100831.xml (deflated 70%) 2022-12-01T10:48:29.3090785Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221201100831.xml (deflated 84%) 2022-12-01T10:48:29.3094786Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221201100831.xml (deflated 69%) 2022-12-01T10:48:29.3097256Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221201100831.xml (deflated 70%) 2022-12-01T10:48:29.3099848Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221201100831.xml (deflated 69%) 2022-12-01T10:48:29.3106801Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221201100831.xml (deflated 76%) 2022-12-01T10:48:29.3110246Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221201100831.xml (deflated 69%) 2022-12-01T10:48:29.3113139Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221201100831.xml (deflated 69%) 2022-12-01T10:48:29.3116778Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221201100831.xml (deflated 41%) 2022-12-01T10:48:29.3127136Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20221201100831.xml (deflated 50%) 2022-12-01T10:48:29.3130978Z adding: test/test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221201100831.xml (deflated 53%) 2022-12-01T10:48:29.3135386Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221201100831.xml (deflated 88%) 2022-12-01T10:48:29.3147211Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221201100831.xml (deflated 88%) 2022-12-01T10:48:29.3151134Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221201100831.xml (deflated 89%) 2022-12-01T10:48:29.3161969Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201100846.xml (deflated 40%) 2022-12-01T10:48:29.3174936Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221201100846.xml (deflated 95%) 2022-12-01T10:48:29.3179500Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201100846.xml (deflated 58%) 2022-12-01T10:48:29.3185541Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221201100903.xml (deflated 73%) 2022-12-01T10:48:29.3194192Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221201100903.xml (deflated 82%) 2022-12-01T10:48:29.3200559Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221201100903.xml (deflated 73%) 2022-12-01T10:48:29.3203828Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221201100903.xml (deflated 42%) 2022-12-01T10:48:29.3213910Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221201100903.xml (deflated 69%) 2022-12-01T10:48:29.3217242Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221201100903.xml (deflated 81%) 2022-12-01T10:48:29.3220327Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221201100903.xml (deflated 56%) 2022-12-01T10:48:29.3229292Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221201100910.xml (deflated 89%) 2022-12-01T10:48:29.3233083Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201100916.xml (deflated 40%) 2022-12-01T10:48:29.3237694Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201100916.xml (deflated 43%) 2022-12-01T10:48:29.3241621Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201100916.xml (deflated 78%) 2022-12-01T10:48:29.3254174Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221201100932.xml (deflated 92%) 2022-12-01T10:48:29.3259271Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221201100932.xml (deflated 88%) 2022-12-01T10:48:29.3269131Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20221201100940.xml (deflated 83%) 2022-12-01T10:48:29.3282010Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201100944.xml (deflated 96%) 2022-12-01T10:48:29.3285580Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20221201100950.xml (deflated 54%) 2022-12-01T10:48:29.3290275Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221201100950.xml (deflated 78%) 2022-12-01T10:48:29.3293198Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221201100950.xml (deflated 55%) 2022-12-01T10:48:29.3303640Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221201100950.xml (deflated 69%) 2022-12-01T10:48:29.3306807Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221201100950.xml (deflated 42%) 2022-12-01T10:48:29.3311341Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20221201100950.xml (deflated 40%) 2022-12-01T10:48:29.3315704Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221201100950.xml (deflated 52%) 2022-12-01T10:48:29.3327229Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221201100950.xml (deflated 41%) 2022-12-01T10:48:29.3330443Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221201100950.xml (deflated 52%) 2022-12-01T10:48:29.3333240Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221201100950.xml (deflated 41%) 2022-12-01T10:48:29.3341149Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221201100955.xml (deflated 56%) 2022-12-01T10:48:29.3352324Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201101000.xml (deflated 94%) 2022-12-01T10:48:29.3357060Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221201101000.xml (deflated 85%) 2022-12-01T10:48:29.3369975Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201101000.xml (deflated 87%) 2022-12-01T10:48:29.3375415Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221201101005.xml (deflated 79%) 2022-12-01T10:48:29.3378614Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20221201101005.xml (deflated 85%) 2022-12-01T10:48:29.3386962Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221201101005.xml (deflated 93%) 2022-12-01T10:48:29.3400122Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221201101009.xml (deflated 90%) 2022-12-01T10:48:29.3404807Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221201101012.xml (deflated 54%) 2022-12-01T10:48:29.3407723Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221201101012.xml (deflated 76%) 2022-12-01T10:48:29.3416636Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221201101012.xml (deflated 86%) 2022-12-01T10:48:29.3421676Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221201101012.xml (deflated 72%) 2022-12-01T10:48:29.3424771Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221201101012.xml (deflated 68%) 2022-12-01T10:48:29.3427470Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221201101012.xml (deflated 75%) 2022-12-01T10:48:29.3436071Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221201101012.xml (deflated 66%) 2022-12-01T10:48:29.3439172Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221201101012.xml (deflated 74%) 2022-12-01T10:48:29.3442989Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221201101012.xml (deflated 71%) 2022-12-01T10:48:29.3445825Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221201101012.xml (deflated 62%) 2022-12-01T10:48:29.3453377Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221201101012.xml (deflated 69%) 2022-12-01T10:48:29.3456169Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221201101012.xml (deflated 80%) 2022-12-01T10:48:29.3459081Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221201101012.xml (deflated 43%) 2022-12-01T10:48:29.3461640Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221201101012.xml (deflated 79%) 2022-12-01T10:48:29.3470650Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221201101012.xml (deflated 59%) 2022-12-01T10:48:29.3475188Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221201101016.xml (deflated 82%) 2022-12-01T10:48:29.3482710Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201101019.xml (deflated 87%) 2022-12-01T10:48:29.3485503Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201101019.xml (deflated 55%) 2022-12-01T10:48:29.3489626Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201101019.xml (deflated 69%) 2022-12-01T10:48:29.3493227Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221201101022.xml (deflated 75%) 2022-12-01T10:48:29.3502128Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20221201101026.xml (deflated 85%) 2022-12-01T10:48:29.3506057Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201101029.xml (deflated 83%) 2022-12-01T10:48:29.3510719Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201101042.xml (deflated 85%) 2022-12-01T10:48:29.3600697Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201101042.xml (deflated 97%) 2022-12-01T10:48:29.3766469Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201101400.xml (deflated 97%) 2022-12-01T10:48:29.3770359Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201101622.xml (deflated 43%) 2022-12-01T10:48:29.3774123Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221201101634.xml (deflated 61%) 2022-12-01T10:48:29.3778174Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221201101634.xml (deflated 77%) 2022-12-01T10:48:29.3789610Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221201101634.xml (deflated 73%) 2022-12-01T10:48:29.3794407Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221201101634.xml (deflated 64%) 2022-12-01T10:48:29.3798458Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221201101634.xml (deflated 84%) 2022-12-01T10:48:29.3806761Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221201101634.xml (deflated 65%) 2022-12-01T10:48:29.3809519Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221201101634.xml (deflated 66%) 2022-12-01T10:48:29.3813441Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221201101634.xml (deflated 41%) 2022-12-01T10:48:29.3816093Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221201101634.xml (deflated 60%) 2022-12-01T10:48:29.3824090Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201101700.xml (deflated 52%) 2022-12-01T10:48:29.3827538Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201101725.xml (deflated 53%) 2022-12-01T10:48:29.3831957Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201101726.xml (deflated 55%) 2022-12-01T10:48:29.3842645Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201101731.xml (deflated 82%) 2022-12-01T10:48:29.3845078Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201101731.xml (deflated 77%) 2022-12-01T10:48:29.3848998Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201101731.xml (deflated 84%) 2022-12-01T10:48:29.3852580Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201101731.xml (deflated 76%) 2022-12-01T10:48:29.3859187Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201101731.xml (deflated 86%) 2022-12-01T10:48:29.3863604Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201101731.xml (deflated 72%) 2022-12-01T10:48:29.3867300Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201101731.xml (deflated 71%) 2022-12-01T10:48:29.3871453Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201101731.xml (deflated 79%) 2022-12-01T10:48:29.3881932Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201101731.xml (deflated 73%) 2022-12-01T10:48:29.3885968Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201101731.xml (deflated 75%) 2022-12-01T10:48:29.3894367Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201101731.xml (deflated 81%) 2022-12-01T10:48:29.3896805Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201101731.xml (deflated 48%) 2022-12-01T10:48:29.3900048Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201101731.xml (deflated 69%) 2022-12-01T10:48:29.3904365Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201101731.xml (deflated 76%) 2022-12-01T10:48:29.3917038Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201101731.xml (deflated 44%) 2022-12-01T10:48:29.3921614Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201101731.xml (deflated 71%) 2022-12-01T10:48:29.3926221Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221201101733.xml (deflated 78%) 2022-12-01T10:48:29.3938821Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201101733.xml (deflated 95%) 2022-12-01T10:48:29.3959425Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221201101733.xml (deflated 97%) 2022-12-01T10:48:29.3963855Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201101733.xml (deflated 84%) 2022-12-01T10:48:29.3975143Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201101733.xml (deflated 96%) 2022-12-01T10:48:29.3978421Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201101736.xml (deflated 43%) 2022-12-01T10:48:29.3983392Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201101739.xml (deflated 80%) 2022-12-01T10:48:29.3987665Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20221201101740.xml (deflated 84%) 2022-12-01T10:48:29.3999664Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201101743.xml (deflated 40%) 2022-12-01T10:48:29.4003541Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201101743.xml (deflated 84%) 2022-12-01T10:48:29.4007231Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221201101744.xml (deflated 75%) 2022-12-01T10:48:29.4020109Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201101746.xml (deflated 91%) 2022-12-01T10:48:29.4023515Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201101748.xml (deflated 58%) 2022-12-01T10:48:29.4026805Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201101750.xml (deflated 64%) 2022-12-01T10:48:29.4031280Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20221201101751.xml (deflated 49%) 2022-12-01T10:48:29.4039818Z adding: test/test-reports/python-unittest/test_itt/TEST-TestItt-20221201101753.xml (deflated 40%) 2022-12-01T10:48:29.4045761Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201101754.xml (deflated 75%) 2022-12-01T10:48:29.4049466Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201101756.xml (deflated 70%) 2022-12-01T10:48:29.4052896Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201101757.xml (deflated 43%) 2022-12-01T10:48:29.4053895Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221201103409.xml (deflated 78%) 2022-12-01T10:48:29.4054836Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221201103409.xml (deflated 85%) 2022-12-01T10:48:29.4055382Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221201103409.xml (deflated 85%) 2022-12-01T10:48:29.4056444Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221201103409.xml (deflated 85%) 2022-12-01T10:48:29.4057530Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221201103409.xml (deflated 74%) 2022-12-01T10:48:29.4058454Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221201103409.xml (deflated 82%) 2022-12-01T10:48:29.4061691Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20221201103409.xml (deflated 86%) 2022-12-01T10:48:29.4062619Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221201103409.xml (deflated 63%) 2022-12-01T10:48:29.4063917Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221201103409.xml (deflated 94%) 2022-12-01T10:48:29.4074466Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221201103409.xml (deflated 95%) 2022-12-01T10:48:29.4075365Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221201103409.xml (deflated 74%) 2022-12-01T10:48:29.4076342Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201103409.xml (deflated 86%) 2022-12-01T10:48:29.4078491Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20221201103409.xml (deflated 88%) 2022-12-01T10:48:29.4079472Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221201103409.xml (deflated 90%) 2022-12-01T10:48:29.4097736Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221201103757.xml (deflated 97%) 2022-12-01T10:48:29.4098579Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221201103757.xml (deflated 41%) 2022-12-01T10:48:29.4125490Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221201103757.xml (deflated 98%) 2022-12-01T10:48:29.4138031Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201104000.xml (deflated 96%) 2022-12-01T10:48:29.4152310Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221201104212.xml (deflated 93%) 2022-12-01T10:48:29.4154054Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20221201104358.xml (deflated 88%) 2022-12-01T10:48:29.4155107Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201104445.xml (deflated 59%) 2022-12-01T10:48:29.4156070Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201104445.xml (deflated 56%) 2022-12-01T10:48:29.4156806Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201104445.xml (deflated 92%) 2022-12-01T10:48:29.4158782Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201104445.xml (deflated 90%) 2022-12-01T10:48:29.4159793Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201104445.xml (deflated 70%) 2022-12-01T10:48:29.4160770Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201104445.xml (deflated 73%) 2022-12-01T10:48:29.4161838Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201104445.xml (deflated 83%) 2022-12-01T10:48:29.4162699Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201104445.xml (deflated 58%) 2022-12-01T10:48:29.4163318Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201104445.xml (deflated 83%) 2022-12-01T10:48:29.4164307Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201104445.xml (deflated 76%) 2022-12-01T10:48:29.4164865Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201104445.xml (deflated 68%) 2022-12-01T10:48:29.4165424Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201104526.xml (deflated 85%) 2022-12-01T10:48:29.4173742Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201104558.xml (deflated 86%) 2022-12-01T10:48:29.4174620Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201104558.xml (deflated 60%) 2022-12-01T10:48:29.4175843Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221201104558.xml (deflated 86%) 2022-12-01T10:48:29.4176884Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201104558.xml (deflated 85%) 2022-12-01T10:48:29.4177708Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201104558.xml (deflated 72%) 2022-12-01T10:48:29.4179432Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201104558.xml (deflated 95%) 2022-12-01T10:48:29.4180515Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201104558.xml (deflated 87%) 2022-12-01T10:48:29.4181609Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221201104558.xml (deflated 71%) 2022-12-01T10:48:29.4182220Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201104558.xml (deflated 77%) 2022-12-01T10:48:29.4182739Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201104615.xml (deflated 62%) 2022-12-01T10:48:29.4185479Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20221201104615.xml (deflated 89%) 2022-12-01T10:48:29.4196927Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221201104615.xml (deflated 93%) 2022-12-01T10:48:29.4197910Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221201104615.xml (deflated 42%) 2022-12-01T10:48:29.4198859Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221201104630.xml (deflated 43%) 2022-12-01T10:48:29.4199989Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221201104630.xml (deflated 42%) 2022-12-01T10:48:29.4200966Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221201104630.xml (deflated 41%) 2022-12-01T10:48:29.4201932Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221201104630.xml (deflated 41%) 2022-12-01T10:48:29.4202723Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221201104630.xml (deflated 42%) 2022-12-01T10:48:29.4203249Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221201104630.xml (deflated 73%) 2022-12-01T10:48:29.4203750Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20221201104630.xml (deflated 41%) 2022-12-01T10:48:29.4204245Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221201104630.xml (deflated 41%) 2022-12-01T10:48:29.4204777Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20221201104630.xml (deflated 40%) 2022-12-01T10:48:29.4205249Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20221201104630.xml (deflated 39%) 2022-12-01T10:48:29.4205735Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221201104630.xml (deflated 41%) 2022-12-01T10:48:29.4206260Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221201104630.xml (deflated 85%) 2022-12-01T10:48:29.4215810Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221201104630.xml (deflated 96%) 2022-12-01T10:48:29.4216841Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221201104630.xml (deflated 42%) 2022-12-01T10:48:29.4217825Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221201104630.xml (deflated 41%) 2022-12-01T10:48:29.4218840Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221201104633.xml (deflated 78%) 2022-12-01T10:48:29.4219833Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221201104633.xml (deflated 80%) 2022-12-01T10:48:29.4220505Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221201104633.xml (deflated 59%) 2022-12-01T10:48:29.4221054Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221201104633.xml (deflated 88%) 2022-12-01T10:48:29.4221604Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201104636.xml (deflated 68%) 2022-12-01T10:48:29.4222226Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201104636.xml (deflated 49%) 2022-12-01T10:48:29.4223183Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201104636.xml (deflated 93%) 2022-12-01T10:48:29.4224083Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201104639.xml (deflated 81%) 2022-12-01T10:48:29.4224970Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201104639.xml (deflated 75%) 2022-12-01T10:48:29.4225983Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201104703.xml (deflated 77%) 2022-12-01T10:48:29.4226946Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221201104706.xml (deflated 40%) 2022-12-01T10:48:29.4227583Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221201104706.xml (deflated 85%) 2022-12-01T10:48:29.4228098Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221201104706.xml (deflated 87%) 2022-12-01T10:48:29.4393647Z adding: test/test-reports/python-pytest/test_ops/test_ops-c3f19f14b61bf0ec.xml (deflated 96%) 2022-12-01T10:48:29.4560897Z adding: test/test-reports/python-pytest/test_ops/test_ops-e5baa9686549a944.xml (deflated 96%) 2022-12-01T10:48:29.4561706Z adding: test/test-reports/python-pytest/test_ops/test_ops-aba44309bd2dec07.xml (deflated 88%) 2022-12-01T10:48:29.4584195Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:48:29.4584487Z # Remove any previous test reports if they exist 2022-12-01T10:48:29.4584720Z rm -f usage-log-*.zip 2022-12-01T10:48:29.4584984Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:48:29.4585280Z # so check to see if the file exists first 2022-12-01T10:48:29.4585510Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:48:29.4585758Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:48:29.4586011Z fi 2022-12-01T10:48:29.4597267Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:48:29.4597490Z env: 2022-12-01T10:48:29.4597654Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:29.4597904Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_9818325307 2022-12-01T10:48:29.4598132Z ##[endgroup] 2022-12-01T10:48:29.4826334Z adding: usage_log.txt (deflated 97%) 2022-12-01T10:48:29.4882929Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:48:29.4883274Z with: 2022-12-01T10:48:29.4883621Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:48:29.4883972Z retention-days: 14 2022-12-01T10:48:29.4884308Z if-no-files-found: warn 2022-12-01T10:48:29.4884643Z path: test-jsons-*.zip 2022-12-01T10:48:29.4884935Z name: artifact 2022-12-01T10:48:29.4885192Z s3-bucket: gha-artifacts 2022-12-01T10:48:29.4885478Z region: us-east-1 2022-12-01T10:48:29.4885732Z env: 2022-12-01T10:48:29.4885981Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:29.4886288Z ##[endgroup] 2022-12-01T10:48:30.1360978Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:48:30.1361456Z With the provided path, there will be 1 file uploaded 2022-12-01T10:48:30.1361729Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:48:30.1412939Z Starting upload of test-jsons-test-default-1-2-linux.2xlarge_9818325307.zip 2022-12-01T10:48:30.2997084Z Finished upload of test-jsons-test-default-1-2-linux.2xlarge_9818325307.zip 2022-12-01T10:48:30.3137351Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:48:30.3137571Z with: 2022-12-01T10:48:30.3137764Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:48:30.3137988Z retention-days: 14 2022-12-01T10:48:30.3138192Z if-no-files-found: error 2022-12-01T10:48:30.3138384Z path: test-reports-*.zip 2022-12-01T10:48:30.3138571Z name: artifact 2022-12-01T10:48:30.3138798Z s3-bucket: gha-artifacts 2022-12-01T10:48:30.3139028Z region: us-east-1 2022-12-01T10:48:30.3139189Z env: 2022-12-01T10:48:30.3139364Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:30.3139549Z ##[endgroup] 2022-12-01T10:48:30.6479105Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:48:30.6479536Z With the provided path, there will be 1 file uploaded 2022-12-01T10:48:30.6479797Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:48:30.6486551Z Starting upload of test-reports-test-default-1-2-linux.2xlarge_9818325307.zip 2022-12-01T10:48:30.8091711Z Finished upload of test-reports-test-default-1-2-linux.2xlarge_9818325307.zip 2022-12-01T10:48:30.8236619Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:48:30.8236835Z with: 2022-12-01T10:48:30.8237024Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:48:30.8237241Z retention-days: 14 2022-12-01T10:48:30.8237435Z if-no-files-found: ignore 2022-12-01T10:48:30.8237621Z path: usage-log-*.zip 2022-12-01T10:48:30.8237799Z name: artifact 2022-12-01T10:48:30.8237981Z s3-bucket: gha-artifacts 2022-12-01T10:48:30.8238166Z region: us-east-1 2022-12-01T10:48:30.8238329Z env: 2022-12-01T10:48:30.8238569Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:30.8238743Z ##[endgroup] 2022-12-01T10:48:31.1568560Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:48:31.1569152Z With the provided path, there will be 1 file uploaded 2022-12-01T10:48:31.1569483Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:48:31.1576040Z Starting upload of usage-log-test-default-1-2-linux.2xlarge_9818325307.zip 2022-12-01T10:48:31.2660011Z Finished upload of usage-log-test-default-1-2-linux.2xlarge_9818325307.zip 2022-12-01T10:48:31.2818322Z ##[group]Run set -x 2022-12-01T10:48:31.2818658Z set -x 2022-12-01T10:48:31.2818941Z python3 -m pip install -r requirements.txt 2022-12-01T10:48:31.2819289Z python3 -m pip install boto3==1.19.12 2022-12-01T10:48:31.2819612Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:48:31.2830895Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:48:31.2831101Z env: 2022-12-01T10:48:31.2831280Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:48:31.2831482Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:48:31.2831662Z BRANCH: pull/89997 2022-12-01T10:48:31.2831844Z TEST_CONFIG: default 2022-12-01T10:48:31.2832020Z SHARD_NUMBER: 1 2022-12-01T10:48:31.2832222Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:48:31.2832436Z PR_NUMBER: 89997 2022-12-01T10:48:31.2832807Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:48:31.2833003Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:48:31.2833270Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:48:31.2833469Z TAG: 2022-12-01T10:48:31.2833621Z WORKFLOW_ID: 3591403534 2022-12-01T10:48:31.2833947Z GITHUB_TOKEN: *** 2022-12-01T10:48:31.2834136Z GHA_WORKFLOW_JOB_ID: 9818325307 2022-12-01T10:48:31.2834311Z ##[endgroup] 2022-12-01T10:48:31.2859187Z + python3 -m pip install -r requirements.txt 2022-12-01T10:48:31.5002126Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:48:31.5281522Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T10:48:31.5309709Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T10:48:31.5319276Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T10:48:31.5328418Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T10:48:31.5690157Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T10:48:31.5700006Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T10:48:31.5777386Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T10:48:31.5786325Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T10:48:31.5995266Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:48:31.6164213Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T10:48:31.6173761Z 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-12-01T10:48:31.6180626Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T10:48:31.6191182Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T10:48:31.6212921Z 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.38.4) 2022-12-01T10:48:31.6230004Z 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-12-01T10:48:31.6241629Z 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-12-01T10:48:31.6490402Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T10:48:31.6509769Z 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-12-01T10:48:31.6522387Z 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-12-01T10:48:31.6531960Z 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.13) 2022-12-01T10:48:31.6683391Z 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-12-01T10:48:31.6702570Z 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-12-01T10:48:31.8558735Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:48:32.0644414Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:48:32.0850907Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:48:32.0899517Z 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-12-01T10:48:32.0925916Z 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-12-01T10:48:32.0974653Z 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-12-01T10:48:32.0987361Z 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.13) 2022-12-01T10:48:32.1139675Z 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-12-01T10:48:32.1157778Z 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-12-01T10:48:32.4022396Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:49:05.6137550Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:49:05.6138833Z 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-12-01T10:49:05.6140353Z 2022-12-01T10:49:05.6140860Z ----- Historic stats comparison result ------ 2022-12-01T10:49:05.6141144Z 2022-12-01T10:49:05.6141399Z job: linux-focal-py3.7-gcc7 2022-12-01T10:49:05.6141788Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:49:05.6141953Z 2022-12-01T10:49:05.6142106Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:49:05.6142351Z 2022-12-01T10:49:05.6142564Z : (master) 2022-12-01T10:49:05.6142864Z | 2022-12-01T10:49:05.6143224Z | * c13d400bff (HEAD) total time 3816.80s 2022-12-01T10:49:05.6145331Z | | 2022-12-01T10:49:05.6145652Z | : (59 commits) 2022-12-01T10:49:05.6145957Z |/ 2022-12-01T10:49:05.6146578Z * 67eb2d5952 (base) 12 reports, total time 2500.30s ± 1654.93s 2022-12-01T10:49:05.6147158Z * 1c5ca724f4 6 reports, total time 2466.99s ± 1724.34s 2022-12-01T10:49:05.6147638Z * 9d6109c4b0 6 reports, total time 2484.54s ± 1728.75s 2022-12-01T10:49:05.6147971Z * 736adc0808 6 reports, total time 2481.20s ± 1744.38s 2022-12-01T10:49:05.6151377Z * a348975e00 6 reports, total time 2497.04s ± 1746.31s 2022-12-01T10:49:05.6151951Z * db13049b88 6 reports, total time 2514.30s ± 1779.23s 2022-12-01T10:49:05.6152312Z * d07b85393a 6 reports, total time 2478.62s ± 1754.66s 2022-12-01T10:49:05.6152790Z * ac25c210e5 6 reports, total time 2568.96s ± 1821.46s 2022-12-01T10:49:05.6153115Z * 2355b6256b 6 reports, total time 2536.34s ± 1800.59s 2022-12-01T10:49:05.6154311Z * 4f95f7ae9b 6 reports, total time 2504.50s ± 1759.28s 2022-12-01T10:49:05.6154520Z | 2022-12-01T10:49:05.6154658Z : 2022-12-01T10:49:05.6154752Z 2022-12-01T10:49:05.6154870Z Removed (across 697 suites) 0 tests, totaling 0.00s 2022-12-01T10:49:05.6155130Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:49:05.6155391Z Added (across 207 suites) 68638 tests, totaling +3816.80s 2022-12-01T10:49:05.7388893Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:49:05.7389126Z with: 2022-12-01T10:49:05.7389281Z env: 2022-12-01T10:49:05.7389454Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:05.7389626Z ##[endgroup] 2022-12-01T10:49:05.7404556Z ##[group]Run set -eou pipefail 2022-12-01T10:49:05.7404779Z set -eou pipefail 2022-12-01T10:49:05.7404975Z  2022-12-01T10:49:05.7405210Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:49:05.7405445Z for _ in $(seq 1440); do 2022-12-01T10:49:05.7405661Z  # Break if no ssh session exists anymore 2022-12-01T10:49:05.7405879Z  if [ "$(who)" = "" ]; then 2022-12-01T10:49:05.7406048Z  break 2022-12-01T10:49:05.7406211Z  fi 2022-12-01T10:49:05.7406374Z  echo "." 2022-12-01T10:49:05.7406532Z  sleep 5 2022-12-01T10:49:05.7406696Z done 2022-12-01T10:49:05.7418006Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:49:05.7418211Z env: 2022-12-01T10:49:05.7418387Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:05.7418575Z ##[endgroup] 2022-12-01T10:49:05.7442055Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:49:05.7538081Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:49:05.7538398Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:49:05.7538646Z # shellcheck disable=SC2046 2022-12-01T10:49:05.7538870Z docker stop $(docker ps -q) || true 2022-12-01T10:49:05.7539084Z # Prune all of the docker images 2022-12-01T10:49:05.7539296Z docker system prune -af 2022-12-01T10:49:05.7549494Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:49:05.7549713Z env: 2022-12-01T10:49:05.7549890Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:05.7550065Z ##[endgroup] 2022-12-01T10:49:06.1476497Z b36433323aa4 2022-12-01T10:49:07.5279542Z Deleted Containers: 2022-12-01T10:49:07.5279873Z b36433323aa425139815522fa358ce9cbddaf8ec67244427666c2bf211f6aecb 2022-12-01T10:49:07.5280087Z 2022-12-01T10:49:13.7622268Z Deleted Images: 2022-12-01T10:49:13.7623268Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:49:13.7624580Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:49:13.7625422Z deleted: sha256:e8be7981a8238969daaef272b84b69737c5858187c9b10870da76dec899f6864 2022-12-01T10:49:13.7625769Z deleted: sha256:dd542825775450ac98a8f341e744c9b998cf9f91f0b678b696bdfdcc8197900b 2022-12-01T10:49:13.7626301Z deleted: sha256:c2f995bd392fa39048aba9ecdbe2ce96fb0da354f391973cab978f1fdc1bafe9 2022-12-01T10:49:13.7626940Z deleted: sha256:0ba22d6d32aea10bff37a734be2eabf0ca45365a8c84009c11c72697bbeb57ac 2022-12-01T10:49:13.7627521Z deleted: sha256:1641ef8553a9d06a751fe1c9fa58edae658b58be5e4452cf0e6c22fe7e9e9f7a 2022-12-01T10:49:13.7628049Z deleted: sha256:6fe08b57b8677fadf24df12c30c6b075caa4e95cff1e8121398e7712e7cc816b 2022-12-01T10:49:13.7628632Z deleted: sha256:b535a07f21c50706835dc1c6a9f6134e10f492c0a72ef3edd3d61eb8b057318a 2022-12-01T10:49:13.7629214Z deleted: sha256:ad51a4c1d9f796ae822ae9448a0439daec4dc5352ab73405d5170d8320d6569b 2022-12-01T10:49:13.7629805Z deleted: sha256:cc3572e58e1eadfed379b3421fc485a2fec838dbe2f03f9482a844387875539b 2022-12-01T10:49:13.7630201Z deleted: sha256:f31159505662112f25c640d83a5486c60dcea9996cfac1468ae7b74838077420 2022-12-01T10:49:13.7630516Z deleted: sha256:5d54ecd58fecab272c8614e2c443272f47c9245eaf4b5be502820db913ddd776 2022-12-01T10:49:13.7630844Z deleted: sha256:e8fcb42d7c24a5f6cd663f59d8fd82a2ad892e66046dc0d36ee4bdadf1282b52 2022-12-01T10:49:13.7631182Z deleted: sha256:934da62f4ce129178b2355504cdb61701bffc48d1bcf3b1ce0ca6e4c89bdfa31 2022-12-01T10:49:13.7631609Z deleted: sha256:8dccdf71b42bc4d3717c42c3d96812509d1a909bebd7848d0ddae3cc40170990 2022-12-01T10:49:13.7631950Z deleted: sha256:d7cb3c132d871b52eaf2533cfbc7ebca30405eff1b313986ce565b057fca56d8 2022-12-01T10:49:13.7632280Z deleted: sha256:a5fa381fecd94b52ee79c5c4ce30770402b16f7ee3dc77f7f1dccb386626b1ae 2022-12-01T10:49:13.7632810Z deleted: sha256:de8b14689d2a8b030e41a969f6faf30e9dee1048aac1c5d9a38a911b6af1ccca 2022-12-01T10:49:13.7633167Z deleted: sha256:ddcc5d19eb58848e898aedcc3a221bc40ebba2752ba3b7bd50babd76c1e225ae 2022-12-01T10:49:13.7633491Z deleted: sha256:a67b9c1632db819366358a5052f33ed59ff1e1cd03e0cc15e82d8c89a9417b97 2022-12-01T10:49:13.7633826Z deleted: sha256:a5fc4c6c0aaad2d5fcd0d4cc4cf194a8892115d9e7faf6c578e4826937a72d34 2022-12-01T10:49:13.7634148Z deleted: sha256:f33cf9181261127561bc276f483d4f9927a63395c4343028c589ac8905dd0cd7 2022-12-01T10:49:13.7634451Z deleted: sha256:4364081b1a5daf042c41fa0b07d65e0488c3a988dcea07cec40851d8bb481c01 2022-12-01T10:49:13.7634773Z deleted: sha256:2c4beb5d46c3bdc6af376c4a784f3ea2032feda5143dc9b56be143568b8d71cd 2022-12-01T10:49:13.7635087Z deleted: sha256:3e002fe51ea8377736f778797676c87d37546763f35bc5f14a32121200c634ae 2022-12-01T10:49:13.7635390Z deleted: sha256:d1e577d22ad4a397fc4186062a6a2fbb898c4fb7c325794f0760c084ac4e6831 2022-12-01T10:49:13.7635679Z deleted: sha256:0781305ea794027575e6910f20b6c90cc225056d0112fa7f36ac8008431f5791 2022-12-01T10:49:13.7635974Z deleted: sha256:79f50ef439b6855c9ca6d4be55467b692799f788388447976d8aab0a26d805f4 2022-12-01T10:49:13.7636287Z deleted: sha256:fcfdd0674d63c370d31701118409d5e8b4d9b5eaa36b410f032f5fccf29e4f11 2022-12-01T10:49:13.7636607Z deleted: sha256:c868e869e0efb64e8a908cf5a276657da1190183a5aa433a72e1fda6313e8841 2022-12-01T10:49:13.7636917Z deleted: sha256:0ac36be062e7b703a8ffa26b178cc9dd7c19c377bd781f6a369d50516bdca8cb 2022-12-01T10:49:13.7637241Z deleted: sha256:6c9628b9c75a72926209bea0ff44fb2efe306ecb21d57908bb514b1d81b5de8e 2022-12-01T10:49:13.7637575Z deleted: sha256:07c5d0507acce428b3637d5f713aed3fc6dd2dfad749e1961ec04f85d2a3e395 2022-12-01T10:49:13.7637929Z deleted: sha256:278ae5d4c6743b99236e1f2e5df4c346df5f068fa1bce0ba227861042971d612 2022-12-01T10:49:13.7638248Z deleted: sha256:d53c6cc3bfa4330c26ff3a73093bf35a7f28e7fc824782cfc1e00fcbc0390574 2022-12-01T10:49:13.7638578Z deleted: sha256:0a926d106d3065ecc114c8690aee4bab27d4f64ee81c96f90c4daf7a3c03fe7f 2022-12-01T10:49:13.7638903Z deleted: sha256:ab29088e02867cf532a2e8cfa0e1b0a1d13b428459232c7b1a4bfe961fd5a511 2022-12-01T10:49:13.7639284Z deleted: sha256:985cef3ba9e1ea2ed2249284a7478858f8463282738122494ab18c65fbbb7c7d 2022-12-01T10:49:13.7639598Z deleted: sha256:67ca28cabbfd7a80760061b52dbcfe8f5401b867526206d76c710a11cf9ab38e 2022-12-01T10:49:13.7639921Z deleted: sha256:2c9d0b64a3450004672e73e7ace7bc49da29654fd1d603ecf96e9161708726a3 2022-12-01T10:49:13.7640248Z deleted: sha256:efb1cb2fb03e227ccaa27426fae8f80bf1c082d14632685fff079b0c20111d3b 2022-12-01T10:49:13.7640774Z deleted: sha256:2bc3f10f3904b8fff87213a8a2325ab12e4048c0a19247b3d82886066b37a60d 2022-12-01T10:49:13.7641348Z deleted: sha256:adf0c04002f67cf46889421aed44a0e23618d009f3bbfb6aa94e3fced3cdb131 2022-12-01T10:49:13.7641907Z deleted: sha256:5b43511c57d66e58ff42011707835b8cc6971ed316454cfd950e0a5a12138631 2022-12-01T10:49:13.7642455Z deleted: sha256:ad9d96076f7f0bce4820b7828780dbf5328c1c45b9b6c93cfc21fa6c78e66765 2022-12-01T10:49:13.7642817Z deleted: sha256:545999a778d60ca8c6f4e76973a1c707cc626147f1e4d83eebbad6a57101cce0 2022-12-01T10:49:13.7643133Z deleted: sha256:cfcad11f69b44005150106d3108821c82a41765afbeb809208c1e0f49d5b6135 2022-12-01T10:49:13.7643469Z deleted: sha256:f7c8d5bcafe4ebe33f704b703a618803e7ade038c4cef7b4c3b520e9a100cd53 2022-12-01T10:49:13.7643797Z deleted: sha256:4bad106558a8cdd7564af2e1486b545ff1018677d73a8dcb029ecea2ad5afa9a 2022-12-01T10:49:13.7644115Z deleted: sha256:b01943462df81aa35c0f222112f8a7a13b09ec19be40907c2a81fded5e894e14 2022-12-01T10:49:13.7644441Z deleted: sha256:74a161fbdc63f2caa195797d69cca089d2f2ec781d7e7dc78fac88f57c610741 2022-12-01T10:49:13.7644821Z deleted: sha256:d94fdd2bb4227aed66703d740136d3bba2d45ac1c65930624fc2e7ab50021822 2022-12-01T10:49:13.7645145Z deleted: sha256:b348cd6909427063b9b36464ac9e6edb7d42ade2f164c5a98ee3ec37b1074e72 2022-12-01T10:49:13.7645468Z deleted: sha256:0fba67987a5ab74fca03bb2b1d623325a4c40e0e42a74379322b082612b8b445 2022-12-01T10:49:13.7645780Z deleted: sha256:030e74143974068ec1ab10e03d50f82455d36264aa70c98bd0fad278e4425d28 2022-12-01T10:49:13.7646089Z deleted: sha256:b7fcb4ae2181c6c159bcc2f4c7b624150a8245dbdeee9d8601d008b5cd8be8fd 2022-12-01T10:49:13.7646406Z deleted: sha256:4472f94e146cc542a9111182b122e9a9c93a8f7022a48ce3c94b600be8fcdfaa 2022-12-01T10:49:13.7646724Z deleted: sha256:33bc8c1ba43ca724221fd1a8c992a420b1d8de4c85372defdc409e5c88c005b9 2022-12-01T10:49:13.7647035Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T10:49:13.7647342Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T10:49:13.7647512Z 2022-12-01T10:49:13.7647618Z Total reclaimed space: 6.786GB 2022-12-01T10:49:13.7722737Z Post job cleanup. 2022-12-01T10:49:13.7785018Z Post job cleanup. 2022-12-01T10:49:13.8887858Z [command]/usr/bin/git version 2022-12-01T10:49:13.8937943Z git version 2.37.1 2022-12-01T10:49:13.8976090Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bb34c6dd-25e0-49d0-b923-adcda91af5a4' before making global git config changes 2022-12-01T10:49:13.8976538Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:49:13.8980654Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:49:13.9040289Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:49:13.9069650Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:49:13.9467100Z Entering 'android/libs/fbjni' 2022-12-01T10:49:13.9506745Z Entering 'third_party/FP16' 2022-12-01T10:49:13.9550498Z Entering 'third_party/FXdiv' 2022-12-01T10:49:13.9590296Z Entering 'third_party/NNPACK' 2022-12-01T10:49:13.9636058Z Entering 'third_party/QNNPACK' 2022-12-01T10:49:13.9680357Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:49:13.9713165Z Entering 'third_party/XNNPACK' 2022-12-01T10:49:13.9809139Z Entering 'third_party/benchmark' 2022-12-01T10:49:13.9850622Z Entering 'third_party/cpuinfo' 2022-12-01T10:49:13.9894209Z Entering 'third_party/cub' 2022-12-01T10:49:13.9936902Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:49:13.9977772Z Entering 'third_party/cutlass' 2022-12-01T10:49:14.0019879Z Entering 'third_party/eigen' 2022-12-01T10:49:14.0080476Z Entering 'third_party/fbgemm' 2022-12-01T10:49:14.0135367Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:49:14.0187813Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:49:14.0241224Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:49:14.0307020Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:49:14.0345763Z Entering 'third_party/flatbuffers' 2022-12-01T10:49:14.0381363Z Entering 'third_party/fmt' 2022-12-01T10:49:14.0427117Z Entering 'third_party/foxi' 2022-12-01T10:49:14.0464054Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:49:14.0505476Z Entering 'third_party/gloo' 2022-12-01T10:49:14.0548567Z Entering 'third_party/googletest' 2022-12-01T10:49:14.0590101Z Entering 'third_party/ideep' 2022-12-01T10:49:14.0649473Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:49:14.0764584Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:49:14.0846609Z Entering 'third_party/ios-cmake' 2022-12-01T10:49:14.0885480Z Entering 'third_party/ittapi' 2022-12-01T10:49:14.0920568Z Entering 'third_party/kineto' 2022-12-01T10:49:14.0954561Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:49:14.0987856Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:49:14.1022606Z Entering 'third_party/nccl/nccl' 2022-12-01T10:49:14.1066157Z Entering 'third_party/neon2sse' 2022-12-01T10:49:14.1105039Z Entering 'third_party/nlohmann' 2022-12-01T10:49:14.1140271Z Entering 'third_party/onnx' 2022-12-01T10:49:14.1299559Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:49:14.1371458Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:49:14.1420462Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:49:14.1496416Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:49:14.1616663Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:49:14.1698466Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:49:14.1789396Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:49:14.1832078Z Entering 'third_party/pocketfft' 2022-12-01T10:49:14.1867242Z Entering 'third_party/protobuf' 2022-12-01T10:49:14.1960503Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:49:14.2023351Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:49:14.2072092Z Entering 'third_party/psimd' 2022-12-01T10:49:14.2110489Z Entering 'third_party/pthreadpool' 2022-12-01T10:49:14.2149028Z Entering 'third_party/pybind11' 2022-12-01T10:49:14.2195311Z Entering 'third_party/python-enum' 2022-12-01T10:49:14.2233704Z Entering 'third_party/python-peachpy' 2022-12-01T10:49:14.2274493Z Entering 'third_party/python-six' 2022-12-01T10:49:14.2311784Z Entering 'third_party/sleef' 2022-12-01T10:49:14.2357635Z Entering 'third_party/tbb' 2022-12-01T10:49:14.2394363Z Entering 'third_party/tensorpipe' 2022-12-01T10:49:14.2449735Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:49:14.2501947Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:49:14.2568764Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:49:14.2624204Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:49:14.2682685Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:49:14.2723377Z Entering 'third_party/zstd' 2022-12-01T10:49:14.2771337Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:49:14.2799805Z http.https://github.com/.extraheader 2022-12-01T10:49:14.2807471Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:49:14.2839276Z [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-12-01T10:49:14.3094677Z Entering 'android/libs/fbjni' 2022-12-01T10:49:14.3114537Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3141052Z Entering 'third_party/FP16' 2022-12-01T10:49:14.3163517Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3190262Z Entering 'third_party/FXdiv' 2022-12-01T10:49:14.3211228Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3237938Z Entering 'third_party/NNPACK' 2022-12-01T10:49:14.3257918Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3285109Z Entering 'third_party/QNNPACK' 2022-12-01T10:49:14.3305098Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3331740Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:49:14.3352342Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3379234Z Entering 'third_party/XNNPACK' 2022-12-01T10:49:14.3400942Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3446023Z Entering 'third_party/benchmark' 2022-12-01T10:49:14.3466154Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3492939Z Entering 'third_party/cpuinfo' 2022-12-01T10:49:14.3513797Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3541100Z Entering 'third_party/cub' 2022-12-01T10:49:14.3561382Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3588375Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:49:14.3608761Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3643515Z Entering 'third_party/cutlass' 2022-12-01T10:49:14.3663696Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3696238Z Entering 'third_party/eigen' 2022-12-01T10:49:14.3716305Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3744792Z Entering 'third_party/fbgemm' 2022-12-01T10:49:14.3765610Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3791522Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:49:14.3811507Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3837590Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:49:14.3856727Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3883351Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:49:14.3902596Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3938564Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:49:14.3957740Z http.https://github.com/.extraheader 2022-12-01T10:49:14.3984787Z Entering 'third_party/flatbuffers' 2022-12-01T10:49:14.4005110Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4031980Z Entering 'third_party/fmt' 2022-12-01T10:49:14.4052060Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4077960Z Entering 'third_party/foxi' 2022-12-01T10:49:14.4097418Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4124157Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:49:14.4143588Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4169401Z Entering 'third_party/gloo' 2022-12-01T10:49:14.4188532Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4215057Z Entering 'third_party/googletest' 2022-12-01T10:49:14.4235767Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4262000Z Entering 'third_party/ideep' 2022-12-01T10:49:14.4281912Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4307335Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:49:14.4327441Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4355359Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:49:14.4374924Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4406887Z Entering 'third_party/ios-cmake' 2022-12-01T10:49:14.4427313Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4453394Z Entering 'third_party/ittapi' 2022-12-01T10:49:14.4473289Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4498376Z Entering 'third_party/kineto' 2022-12-01T10:49:14.4518757Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4544534Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:49:14.4564030Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4590703Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:49:14.4610589Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4637660Z Entering 'third_party/nccl/nccl' 2022-12-01T10:49:14.4657339Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4683685Z Entering 'third_party/neon2sse' 2022-12-01T10:49:14.4703107Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4729394Z Entering 'third_party/nlohmann' 2022-12-01T10:49:14.4749274Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4776454Z Entering 'third_party/onnx' 2022-12-01T10:49:14.4797716Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4834969Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:49:14.4854112Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4893650Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:49:14.4913280Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4952272Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:49:14.4972314Z http.https://github.com/.extraheader 2022-12-01T10:49:14.4998421Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:49:14.5017364Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5055119Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:49:14.5075085Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5108443Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:49:14.5127964Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5162610Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:49:14.5182621Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5221579Z Entering 'third_party/pocketfft' 2022-12-01T10:49:14.5241622Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5267484Z Entering 'third_party/protobuf' 2022-12-01T10:49:14.5287167Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5316819Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:49:14.5335882Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5371649Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:49:14.5391250Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5426967Z Entering 'third_party/psimd' 2022-12-01T10:49:14.5446853Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5472701Z Entering 'third_party/pthreadpool' 2022-12-01T10:49:14.5492423Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5518241Z Entering 'third_party/pybind11' 2022-12-01T10:49:14.5538175Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5564731Z Entering 'third_party/python-enum' 2022-12-01T10:49:14.5584332Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5610257Z Entering 'third_party/python-peachpy' 2022-12-01T10:49:14.5630028Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5656542Z Entering 'third_party/python-six' 2022-12-01T10:49:14.5676578Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5702173Z Entering 'third_party/sleef' 2022-12-01T10:49:14.5722852Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5749166Z Entering 'third_party/tbb' 2022-12-01T10:49:14.5769060Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5797220Z Entering 'third_party/tensorpipe' 2022-12-01T10:49:14.5817161Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5843571Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:49:14.5862563Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5889279Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:49:14.5908918Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5934725Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:49:14.5955627Z http.https://github.com/.extraheader 2022-12-01T10:49:14.5981868Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:49:14.6001184Z http.https://github.com/.extraheader 2022-12-01T10:49:14.6027076Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:49:14.6046975Z http.https://github.com/.extraheader 2022-12-01T10:49:14.6077079Z Entering 'third_party/zstd' 2022-12-01T10:49:14.6097255Z http.https://github.com/.extraheader 2022-12-01T10:49:14.6347289Z Cleaning up orphan processes